Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Database Server
  • Search

v-update-sys-rrd-mysql keeps sending errors

Questions regarding the Database Server
MySQL, PostgreSQL, MariaDB, Percona Server, phpMyAdmin, phpPgAdmin
Post Reply
  • Print view
Advanced search
2 posts • Page 1 of 1
MadMepps
Posts: 2
Joined: Wed May 08, 2019 1:15 pm

Os: Ubuntu 17x
Web: apache + nginx
v-update-sys-rrd-mysql keeps sending errors
  • Quote

Post by MadMepps » Wed May 08, 2019 1:39 pm

Hi,
I turned off the mysql server in VestaCP because I use the remote server only.
Then I realized that it keeps sending me mails in every 5 minutes. (Can't connect....etc.)

In error log I can see that the Vesta command v-update-sys-rrd-mysql is generating this regularly.
(I tried to run it manually.)
But I can't find the place where it is called. I tried to search for it in admin crons (only v-update-sys-rrd),
daily crons, everything.
To run this command is unnecessary for me. (So turning off the notification is not a solution.)
Where is it called? Can someone help me please? Thank you.
Image

Regards,
Geri
Top

MadMepps
Posts: 2
Joined: Wed May 08, 2019 1:15 pm

Os: Ubuntu 17x
Web: apache + nginx
Re: v-update-sys-rrd-mysql keeps sending errors
  • Quote

Post by MadMepps » Wed May 15, 2019 6:08 am

Solved.
It is a part of v-update-sys-rrd what calls v-update-sys-rrd-mysql.
# Updating db stats
if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then
for type in ${DB_SYSTEM//,/ }; do
# Switching on db type
case $type in
mysql) $BIN/v-update-sys-rrd-mysql $period >/dev/null 2>&1 ;;
pgsql) $BIN/v-update-sys-rrd-pgsql $period >/dev/null 2>&1 ;;
esac
done
fi
Top


Post Reply
  • Print view

2 posts • Page 1 of 1

Return to “Database Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password