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