Check ping

post the validate

FYI, ./checkservices.php -d for debug mode.

my Last Validate result and check-services debug

validate is good.

the debug looks like you need to check permissions in /usr/lib64/plugins/

would you please write the exact command needed?

chmod +x /usr/lib64/nagios/plugins/*

check-services debug after chmod +x

looks like its working now :slight_smile:

But there is no graph yet,:disappointed_relieved:

give it some time. The graph is not real time.

its 35 minutes but NO DATA.:tired_face:

Check if the file exists in the rdd directory and if permissions are correct.

would you please write the exact commands for this?

ls -lah /opt/librenms/rrd/<your device>/ping-perf.rrd

It will show the permission and the file size.

this was the result

Permissions are perhaps wrong, try:

chmod 775 -R /opt/librenms/rrd

I do that anything else needed?

If it’s not working better, please give these informations again:

  • ls -lah /opt/librenms/rrd//ping-perf.rrd
  • ./validate.php
  • Click on the not working graph, and show the RRD command

Sorry I asked you for the wrong file. On my side I’m using ping not fping, but the graph isn’t working too. I need to check why.