Commit graph

2 commits

Author SHA1 Message Date
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Martin Wilke
4ac1be2ede The general idea of these scripts is to check as many things as possible with
SNMP: disks, memory, load, network interfaces, running processes, etc...

The other idea is to select disks, interfaces, process using regular
expressions:

- it is possible to test more than one disk/int/process in one Nagios check
  (ex.: eth* instead of eth0,eth1,eth2,...)

- you only have to provide a unique part of the name to select a
  disk/int/process (ex. : "C:" instead of "C:\ Label: Serial Number xxxxxxx"
  makes it easy to use on multiple Windows hosts).

Most of these scripts can make performance outputs.

WWW: http://nagios.manubulon.com/

PR:		ports/135523
Submitted by:	Alexey V. Degtyarev
2009-06-15 21:13:19 +00:00