Search found 2 matches
- Mon Apr 02, 2012 4:14 am
- Forum: Help: Linux/Unix Specific
- Topic: Error when executing Cacti poller.php
- Replies: 2
- Views: 537
Re: Error when executing Cacti poller.php
If anyone stumbles upon this, check if your safe_mode is turned off.
- Sun Apr 01, 2012 3:34 pm
- Forum: Help: Linux/Unix Specific
- Topic: Error when executing Cacti poller.php
- Replies: 2
- Views: 537
Error when executing Cacti poller.php
I have installed Cacti, and when I run poller.php, it gives me following error: sh: /rrdtool: No such file or directory I have tracked it to the following bit of code: $command = '/usr/bin/rrdtool' . " - "; $rrd_struc["fd"] = popen($command, "w"); what could be the prob...