]> git.uio.no Git - check_openmanage.git/blame - README
reversed some of the last changes. Net::SNMP::get_entries() is NOT
[check_openmanage.git] / README
CommitLineData
4078196b 1README file for check_openmanage
2================================
3
4Files included in the tarball and zip archive:
5
6 check_openmanage - The plugin
7 check_openmanage.3pm - Man page
8 check_openmanage.pod - Man page source
9 check_openmanage.php - PNP4Nagios template
10 check_openmanage.spec - RPM spec file
11 COPYING - License information
12 INSTALL - Install HOWTO
13 install.bat - Windows install script
14 install.sh - Linux/UNIX install script
15 README - This file
16
17
18About this program
19------------------
20
21check_openmanage is a plugin for Nagios which checks the hardware
22health of Dell PowerEdge and some PowerVault servers. It uses the Dell
23OpenManage Server Administrator (OMSA) software, which must be running
24on the monitored system. check_openmanage can be used remotely with
25SNMP or locally with NRPE, check_by_ssh or similar, whichever suits
26your needs and particular taste. The plugin checks the health of the
27storage subsystem, power supplies, memory modules, temperature probes
28etc., and gives an alert if any of the components are faulty or
29operate outside normal parameters.
30
31The plugin can give performance data with the '-p' or '--perfdata'
32switch. Performance data collected include temperatures, fan speeds
33and power usage (on servers that support it).
34
35Storage components checked:
36
37* Controllers
38* Physical drives
39* Logical drives
40* Cache batteries
41* Connectors (channels)
42* Enclosures
43* Enclosure fans
44* Enclosure power supplies
45* Enclosure temperature probes
46* Enclosure management modules (EMMs)
47
48Chassis components checked:
49
50* Processors
51* Memory modules
52* Cooling fans
53* Temperature probes
54* Power supplies
55* Batteries
56* Voltage probes
57* Power usage
58* Chassis intrusion
59
60Other:
61
62* ESM Log health
63* ESM Log content (default disabled)
64* Alert Log (default disabled, not SNMP)
65
66check_openmanage will identify blades and will not report "missing"
67power supplies, cooling fans etc. on blades. It will also accept that
68other components are "missing", unless for components that should be
69present in all servers. For example, all servers should have at least
70one temperature probe, but not all servers have logical drives
71(depends on the type and configuration of the controller).
72
73This nagios plugin is designed to be used by either NRPE or with
74SNMP. It is written in perl. In NRPE mode, it uses omreport to display
75status on various hardware components. In SNMP mode, it checks the
76same components as with omreport. Output is parsed and reported in a
77Nagios friendly way.
78
79More information avilable online:
80
81 http://folk.uio.no/trondham/software/check_openmanage.html
82