Skip to content

Check the status of Dell PowerEdge server using SNMP queries

License

Notifications You must be signed in to change notification settings

ynlamy/check_snmp_dell_poweredge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This plugin can check the status of Dell PowerEdge server using SNMP v1 queries and Dell OpenManage.

check_snmp_dell_poweredge is written in Bash and is distributed under the GPLv2 license. This plugin have been created by Yoann LAMY.

Usage:
./check_snmp_dell_poweredge -H xxx.xxx.xxx.xxx -C public -t disk -d 1
./check_snmp_dell_poweredge -H xxx.xxx.xxx.xxx -C public -t fan
./check_snmp_dell_poweredge -H xxx.xxx.xxx.xxx -C public -t health
./check_snmp_dell_poweredge -H xxx.xxx.xxx.xxx -C public -t info
./check_snmp_dell_poweredge -H xxx.xxx.xxx.xxx -C public -t redundancy
./check_snmp_dell_poweredge -H xxx.xxx.xxx.xxx -C public -t temperature -w 30 -c 35

-H ADDRESS
Name or IP address of host (default: 127.0.0.1)
-C STRING
Community name for the host's SNMP agent (default: public)
-t STRING
Different status (disk, fan, health, info, power, redundancy, temperature)
-d INTEGER
Numero of disk (default: 1)
-w INTEGER
Warning level for temperature in degrees (default: 0)
-c INTEGER
Critical level for temperature in degrees (default: 0)
-h
Print this help screen
-V
Print version and license information

This plugin uses the 'snmpget' command included with the NET-SNMP package.
This plugin support performance data output.

The nagios plugins come with ABSOLUTELY NO WARRANTY.

You may redistribute copies of the plugins under the terms of the GNU General Public License v2.

About

Check the status of Dell PowerEdge server using SNMP queries

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages