Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Checks Dell Warranty information using SNMP
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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'
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'
Reviews (0)
Be the first to review this listing!