File: //usr/share/doc/check-mk-agent-locaweb-plugins/mysql_56.yaml
application-name: hostname
provides:
- hostname:
monitoring:
- service: port_mysql
interval: 1
attempts: 2
port: 3306
check: active
item: tcp
- service: MySQL_Check
doc: Check if mysql is responding internally
check: local
item: mysql
defaults-file: /root/.my.cnf
innodb: True
# number of connections thresholds
thresholds: "{'warning': 80, 'critical': 90}"
- service: fs_/var/lib/mysql/data
doc: Verifies if bdfs is working
item: /var/lib/mysql/data
check: df
params: "{'levels': (80, 90), 'trend_range': 168, 'trend_timeleft': (72,24)}"