forked from ITRS-Group/monitor-merlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nrpe-merlin.cfg
28 lines (28 loc) · 1.74 KB
/
nrpe-merlin.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
###############################################################################
#
# op5-nrpe command configuration file
#
# COMMAND DEFINITIONS
# Syntax:
# command[<command_name>]=<command_line>
#
command[mon_procs]=/opt/plugins/check_procs -w 1:350 -c 1:600 -C naemon
command[mon_cpu]=/opt/plugins/check_procs -w 30 -c 50 --metric=CPU -C naemon
command[mon_vsz]=/opt/plugins/check_procs -w 700000 -c 800000 --metric=VSZ -C naemon
command[naemon_parent_proc]=/opt/plugins/check_procs -p 1 -w 1:1 -c 1:1 -C naemon
command[merlin_procs]=/opt/plugins/check_procs -w 1:1 -c 1:1 -C merlind
command[merlin_cpu]=/opt/plugins/check_procs -w 5 -c 10 --metric=CPU -C merlind
command[merlin_vsz]=/opt/plugins/check_procs -w 475000 -c 600000 --metric=VSZ -C merlind
command[mysql]=/opt/plugins/check_mysql -d merlin -u merlin -p merlin
command[mysql_vsz]=/opt/plugins/check_procs -w 5250000 -c 7500000 --metric=VSZ -C mysqld
command[mer_prog_status]=/usr/bin/asmonitor -q /usr/bin/mon check status
command[host_latency]=/usr/bin/asmonitor -q /usr/bin/mon check latency host
command[service_latency]=/usr/bin/asmonitor -q /usr/bin/mon check latency service
command[host_exectime]=/usr/bin/asmonitor -q /usr/bin/mon check exectime host
command[service_exectime]=/usr/bin/asmonitor -q /usr/bin/mon check exectime service
command[host_orphans]=/usr/bin/asmonitor -q /usr/bin/mon check orphans host
command[service_orphans]=/usr/bin/asmonitor -q /usr/bin/mon check orphans service
command[cores]=/usr/bin/asmonitor -q /usr/bin/mon check cores
command[spooled_checks]=/usr/bin/asmonitor -q /usr/bin/mon check spool checks --delete
command[spooled_perfdata]=/usr/bin/asmonitor -q /usr/bin/mon check spool perfdata
command[check_distribution]=/usr/bin/asmonitor -q /usr/bin/mon check distribution