Home Directory Plugins Hardware Server Hardware Dell Checks Dell Warranty information using SNMP

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Checks Dell Warranty information using SNMP

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2020-01-06
Compatible With
  • Nagios 3.x
Owner
License
GPL
Hits
4732
Files:
FileDescription
LICENSEGPL License
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Checks Dell Warranty information using SNMP
New monitoring script for Dell Warranty using SNMP protocol; Provides performance data as well.

Dell has moved to a more secure method for obtaining information on devices (including warranty info). They moved away from API key (v4) to OAuthTLS2.0 (v5).

The deadline to continue using the v4 of the API key was Dec, 15th 2019.

In order to continue pulling device information from Dell's website it now requires v5. For that, you need to:

1. Submit a new request to obtain updated API credentials on TechDirect portal - https://techdirect.dell.com/portal.30/Login.aspx;

2. Obtain credentials "Client_ID" and "Client_Secret" from Dell (The script will need to be edited to update these variables);

Note: FYI, each generated Bearer token will be valid for 3600 seconds.
For further details, please refer to SDK available on your Dell TechDirect account.

Most up-to-date Documentation:
https://github.com/bridrod/Nagios/blob/master/check-dell-warranty-README.md
Usage:
check-dell-warranty.sh [options]

-H|--hostname HOSTNAME to pull
-w|--warning
-c|--critical
-T|--type server|chassis|switch
-C|--community 'SNMP_COMMUNITY_STRING'
-h|--help
-V|--version
-V|--verbose

Example:
./check-dell-warranty.sh -H HOSTNAME -w 90 -c 30 -T server -C 'SNMP_COMMUNITY_STRING'