Skip to content

Commit

Permalink
README.md: update with new plugin descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschipp committed Apr 4, 2014
1 parent 29232e4 commit f8ec425
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ one cannot simply update the scripts with malicious code.

**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).
**check_file_growth.sh** - Check whether a file is growing in size (e.g. Monitor for stale log files).

**check_filesystem_stat.sh** - Recursively checks for filesystem input/output errors by directory using stat.

**check_status_code.sh** - Checks exit code of another program and returns a custom Nagios status code based on the result.

#### OSX only:

Expand All @@ -43,9 +46,19 @@ one cannot simply update the scripts with malicious code.

**check_osx_temp.sh** - Check temperature of system components. (Find systems running hot).

#### Linux only:

**check_connections.sh** - Check number of connections/sockets in a given state. Requires iproute2. (Find 10000+ EST connections)

**check_pps.sh** - Check PPS, BPS, or percentage of line-rate on a networking interface (Find periods of heavy traffic)

#### 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).

**check_enq.sh** - Check status of a printer queue on AIX (Find queues in DOWN state)

**check_rsyslog.sh** - Check for rsyslog disk queue buffers (Find when logs are buffered)

0 comments on commit f8ec425

Please sign in to comment.