Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
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
Current Version
1.0
Last Release Date
2020-01-06
Owner
bridrod
Website
https://github.com/bridrod/Nagios
Download URL
https://github.com/bridrod/Nagios/blob/master/check-dell-warranty.sh
License
GPL
Compatible With
GPL License
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'
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!