Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Netbackup job completion status
2010-06-09
- Nagios 2.x
- Nagios 3.x
97699
File | Description |
---|---|
check_nbu_job.sh | Netbackup job completion status nagios plugin |
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!
Check if certain netbackup policy completed within given time bounds. For example you have a policy which must be completed with 8 jobs no more than 1500 minutes ago. You run the plugin
check_nbu_job.sh -p nbu_pol -t 1500 -j 8
If some of the jobs was not completed because of some error, exit status will be critican, but you must check NBU admin interfaces for exact error reason.
Tested with Solaris 9, Veritas Netbackup 6.0
run the plugin as root user because netbackup does allow run bpdbjobs only root user. If you want it to be run as another user (for example nagios), you should implement some sudo (linux) or pfexec (Solaris).
check_nbu_job.sh -p nbu_pol -t 1500 -j 8
If some of the jobs was not completed because of some error, exit status will be critican, but you must check NBU admin interfaces for exact error reason.
Tested with Solaris 9, Veritas Netbackup 6.0
run the plugin as root user because netbackup does allow run bpdbjobs only root user. If you want it to be run as another user (for example nagios), you should implement some sudo (linux) or pfexec (Solaris).
Reviews (0)
Be the first to review this listing!