Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_linux_filesystem
0.0.1
2013-02-24
- Nagios 3.x
- Nagios XI
- Nagios Fusion
GPL
44390
File | Description |
---|---|
check_filesystem | check_filesystem |
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!
Plugin to check local file system health by using fsck utility in Linux. Need to modify /etc/sudoers file to make sure user nrpe can execute fsck remotely.
Pls. add following contents to /etc/sudoers file by using visudo:
User_Alias NAGIOS = nrpe,nagios
Cmnd_Alias NAGIOSCMD = /sbin/fsck*
Defaults:NAGIOS !requiretty
NAGIOS ALL=(ALL) NOPASSWD: NAGIOSCMD
Pls. add following contents to /etc/sudoers file by using visudo:
User_Alias NAGIOS = nrpe,nagios
Cmnd_Alias NAGIOSCMD = /sbin/fsck*
Defaults:NAGIOS !requiretty
NAGIOS ALL=(ALL) NOPASSWD: NAGIOSCMD
Reviews (0)
Be the first to review this listing!