nagios: Added support for MySQL service target.
This commit is contained in:
parent
85f598d885
commit
ea01b37485
2 changed files with 18 additions and 0 deletions
|
@ -162,6 +162,12 @@ define command{
|
|||
}
|
||||
|
||||
|
||||
# 'check_mysql' command definition
|
||||
define command{
|
||||
command_name check_mysql
|
||||
command_line $USER1$/check_mysql -H $HOSTADDRESS$ -n
|
||||
}
|
||||
|
||||
# 'check_smb' command definition
|
||||
define command{
|
||||
command_name check_smb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue