Disk I/O Monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vignesha
Posts: 115
Joined: Wed Oct 03, 2018 9:09 am

Disk I/O Monitoring

Post by vignesha »

Hi Team,

We have requirement to monitor disk i/o status, we found some plugin on below URL to full fill the requirement.
URL:
https://exchange.nagios.org/directory/P ... at/details

As per given steps we have followed the same but get stuck in between and we are not getting any output. Please guide us to resolve this issue.

Output:
[root@xxxxxxxxxx libexec]# ./check_nrpe -H xx.xxx.xxx.xxx
I (0.4.3.143 2015-04-29) seem to be doing fine...

[root@xxxxxxxxxx libexec]# ./check_nrpe -H xx.xxx.xxx.xxx -c check_disk_iostat
Unknown command(s): check_disk_iostat|
You do not have the required permissions to view the files attached to this post.
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: Disk I/O Monitoring

Post by dchurch »

Your INI headers are incorrect (See here for the NSClient++ docs):

Replace these lines:

Code: Select all

[External Alias]
check_disk_iostat=check_disk_iostat_vbs

[Wrapped Scripts]
check_disk_iostat_vbs=check_disk_iostat.vbs
with this:

Code: Select all

[/settings/external scripts/alias]
check_disk_iostat=check_disk_iostat_vbs

[/settings/external scripts/wrapped scripts]
check_disk_iostat_vbs=check_disk_iostat.vbs
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Locked