cacti

CACTI's WeatherMap Plugin Label Sync


I have some trouble with using Cacti's WeatherMap plugin. Cacti's WeatherMap plugin has many great functions. I want to draw some sync data in the label, but my cacti aren't operated well. who knows the solution?

The Clog Error is "no valid data or not registered .. " And I tried to change the TARGET gauge path, but the error is still occured.


Solution

  • Run for one poller cycle with DEBUG logging turned on in Cacti, and you'll see a lot more log information from Weathermap. If you look for the lines with ReadData in them, you'll see what is happening inside the rrd data plugin - e.g. if the file exists, if the DS names are correct (if not, it will tell you what names are valid), if there is valid data in the RRD file (you'll see the data fetched from rrdtool).

    Usually you would see serious warnings even without the debug logging, just before the line you pasted above.