Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check_BackupExec
0.4
- Nagios 2.x
- Nagios 3.x
GPL
97055
File | Description |
---|---|
ReadMe.txt | Read me file |
check_backupexec.vbs | VB script that runns on the Backupexec server |
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!
You clear the alarm by acknowledge the alert in Backupexec
It use NSClient++ to execute the vb script on the Backupexec server.
The script queries the database to see if there is any new errors
It use NSClient++ to execute the vb script on the Backupexec server.
The script queries the database to see if there is any new errors
Reviews (4)
bywarnox, January 6, 2015
Thanks for writing the script, it's works great with BE 2014 but needs a slight modification for Nagios to display the output correctly.
The line,
txt = "Error on backup job | " & txt
should not contain a pipe '|', because Nagios interprets everything after the pipe as performance data, https://nagios-plugins.org/doc/guidelines.html#AEN200.
Changing this to any other character, like a hyphen, fixed the problem.
txt = "Error on backup job - " & txt
The line,
txt = "Error on backup job | " & txt
should not contain a pipe '|', because Nagios interprets everything after the pipe as performance data, https://nagios-plugins.org/doc/guidelines.html#AEN200.
Changing this to any other character, like a hyphen, fixed the problem.
txt = "Error on backup job - " & txt
byBeaver, August 5, 2014
It works too under Backup Exec 2014! Thanks for your work!
bytomlol, February 16, 2012
had this issue with my 64 bit BExec server http://vittoriop77.blogspot.com/2007/05/64bit-provider-is-not-specified-and.html
That resolved it, however check_backupexec now ALWAYS returns OK, even if there are errors.
That resolved it, however check_backupexec now ALWAYS returns OK, even if there are errors.
Thank you for plugin. Works perfectly. Backup Exec 2010.
Sam
Sam