BackupExec

Check Backup Exec Veritas Services

Description:

Check BackupExec Services with the “check_nt” plugin. It checks Service BackupExecAgentBrowser,BackupExecDeviceMediaService,BackupExecJobEngine and BackupExecRPCService

Current Version

Last Release Date

June 15, 2009

Compatible With


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!
Project Notes
# --- checkcommands.cfg BEGIN ---- # 'check_nt-backupexecagent' command definition define command{ command_name check_nt_beagent command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -d SHOWALL -l BackupExecAgentBrowser } # 'check_nt-bedms' command definition define command{ command_name check_nt_bedms command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -d SHOWALL -l BackupExecDeviceMediaService } # 'check_nt-bejobe' command definition define command{ command_name check_nt_bejobe command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -d SHOWALL -l BackupExecJobEngine } # 'check_nt-berpc' command definition define command{ command_name check_nt_berpc command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 1248 -v SERVICESTATE -d SHOWALL -l BackupExecRPCService } # --- checkcommands.cfg END ---- Example for Services.cfg-BackupExecRPCService define service{ host_name "YOURHOST" service_description BackupExecRPCService check_period 24x7 max_check_attempts 3 normal_check_interval 3 retry_check_interval 1 contact_groups server-admin notification_interval 30 notification_period 24x7 notification_options w,u,c,r check_command check_nt_berpc }
Reviews (1) Add a Review
Good high level process checking
by Jerry, June 30, 2018
We need to do in depth Backup Exec checking due to some failures we've seen, but it will take a while to sort out which one that is available is best or even if we need to write our own. So this one is a helpful process check to get us started.

One technical note - the port is wrong, it is 12489 not 1248.
Helpful? Yes  No 
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
3 (1)
Favorites
0
Views
99,528