Getting disk storage status - using nagios plugin

Dear Support,

I have installed the nagios plugin, and services is showing on the librenms, But am getting an issues, on retriving the disk storage status, I don’t get the alerts, I configured the nagios plugin, But it show Unknown arguments, Below is the screen shots:


Looks like you haven’t configured the required parameters. Run the check script manually to figure out what you need then add them to the parameter input field when you edit the service. You don’t need -H hostname, we pass that automatically.

Thanks for your response, Can you please let me know which script should I run first? And also what parameters should I add so that it works; if you can give me complete information it will be usefully.

Kindest regards,
Elia Otito

So if your plugin scripts are in /usr/lib/nagios/plugins/ then run /usr/lib/nagios/plugins/check_disk --help

It’s worth noting though that that script only works for the local LibreNMS install as it has no remote capabilities.

What is it your trying to achieve and what is the remote device your trying to query?