Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
I wrote a new way of checking Exchange Backups, simple just needed to check the in AD the “Last time backup” of the Storage Group. I wrote the much simpler and much more precise script to monitor Exchange Servers Backup. It reports Warning if the backup is > 2 < 5 days, if its over 5 days old it reports CRITICAL.
Current Version
Last Release Date
June 15, 2009
Owner
Nagios Exchange
Website
http://felipeferreira.net/?p=55
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
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!