Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Backup Exec Veritas Services
Owner
Hits
98491
# --- 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
}
# '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)
byJerry, June 15, 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.
One technical note - the port is wrong, it is 12489 not 1248.