Home Directory Plugins Backup and Recovery Unitrends API Backup failure checker

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

Unitrends API Backup failure checker

Rating
0 votes
Favoured:
0
Current Version
1.0
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Hits
6675
Files:
FileDescription
utrendbak.txtMain plugin script
JSON.txtJSON authentication file
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Uses the Unitrends API to receive and parse a JSON string concerning backup failures.

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.