Home Directory Plugins Backup and Recovery ArcServe CA ARCserve Backup r12 Number of Job Error Check

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

CA ARCserve Backup r12 Number of Job Error Check

Rating
1 vote
Favoured:
0
Hits
104780
Files:
FileDescription
check_Arcserve_jobstatus.vbscheck_Arcserve_jobstatus.vbs
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
CA ARCserve Backup r12 number of job error check using the ca_qmgr.exe cli tool.
Nagios NRPE_NT plugin to check the number of job errors using the ca_qmgr.exe cli tool.

The plugin will return:
OK (0) if no job error is detected.
WARNING (1) if job status are Incomplete,Cancelled.
CRITICAL (2) if job status are Run Failed, Crashed, Failed.
UNKNOWN (3) if found another result (example" Command failed. Failed to communicate with server on host")
Change the path of ca_qmgr.exe if necessary.

[modules]
CheckExternalScripts.dll

[NRPE Handlers]
check_arcserve_jobstatus=cscript /nologo scriptscheck_arcserve_jobstatus.vbs

LAST CHANGE 28.08.2009
Reviews (1)
byArDark, October 17, 2015
Nice VBS parsing, but CA have crazy requirements for use it in nagios.
User, who ran nsclient should be in ArcServe user list and also associated with caroot.

It good enough if you have 2-3 server with backup, but if you have 50+ its a pain.