Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check_BackupExec
Current Version
0.4
Compatible With
- Nagios 2.x
- Nagios 3.x
Owner
Website
License
GPL
Hits
95971
Files:
File | Description |
---|---|
ReadMe.txt | Read me file |
check_backupexec.vbs | VB script that runns on the Backupexec server |
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