Adding check_mysql_slave
This commit is contained in:
parent
7cda3816af
commit
712a20a381
10 changed files with 464 additions and 7 deletions
5
check_mysql_slave/check_mysql_slave.cfg
Normal file
5
check_mysql_slave/check_mysql_slave.cfg
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 'check_mysql_slave' command definition
|
||||
define command{
|
||||
command_name check_slave_mysql
|
||||
command_line /usr/lib/monitoring-plugins/check_mysql_slave -H '$HOSTADDRESS$' -p '$ARG3$' -U '$ARG1$' -P '$ARG2$'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue