Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Exchange Backup (BackupExec)
101419
File | Description |
---|---|
check_Exchange_backup.txt | check_Exchange_backup.txt |
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!
It is my 3rd custom Nagios NRPE_NT Plugin, so my code is getting better.
Script to Parse Backup Exec logfile .XML (gets based on today’s date)
Calculates how much data was written to Tape and total supposed backup size.
The supposed backup size depends, in our case we backup all Disks but the C:
and so I calculated in a Dynamic way. It Could easily be change to have fixed size.
It takes the percentage comparison between Total Used Space X Total backuped Space
Example Backuped 90% of the supposed space then raise warn if only 70% raise critical!
usage:
check_backup.vbs <-v 1> -w 80 -c 70
-v 1
-w Warning % of Backuped Space
-c Critical % of Backuped Space.
http://www.xoroz.com/files/scripts/nagios/check_backup.vbs Download
Script to Parse Backup Exec logfile .XML (gets based on today’s date)
Calculates how much data was written to Tape and total supposed backup size.
The supposed backup size depends, in our case we backup all Disks but the C:
and so I calculated in a Dynamic way. It Could easily be change to have fixed size.
It takes the percentage comparison between Total Used Space X Total backuped Space
Example Backuped 90% of the supposed space then raise warn if only 70% raise critical!
usage:
check_backup.vbs <-v 1> -w 80 -c 70
-v 1
-w Warning % of Backuped Space
-c Critical % of Backuped Space.
http://www.xoroz.com/files/scripts/nagios/check_backup.vbs Download
Reviews (0)
Be the first to review this listing!