Search found 4 matches

by alien2108
Wed Oct 26, 2005 1:39 am
Forum: Help: General
Topic: COUNTER value
Replies: 0
Views: 388

COUNTER value

Hi All! I have been using COUNTER values in my graphs for some mail statistics. Since unlike Gauges, Counter value get divided step. So all my values would be divided by 300 (default step). I don't like that, since I am not interested into "per second" value, I am interested "per step...
by alien2108
Mon Oct 17, 2005 3:37 am
Forum: Help: Linux/Unix Specific
Topic: Trouble with external script (really strange)
Replies: 3
Views: 1623

Well using cactid instead of CMD.PHP did solve the problem, but mistery remains...
by alien2108
Sat Oct 15, 2005 12:25 pm
Forum: Help: Linux/Unix Specific
Topic: Trouble with external script (really strange)
Replies: 3
Views: 1623

No it is not shell script. it is executable. And now I did more testing. I imitated what cacti does in poller.php with: <?php $fp = popen("/var/www/html/cacti/scripts/ds1620_cacti","r"); $output = fgets($fp, 4096); stream_set_timeout($fp, 25); print("TEST=$output"); ?> ...
by alien2108
Sat Oct 15, 2005 11:24 am
Forum: Help: Linux/Unix Specific
Topic: Trouble with external script (really strange)
Replies: 3
Views: 1623

Trouble with external script (really strange)

Hi All! I am now trobling over my problems with external script for two days. The thing is that script works as it should, just displays one number and that's it. Somehow cacti is refusing to pick that up (cacti 0.8.6g). I have setup a Device Input method as "Script/Command" which takes on...