Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Unitrends API Backup failure checker
1.0
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
6837
File | Description |
---|---|
utrendbak.txt | Main plugin script |
JSON.txt | JSON authentication file |
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!
Simply pass the name of the Protected asset as the first parameter and the IP address of the Unitrends server as the second e.g. ./utrendbak testserv "192.168.240.34". The success/failure of the backup will then be returned.
Uses the Unitrends API to receive and parse a JSON string concerning backup failures.
Will need the file utrendjson which contains the username and password for authentication. Put this in the /usr/lib(lib64)/nagios/plugins directory along with the utrendbak script
Simply pass the name of the Protected asset as the first parameter and the IP address of the Unitrends server as the second e.g. ./utrendbak testserv "192.168.240.34". The success/failure of the backup will then be returned.
The script checks the backup against today's date (This can be amended as necessary)
Also the path of the json (utrendjson) authentication file may need to be changed from lib64 to lib.
You will need to install the binary calculator - bc and the json query parser - jq for the script to work.
Will need the file utrendjson which contains the username and password for authentication. Put this in the /usr/lib(lib64)/nagios/plugins directory along with the utrendbak script
Simply pass the name of the Protected asset as the first parameter and the IP address of the Unitrends server as the second e.g. ./utrendbak testserv "192.168.240.34". The success/failure of the backup will then be returned.
The script checks the backup against today's date (This can be amended as necessary)
Also the path of the json (utrendjson) authentication file may need to be changed from lib64 to lib.
You will need to install the binary calculator - bc and the json query parser - jq for the script to work.
Reviews (0)
Be the first to review this listing!