From 4a34cba805a272c6d1c16c9d92f3cad4d49558f0 Mon Sep 17 00:00:00 2001 From: Jon Schipp Date: Sat, 7 Dec 2013 16:51:14 -0600 Subject: [PATCH] README: updated with per plugin information --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 6b7725c..29f2d80 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,23 @@ $ echo ’nagios ALL=(root) NOPASSWD:/usr/local/nagios/libexec/∗’ >> /etc/su If that is the case be sure to limit write permissions for the scripts so that one cannot simply update the scripts with malicious code. + +### Plugins: + +#### Heterogenous Unix (Unices): + +check_load.sh - Check a system's load (run queue) via ``uptime''. +check_service.sh - Check the status of a system service +check_volume.sh - Check free space for a volume or partition +check_file_growth - Check whether a file is growing in size (e.g. Monitor for stale log files) + +#### OSX only: + +check_osx_raid.sh - Check RAID status of a disk. (Find degraded and failing arrays) +check_osx_smart.sh - Check S.M.A.R.T status of a disk. (Find failing disks) +check_osx_temp.sh - Check temperature of system components. (Find systems running hot) + +#### Application specific: + +check_ossec.sh - Perform multiple checks for a OSSEC server (e.g. Find a disconnected agent) +check_bro.sh - Perform multiple checks for a Bro cluster (e.g. Find stopped workers)