Home Directory Plugins Operating Systems Linux check_linux_filesystem

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_linux_filesystem

Rating
0 votes
Favoured:
0
Current Version
0.0.1
Last Release Date
2013-02-24
Compatible With
  • Nagios 3.x
  • Nagios XI
  • Nagios Fusion
License
GPL
Hits
44008
Files:
FileDescription
check_filesystemcheck_filesystem
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.
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