CentOS 7
CentOS 7
Hello,
i had to reinstall the whole webserver, i had centos 6, now i upgraded to centos 7 everything seems working fine except something vestacp side.
1) Memory graph is not working:

2) I can't see the mysql graph anymore:

Any help please?
Thank you.
i had to reinstall the whole webserver, i had centos 6, now i upgraded to centos 7 everything seems working fine except something vestacp side.
1) Memory graph is not working:

2) I can't see the mysql graph anymore:

Any help please?
Thank you.
Re: CentOS 7
Hi thanks for your reply, i don't speak Russian, what i have to install please?
Re: CentOS 7
Use this instruction
/usr/local/vesta/bin/v-update-sys-rrd-mem
find
replace to
Code: Select all
yum install rrdtool rrdtool-devel rrdtool-perl perl-HTML-Parser perl-JSON
find
Code: Select all
used=$(echo "$mem" |awk '{print $3}'|head -n3 |tail -n1)
free=$(echo "$mem" |awk '{print $4}'|head -n3 |tail -n1)
Code: Select all
used=$(echo "$mem" |awk '{print $3}'|head -n1 |tail -n1)
free=$(echo "$mem" |awk '{print $4}'|head -n1 |tail -n1)
Re: CentOS 7
ok i try thanks. And what about the MySQL missing graph please?imperio wrote:Use this instruction
/usr/local/vesta/bin/v-update-sys-rrd-memCode: Select all
yum install rrdtool rrdtool-devel rrdtool-perl perl-HTML-Parser perl-JSON
findreplace toCode: Select all
used=$(echo "$mem" |awk '{print $3}'|head -n3 |tail -n1) free=$(echo "$mem" |awk '{print $4}'|head -n3 |tail -n1)
Code: Select all
used=$(echo "$mem" |awk '{print $3}'|head -n1 |tail -n1) free=$(echo "$mem" |awk '{print $4}'|head -n1 |tail -n1)
Re: CentOS 7
is still not working.
Re: CentOS 7
Also will be fixed in 0.9.8-17And what about the MySQL missing graph please?
Re: CentOS 7
ok, btw after the fix is still not showing anything, need me to restart something or? thanks.imperio wrote:Also will be fixed in 0.9.8-17And what about the MySQL missing graph please?
Re: CentOS 7
Try to restart VestaCPTeo wrote:ok, btw after the fix is still not showing anything, need me to restart something or? thanks.imperio wrote:Also will be fixed in 0.9.8-17And what about the MySQL missing graph please?
Code: Select all
service vesta restart
Code: Select all
sudo /usr/local/vesta/bin/v-update-sys-rrd
Re: CentOS 7
nothig yet:imperio wrote:Try to restart VestaCPTeo wrote:ok, btw after the fix is still not showing anything, need me to restart something or? thanks.imperio wrote: Also will be fixed in 0.9.8-17and runCode: Select all
service vesta restart
Code: Select all
sudo /usr/local/vesta/bin/v-update-sys-rrd
