Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Arcserve Backup Jobs
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!
This parses the output from the ca_qmgr tool.
Since NCPA runs as SYSTEM, permission must be granted to SYSTEM to access the arcserve tool.
I create an arcserve local user that is an Arcserve Administrator:
ca_auth -user add nagiosxi long_password_here -assignrole 8
Then add SYSTEM as an equivalent:
ca_auth -equiv add "NT AUTHORITYSYSTEM" hostname_here nagiosxi
Info about equivalence:
https://documentation.arcserve.com/Arcserve-Backup/Available/R17/ENU/Bookshelf_Files/HTML/cmndline/index.htm?toc.htm?cl_ca_auth_equiv_args.htm
Only tested on Nagios XI but should work on others.
Since NCPA runs as SYSTEM, permission must be granted to SYSTEM to access the arcserve tool.
I create an arcserve local user that is an Arcserve Administrator:
ca_auth -user add nagiosxi long_password_here -assignrole 8
Then add SYSTEM as an equivalent:
ca_auth -equiv add "NT AUTHORITYSYSTEM" hostname_here nagiosxi
Info about equivalence:
https://documentation.arcserve.com/Arcserve-Backup/Available/R17/ENU/Bookshelf_Files/HTML/cmndline/index.htm?toc.htm?cl_ca_auth_equiv_args.htm
Only tested on Nagios XI but should work on others.
Reviews (0)
Be the first to review this listing!