Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
First one is small cacti bug which causes a new line character to be inserted into rrdtool command line. You can apply the following patch to avoid this: http://www.raxnet.net/board/viewtopic.php?t=857.
The second one is that you have incorrect fields definition "avg:avg:max:max:min" in rrdtool command line. This is caused by some orphaned entries in src_data mysql table. It happens sometimes when you create and delete the same DS several times. If you want to correct this you need to know ID of your DS first (it is visible in URL when you enter DS configuration). Let's say it is 416. Then in mysql use the following command:
You should see 6 entries (3 input parameters and 3 output ones). If you see more then this means some of them are from older DS. You can try to identify them and delete. If not just delete your DS in cacti and then additionally do:
[root@houdini cacti]# php /var/www/html/cacti/cmd.php
X-Powered-By: PHP/4.1.2
Content-type: text/html
<br>
<b>Warning</b>: Could not open snmp
in <b>/var/www/html/cacti/include/snmp_functions.php</b> on line <b>35</b><br>
Everything stopped polling. I checked out the code, and i can run snmpget from the command line...