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.
I have been using cacti since June graphing 175 hosts. There doesnt seem to be any new data since about two weeks ago and no graph images are displayed for any host. The last timestamp in my rra directory is two weeks ago. I went ahead and dumped the database and all seems well nothing is corrupt. Here is what the log looks like
08/18/2005 09:01:11 AM - CMDPHP: Poller[0] Host[133] WARNING: Result from SNMP not valid. Partial Result:
08/18/2005 09:01:11 AM - CMDPHP: Poller[0] Host[133] WARNING: Result from SNMP not valid. Partial Result:
08/18/2005 09:01:11 AM - CMDPHP: Poller[0] Host[133] WARNING: Result from SNMP not valid. Partial Result:
08/18/2005 09:01:39 AM - CMDPHP: Poller[0] Time: 37.9586 s, Theads: N/A, Hosts: 175
Have you attempted to turn the logging level to debug and see if that give you more information to solve the issue?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
The logfile was about 30 megs. I went ahead and rotated it before running the debug mode. Nothing was apparently obvious in the logfile after the debug. Before runnning the debug mode i went ahead and patched the cmd.php file after reading some previous posts. NO graphs were generated as well.
--Scott
would you like me to mail the debug log (6000 lines)?
Double check your path to rrdtool in your settings and the version as well. Remember, it wants the full path to the binary executable.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
I actually didnt have the complete path in the rrd section of my settings. I went ahead and added that but still no newly generated graphs. The version of cacti i am using is Version 0.8.6d .
2) Turn the polling level in cacti to debug (Settings | Polling level) for one cycle and paste the output of the log file. If it contains WEBLOG entries, then don't bother posting since they just clutter up the log. Turn off WEBEVENTS logging and try again.
So i changed it to debug and i still recieve 6000 lines in my logfile. I think the reason there is so much data because of the number of hosts/services im collecting data for. there are no 'weblog' entries and all 'webevent' options are not turned on. I have also upgraded to version 0.8.6f.
The point of turning on debug mode was so you could look through the log file and get the details why you get Host[133] WARNING: Result from SNMP not valid. Partial Result: .
IT looks like i recieve this data on only 4 hosts. These hosts might actually be down which is why they arent getting SNMP results back. After looking through the debug log there is never anything about rrd running and no other errors suggesting that it is either having a problem creating the graphs or actually creating them at all. It looks like it runs the snmp queries and gets data but never genrates anything with it.
This means that OID is not valid. Check the script or data source, which has set this OID to be queried and correct it for each instance the output was U.
I went ahead and took a look at why i was recieving a partial result. Strange...it was only on my ia64 login machines. They have one less mounted partition than all my other hosts. Running the snmpget manually shows that they dont have an OID. I went ahead and just temporally removed those hosts. Still no new graphs have been created. Should there be anything in the logs about the rrdtool at all? i thought i read in a previous post that usually the rrdtool prints entries in the logs...
I went ahead and truncated the poller_output. Nothing about rrd in the logs still and no graphs or files in my rra/ directory. if i run the following command in mysql