Hello Community,
I have a some configured services that have their graph's performance data not showing anything but "no data to display". I decided to delete and recreate them but it only worked partially. Nothing appears for most part of my servers from the monitoring of virtual memory usage and also for some different Windows drive check.
I found another post with a similair issue but renaming/deleting the corresponding service's rrd file doesn't change the situation even if no more errors are displayed for that service in the perfdata log when debugging is turned on.
I also looked at the troubleshooting steps on that page and everything is correct.
Any thoughts on that?
Regards,
Philippe
No graph performance data is displayed for some services
-
MEI-Nagios01
- Posts: 7
- Joined: Sat Oct 17, 2020 9:47 am
-
danderson
Re: No graph performance data is displayed for some services
Thanks for reaching out @MEI-Nagios01,
Do you notice any errors in the php error logs? If you have php-fpm they should be in /var/log/php-fpm/www-error.log otherwise it'll be in /var/log/httpd/error_log.
Additionally, can you verify that the .rrd and .xml files exist in /usr/local/nagios/share/perfdata/[HOST NAME]/[SERVICE NAME].[xml/rrd]
Do you notice any errors in the php error logs? If you have php-fpm they should be in /var/log/php-fpm/www-error.log otherwise it'll be in /var/log/httpd/error_log.
Additionally, can you verify that the .rrd and .xml files exist in /usr/local/nagios/share/perfdata/[HOST NAME]/[SERVICE NAME].[xml/rrd]
Re: No graph performance data is displayed for some services
Delete the .rrd and .xml measurement files.
-
MEI-Nagios01
- Posts: 7
- Joined: Sat Oct 17, 2020 9:47 am
Re: No graph performance data is displayed for some services
Hello danderson,
Thank you for your reply and your help.
Also, .rrd and .xml files live in the right path. Like I said, I renamed .rrd files and now no more errors are shown in /usr/local/nagios/var/perfdata.log.
Maybe I can try the xml files and see what it gives.
Regards,
Philippe
Thank you for your reply and your help.
I only get warning notice messages in php-fpm logs.Thanks for reaching out @MEI-Nagios01,
Do you notice any errors in the php error logs? If you have php-fpm they should be in /var/log/php-fpm/www-error.log otherwise it'll be in /var/log/httpd/error_log.
Additionally, can you verify that the .rrd and .xml files exist in /usr/local/nagios/share/perfdata/[HOST NAME]/[SERVICE NAME].[xml/rrd]
Also, .rrd and .xml files live in the right path. Like I said, I renamed .rrd files and now no more errors are shown in /usr/local/nagios/var/perfdata.log.
Maybe I can try the xml files and see what it gives.
Regards,
Philippe
-
MEI-Nagios01
- Posts: 7
- Joined: Sat Oct 17, 2020 9:47 am
Re: No graph performance data is displayed for some services
It’s great that the problem is finally fixed. Thank you for your help.