nagios: Added smb and wins service targets.

This commit is contained in:
Timo Makinen 2013-11-15 08:46:04 +02:00
parent 70d894e4b1
commit 95f66a4b3d
5 changed files with 147 additions and 0 deletions

View file

@ -162,6 +162,13 @@ define command{
}
# 'check_smb' command definition
define command{
command_name check_smb
command_line $USER1$/check_smb -H $HOSTADDRESS$
}
# 'check_ssh' command definition
define command{
command_name check_ssh
@ -169,6 +176,13 @@ define command{
}
# 'check_wins' command definition
define command{
command_name check_wins
command_line $USER1$/check_wins -H $HOSTADDRESS$ -q $ARG1$
}
# 'check_dig' command definition
define command{
command_name check_dig