Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
Your review has been submitted and is pending approval.
This plugin can check the status of DELL PowerEdge server using SNMP v1 queries and Dell OpenManage.
Current Version
1.5
Last Release Date
2016-10-06
Owner
LAMY
Website
https://github.com/ynlamy/check_snmp_dell_poweredge
Download URL
https://raw.githubusercontent.com/ynlamy/check_snmp_dell_poweredge/master/check_snmp_dell_poweredge
License
GPL
Compatible With
check_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.
Dear, To use the plugin where I must make the snmp configuration in my poweredge ...? Best Regards
I use it for Redundancy and disk. Work perfectly. With : T310 T410 R410 And other tower and rackable server.
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...!!!
You must be logged in to submit a review.
To:
From: