From: Alex Dehnert Date: Thu, 26 Jul 2012 05:16:58 +0000 (-0400) Subject: Monitor lunatique pingability X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=104e736294034558864494ed1c7571616f4550e4;p=sysconfig%2Fnagios3.git Monitor lunatique pingability --- diff --git a/conf.d/hostgroups_nagios2.cfg b/conf.d/hostgroups_nagios2.cfg index cccb5e8..996bb5e 100644 --- a/conf.d/hostgroups_nagios2.cfg +++ b/conf.d/hostgroups_nagios2.cfg @@ -34,5 +34,5 @@ define hostgroup { define hostgroup { hostgroup_name ping-servers alias Pingable servers - members gateway,scrubbing-bubbles + members gateway,scrubbing-bubbles,lunatique } diff --git a/local.d/lunatique.cfg b/local.d/lunatique.cfg new file mode 100644 index 0000000..dfb13b6 --- /dev/null +++ b/local.d/lunatique.cfg @@ -0,0 +1,12 @@ +define host { + use generic-host + host_name lunatique + address 18.208.0.153 + max_check_attempts 6 + check_period 24x7 + check_command check-host-alive + notification_interval 240 + notification_period 24x7 + contact_groups adehnert-pub + notification_options d,u,r +}