Random Project

Very Satisfied

This plugin is functioning well in below listed Servers.

Dell PowerEdge 2950
Dell R510
Dell R710
Dell PowerEdge 1900

Command Output is:
##########################################
./check_snmp_dell_poweredge -H 10.0.77.43 -C public -t redundancy
Power supply redundancy is OK

./check_snmp_dell_poweredge -H 10.0.77.43 -C public -t temperature
Ambient temperature : 15 Degres Celsius | temperature=15;0;0;0

./check_snmp_dell_poweredge -H 10.0.77.43 -C public -t health
Etat general : Warning

./check_snmp_dell_poweredge -H 10.0.77.43 -C public -t info
Information : Dell PowerEdge 2950 possede le service TAG ‘8B1PX1S’

./check_snmp_dell_poweredge -H 10.0.77.43 -C public -t disk -d 2
Disk Status ‘Physical Disk 0:0:1’ : Online, RAID array is OK
Will work with all Disks, Just change the Disk ID in the end
##########################################
My commands.cfg file:

define command{
command_name check_snmp_dell_poweredge_temp
command_line $USER1$/check_snmp_dell_poweredge -H $HOSTADDRESS$ -C $ARG1$ -t $ARG2$ -w $ARG3$ -c $ARG4$
}
define command{
command_name check_snmp_dell_poweredge_disk
command_line $USER1$/check_snmp_dell_poweredge -H $HOSTADDRESS$ -C $ARG1$ -t $ARG2$ -d $ARG3$
}
define command{
command_name check_snmp_dell_poweredge
command_line $USER1$/check_snmp_dell_poweredge -H $HOSTADDRESS$ -C $ARG1$ -t $ARG2$
}
########################################

Thanks to the author… I’m first to put +ve review….ha ha ha…!!!