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|
Disk I/O Monitoring
Disk I/O Monitoring
You do not have the required permissions to view the files attached to this post.
Re: Disk I/O Monitoring
Your INI headers are incorrect (See here for the NSClient++ docs):
Replace these lines:
with this:
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
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.
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.