From 104e736294034558864494ed1c7571616f4550e4 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Thu, 26 Jul 2012 01:16:58 -0400 Subject: [PATCH] Monitor lunatique pingability --- conf.d/hostgroups_nagios2.cfg | 2 +- local.d/lunatique.cfg | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 local.d/lunatique.cfg 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 +} -- 2.34.1