Search found 8 matches

by rootik
Fri Dec 14, 2007 4:13 am
Forum: Scripts and Templates
Topic: EDIT: Advanced Ping Template Version 1.3 for Cacti 0.8.6g
Replies: 527
Views: 769857

Re: Any ideas about this error message

[root@syslog ~]# php -q /var/www/html/cacti/scripts/ss_fping.php ss_fping 196.207.224.161 23 ICMP PHP Notice: Undefined variable: method in /var/www/html/cacti/scripts/ss_fping.php on line 60 PHP Warning: socket_connect() expects parameter 3 to be long, string (...) Please help, I do have php socke...
by rootik
Mon Feb 25, 2002 1:48 am
Forum: Help: General
Topic: cacti scalability (was cacti performance considerations)
Replies: 35
Views: 26655

Just one more thing.
It would be good to do group operations on lists. Like mark for deletion, duplication with just one "Remove" and "Duplicate" buttons at the end of list.
by rootik
Sat Feb 23, 2002 6:21 pm
Forum: Help: General
Topic: Authorization
Replies: 1
Views: 2476

It seems, that is not enough 'view graphs' authorization scheme in complex environment.
Unix-like authorization with user/group/others access rights to viewing graphs or hierarchy branches will help.
by rootik
Sat Feb 23, 2002 5:59 pm
Forum: Help: General
Topic: cacti scalability (was cacti performance considerations)
Replies: 35
Views: 26655

One more thing about large amount of graphs. I've just implement fast search future into cacti for faster graphs access. It uses simple 'select .. from .. like ..' SQL statement on graphs names with resulting page containing links to actual placement of the found graphs in hierarchy. Maybe it would ...
by rootik
Fri Feb 08, 2002 8:55 am
Forum: Help: General
Topic: sql.php
Replies: 1
Views: 2769

You should add sql server hostname in sql.php. if ($database_password == "") { $sql = `mysqladmin -h $database_hostname -u $database_username status | awk '{print $6 }'`; }else{ $sql = `mysqladmin -h $database_hostname -u $database_username -p$databa se_password status | awk '{print $6 }'`...
by rootik
Fri Feb 08, 2002 8:44 am
Forum: Help: General
Topic: cacti scalability (was cacti performance considerations)
Replies: 35
Views: 26655

cacti 0.6.5: select * from rrd_ds; 363 rows in set (0.01 sec) ps ax|grep cmd 55311 ?? S 0:10.44 /usr/local/bin/php -q /usr/local/apache/ncc/cacti/cmd 57046 ?? S 0:06.98 /usr/local/bin/php -q /usr/local/apache/ncc/cacti/cmd 58834 ?? S 0:04.22 /usr/local/bin/php -q /usr/local/apache/ncc/cacti/cmd 6057...
by rootik
Thu Feb 07, 2002 4:33 pm
Forum: Help: General
Topic: cacti scalability (was cacti performance considerations)
Replies: 35
Views: 26655

>On 2002-02-06 16:17, raX wrote: >Performance should improve with 0.6.5 as >SNMP is now build in. I think Get SNMP network data script should not use information about SNMP interfaces from database. Router reload causes complete data gathering malfunction. MRTG is a good example. It seems to me, dat...
by rootik
Wed Feb 06, 2002 1:33 am
Forum: Help: General
Topic: cacti scalability (was cacti performance considerations)
Replies: 35
Views: 26655

How cacti agree with large amount of data sorces and graphs? 1. Is cmd.php can really gather information for all configured data sorces within 5 minutes, if there are several hundreds of DS's? 2. Displaing list of graphs, ds's took so long time if number of entries is above 100. Probably it must be ...