Page 2 of 2

Re: CentOS 7

Posted: Sat Jul 23, 2016 10:09 pm
by imperio
Can you send me access to your server?
I will check this problem

Re: CentOS 7

Posted: Sat Jul 23, 2016 10:32 pm
by Teo
imperio wrote:Can you send me access to your server?
I will check this problem
yes sure, i send it to you via mail?

Re: CentOS 7

Posted: Sat Jul 23, 2016 10:39 pm
by Teo
sent via PM.

Re: CentOS 7

Posted: Sat Jul 23, 2016 11:28 pm
by imperio
Memory chart and mysql chart was fixed on your server

Re: CentOS 7

Posted: Fri Aug 05, 2016 9:09 am
by Clouseau
imperio wrote:Use this instruction

Code: Select all

yum install rrdtool rrdtool-devel rrdtool-perl perl-HTML-Parser perl-JSON
/usr/local/vesta/bin/v-update-sys-rrd-mem
find

Code: Select all

used=$(echo "$mem" |awk '{print $3}'|head -n3 |tail -n1)
free=$(echo "$mem" |awk '{print $4}'|head -n3 |tail -n1)
This is acctualy correct:
free -m |awk '{print $3}'|head -n3 |tail -n1
34
free -m |awk '{print $4}'|head -n3 |tail -n1
4061
replace to

Code: Select all

used=$(echo "$mem" |awk '{print $3}'|head -n1 |tail -n1)
free=$(echo "$mem" |awk '{print $4}'|head -n1 |tail -n1)
This proposed solution is however wrong:
free -m |awk '{print $3}'|head -n1 |tail -n1
free
free -m |awk '{print $4}'|head -n1 |tail -n1
shared

Re: CentOS 7

Posted: Wed Nov 16, 2016 12:16 am
by mestresan
all my graphs are empty "-nan-"

https://dl.dropboxusercontent.com/u/698 ... estacp.jpg

I have many vestacp installs... but, some occurs this...

this: centos 7 - apache 2.4 - nginx 1.11.5 - mysql 5.7 - php 5.6

Re: CentOS 7

Posted: Tue Dec 06, 2016 2:08 pm
by skurudo
If some problem exist, please update to latest version 0.9.8.17