Page 1 of 1

help needed on ploticus

PostPosted: Mon Oct 16, 2006 3:24 pm
by thebodz99
Hi I install vicidial latest version as per the scratch install document , everything is going weel except one thing , ploticus dosent seem to work ,
I cant see any graph just an empty icon and when I do a
tail -f /var/log/httpd/error_log

I seen this !!!!

any idea!!!

thanks for your help

pl proc areadef: error 105: both min and max expected (yrange)
pl proc areadef: error 10: cannot set up plotting area .. likely culprits: bad xrange or yrange, or bad area rectangle
[Mon Oct 16 16:17:12 2006] [error] [client 192.168.2.118] File does not exist: /var/www/html/vicidial/ploticus/192.168.2.1482006-10-16AM2006-10-16_161711.png, referer: http://192.168.2.148/vicidial/AST_serve ... MIT=SUBMIT
pl proc areadef: error 105: both min and max expected (yrange)
pl proc areadef: error 10: cannot set up plotting area .. likely culprits: bad xrange or yrange, or bad area rectangle
[Mon Oct 16 16:18:28 2006] [error] [client 192.168.2.179] File does not exist: /var/www/html/vicidial/ploticus/192.168.2.1482006-10-16AM2006-10-16_161827.png, referer: http://192.168.2.148/vicidial/AST_serve ... MIT=SUBMIT
pl proc areadef: error 105: both min and max expected (yrange)
pl proc areadef: error 10: cannot set up plotting area .. likely culprits: bad xrange or yrange, or bad area rectangle
[Mon Oct 16 16:18:51 2006] [error] [client 192.168.2.179] File does not exist: /var/www/html/vicidial/ploticus/192.168.2.1482006-10-16AM2006-10-16_161850.png, referer: http://192.168.2.148/vicidial/AST_serve ... MIT=SUBMIT
[Mon Oct 16 16:19:17 2006] [error] [client 192.168.2.179] File does not exist: /var/www/html/vicidial/ploticus/192.168.2.1482006-10-16AM2006-10-16_161850.png

PostPosted: Mon Oct 16, 2006 4:04 pm
by mflorell
in mysql:

select count(*) from call_log where server_ip='192.168.2.148' and start_time > "2006-10-16 09:00:00" and start_time < "2006-10-16 15:30:00";

PostPosted: Mon Oct 16, 2006 6:49 pm
by kchung

PostPosted: Tue Oct 17, 2006 7:34 am
by thebodz99
hummm

mysql> select count(*) from call_log where server_ip='192.168.2.148' and start_time > "2006-10-16 09:00:00" and start_time < "2006-10-16 15:30:00";
+----------+
| count(*) |
+----------+
| 0 |
+----------+
1 row in set (0.00 sec)

what does that mean
I also change tha variable SYSPERF variable to "1"
i am running fc ver 4

PostPosted: Tue Oct 17, 2006 9:53 am
by mflorell
You do not need to alter SYSPERF anymore as of release 2.0.1. The performance stats gathering is now defined by a servers table field.

PostPosted: Tue Oct 17, 2006 2:14 pm
by thebodz99
any idea anyone , i made some calls on vicidial and still i cant see server performance graph with ploticus

PostPosted: Tue Oct 17, 2006 5:18 pm
by kchung
thebodz99 wrote:any idea anyone , i made some calls on vicidial and still i cant see server performance graph with ploticus


Did you see my post? where is cat on your system?

PostPosted: Thu Oct 19, 2006 7:54 am
by gardo
i also don't get any graphs on my server performance. ploticus is installed and i already followed kchung's advice on symlinking /usr/bin/cat. my 2 asterisk and database/web servers are all running centos.

PostPosted: Thu Oct 19, 2006 10:52 am
by kchung
Do you also have SELinux enabled?

PostPosted: Thu Oct 19, 2006 12:11 pm
by gardo
SELinux is disabled on all 3 servers.

PostPosted: Thu Oct 19, 2006 12:20 pm
by kchung
crap i dunno. My problems were only SELinux and location of cat and it started working. Does your logs report anything?

PostPosted: Thu Oct 19, 2006 12:30 pm
by gardo
disregard my last post. i finally got it to work. it seems that i installed ploticus on the wrong server. i installed it on my dialers when it's suppose to be on my web server. everything is ok now. i get the graphical output on my server reports. :D