I noticed the graph for some nagiosxi checks was missing, i went through some posts and renamed the .rrd file located at the below path.
/usr/local/nagios/share/perfdata/{hostname}/{check_name.rrd}
After renaming i see new {check_name.rrd} is created and now the nagiosxi check graphs are having data and plotting the graph. But with this method, i am losing the old data which is needed.
When i checked the status of rrdcached service i noticed the below message for few hosts.
Code: Select all
----------------------
systemctl status rrd* -l
argument: 100:100:100:100:100:100:100:100:100:100:100:100:100:100:100:100:100:100:100:100:100:100:100:100:100)
Sep 07 11:41:33 nagiosxi-emea-01 rrdcached[35768]: queue_thread_main: rrd_update_r (/usr/local/nagios/share/perfdata/{hostname}/{check_name.rrd}) failed with status -1. (/usr/local/nagios/share/perfdata/{hostname}/{check_name.rrd}: found extra data on update argument: 8282)
----------------------