Dell

Check the status of DELL PowerEdge server

Description:

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

Compatible With

  • Nagios 3.x
  • Nagios 4.x

Owner

License

GPL


Project Photos
Project Notes
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.
Reviews (3) Add a Review
Query
by alex3105, September 30, 2018

Dear, To use the plugin where I must make the snmp configuration in my poweredge ...? Best Regards



Do his job !
by TJ619, February 28, 2017

I use it for Redundancy and disk. Work perfectly. With : T310 T410 R410 And other tower and rackable server.



Very Satisfied
by nishith, June 30, 2016

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...!!!



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
4.8 (4)
Favorites
2
Views
129,809