Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_bioctl
146915
File | Description |
---|---|
check_bioctl-1.9.tar.gz | check_bioctl-1.9.tar.gz |
check_bioctl-1.16.tar.gz | check_bioctl-1.16.tar.gz |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
The only real caveat with it is that bioctl needs rw permission to
/dev/bio. One way to allow for that is by adding an entry to
/etc/sudoers and then making the check run sudo check_bioctl.
This is an example of a setup for NRPE. For checks on the machine running
Nagios, use the _nagios user in /etc/sudoers instead of _nrpe, and of course,
no /etc/nrpe.cfg.
/etc/sudoers:
_nrpe ALL = NOPASSWD:${PREFIX}/nagios/check_bioctl -d ami0
/etc/nrpe.cfg:
command[check_bioctl]=/usr/bin/sudo ${PREFIX}/nagios/check_bioctl -d ami0
For more information on bioctl(8) see the OpenBSD man page.
http://www.openbsd.org
v1.16 now obeys the check timeout value from utils.pm
/dev/bio. One way to allow for that is by adding an entry to
/etc/sudoers and then making the check run sudo check_bioctl.
This is an example of a setup for NRPE. For checks on the machine running
Nagios, use the _nagios user in /etc/sudoers instead of _nrpe, and of course,
no /etc/nrpe.cfg.
/etc/sudoers:
_nrpe ALL = NOPASSWD:${PREFIX}/nagios/check_bioctl -d ami0
/etc/nrpe.cfg:
command[check_bioctl]=/usr/bin/sudo ${PREFIX}/nagios/check_bioctl -d ami0
For more information on bioctl(8) see the OpenBSD man page.
http://www.openbsd.org
v1.16 now obeys the check timeout value from utils.pm
Reviews (0)
Be the first to review this listing!