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
Current Version
0.0.1
Last Release Date
2013-02-24
Compatible With
- Nagios 3.x
- Nagios XI
- Nagios Fusion
Owner
License
GPL
Hits
43726
Files:
File | Description |
---|---|
check_filesystem | check_filesystem |
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!