nagios: Added smb and wins service targets.
This commit is contained in:
parent
70d894e4b1
commit
95f66a4b3d
5 changed files with 147 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue