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
Current Version
1.0
Last Release Date
2020-01-06
Compatible With
- Nagios 3.x
Owner
Website
License
GPL
Hits
4182
Files:
File | Description |
---|---|
LICENSE | GPL License |
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!