nagios: Added support for MySQL service target.

This commit is contained in:
Timo Makinen 2016-06-17 13:19:52 +03:00
parent 85f598d885
commit ea01b37485
2 changed files with 18 additions and 0 deletions

View file

@ -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