diff options
| author | doteast <ali.elkhalidi@gmail.com> | 2016-09-20 00:02:13 +0000 |
|---|---|---|
| committer | doteast <ali.elkhalidi@gmail.com> | 2016-09-20 00:02:13 +0000 |
| commit | ddcc7d4672b2982b5fd001cb2041fbf91afd88c2 (patch) | |
| tree | 608e447eb2050f3ad993bf5c6855e917aed9d56f | |
| parent | f698e3b2501b5d6525e3ffdaa864dffa679df0de (diff) | |
#5453 add proxy04 haproxy-mirrorlist nagios check
| -rw-r--r-- | roles/nagios/server/files/nagios/services/haproxy_mirrorlist.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/nagios/server/files/nagios/services/haproxy_mirrorlist.cfg b/roles/nagios/server/files/nagios/services/haproxy_mirrorlist.cfg index 4503904ec..30bd49ac8 100644 --- a/roles/nagios/server/files/nagios/services/haproxy_mirrorlist.cfg +++ b/roles/nagios/server/files/nagios/services/haproxy_mirrorlist.cfg @@ -4,3 +4,10 @@ define service { check_command check_by_nrpe!check_haproxy_mirrorlist use defaulttemplate } + +define service { + host_name proxy04 + service_description Check proxy04 for DOWN mirrorlist servers + check_command check_by_nrpe!check_haproxy_mirrorlist + use defaulttemplate +} |
