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
105134
Files:
FileDescription
check_Arcserve_jobstatus.vbscheck_Arcserve_jobstatus.vbs
Nagios CSP

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!
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.