Home Directory Plugins Backup and Recovery BackupExec Check Backup Exec Veritas Services

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Check Backup Exec Veritas Services

Rating
1 vote
Favoured:
0
Hits
99129
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check BackupExec Services with the "check_nt" plugin. It checks Service BackupExecAgentBrowser,BackupExecDeviceMediaService,BackupExecJobEngine and BackupExecRPCService
# --- 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)
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.