Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
Your review has been submitted and is pending approval.
Check BackupExec Services with the “check_nt” plugin. It checks Service BackupExecAgentBrowser,BackupExecDeviceMediaService,BackupExecJobEngine and BackupExecRPCService
Current Version
Last Release Date
June 15, 2009
Owner
Nagios Exchange
Compatible With
# --- 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 }
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.
You must be logged in to submit a review.
To:
From: