Most of our performance graphs are working fine, but for some services (all Windows Disk space usage) the performance graphs are not displayed in XI using the "Performance Graphs" tab. The same services generate graphs in Graph Explorer, and in an external tool that reads Nagios' RRD files (drraw). Data is being returned to the service checks.
Permissions look fine on the rrd and xml files for these. Here is a sample, with permissions on files for broken graphs first and working graphs second.
Code: Select all
-rwxrwxr-x 1 nagios nagios 384952 Sep 24 09:49 Disk_Usage_-_C_10_prcnt_free_win.rrd
-rw-rw-r-- 1 nagios nagios 2082 Sep 24 09:49 Disk_Usage_-_C_10_prcnt_free_win.xml
-rwxrwxr-x 1 nagios nagios 1151496 Sep 24 09:45 Perf_-_CPU_All_Usage_prcnt_win.rrd
-rw-rw-r-- 1 nagios nagios 2946 Sep 24 09:45 Perf_-_CPU_All_Usage_prcnt_win.xml
/usr/local/nagiosxi/scripts/reset_config_perms
Also, in XI, under Admin -> Monitoring Config -> Check File Permissions, we have green checkmarks.
We are running Nagios XI 2014R2.7.
Thank you for any help you can provide!