summaryrefslogtreecommitdiff
path: root/manifests/defaults/service_templates.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-03-01 11:59:10 +0100
committervarac <varacanero@zeromail.org>2016-03-01 11:59:10 +0100
commit53e2db13e5082f09fcee7d34ed83b3dfaef06e52 (patch)
tree3f082b3311d08140e29c9ca730cfa3c8061545a8 /manifests/defaults/service_templates.pp
parent70afab799b8cf720cd12bd225c1c2948fd1597ee (diff)
parentc0dee4a2393e23b226e123a427898de94b342141 (diff)
Merge remote-tracking branch 'shared/master' into leap_master
Diffstat (limited to 'manifests/defaults/service_templates.pp')
-rw-r--r--manifests/defaults/service_templates.pp56
1 files changed, 28 insertions, 28 deletions
diff --git a/manifests/defaults/service_templates.pp b/manifests/defaults/service_templates.pp
index 84740af..e39441a 100644
--- a/manifests/defaults/service_templates.pp
+++ b/manifests/defaults/service_templates.pp
@@ -1,32 +1,32 @@
+# define the generic service template
class nagios::defaults::service_templates {
- # this inoperative for the moment, see :
- # http://projects.reductivelabs.com/issues/1180
-
- nagios_service {
- 'generic-service':
- active_checks_enabled => '1',
- passive_checks_enabled => '1',
- parallelize_check => '1',
- obsess_over_service => '1',
- check_freshness => '0',
- notifications_enabled => '1',
- event_handler_enabled => '1',
- flap_detection_enabled => '1',
- failure_prediction_enabled => '1',
- process_perf_data => '1',
- retain_status_information => '1',
- retain_nonstatus_information => '1',
- notification_interval => '0',
- is_volatile => '0',
- check_period => '24x7',
- normal_check_interval => '5',
- retry_check_interval => '1',
- max_check_attempts => '4',
- notification_period => '24x7',
- notification_options => 'w,u,c,r',
- contact_groups => 'admins',
- register => '0',
- }
+ # this inoperative for the moment, see :
+ # http://projects.reductivelabs.com/issues/1180
+ nagios_service {
+ 'generic-service':
+ active_checks_enabled => '1',
+ passive_checks_enabled => '1',
+ parallelize_check => '1',
+ obsess_over_service => '1',
+ check_freshness => '0',
+ notifications_enabled => '1',
+ event_handler_enabled => '1',
+ flap_detection_enabled => '1',
+ failure_prediction_enabled => '1',
+ process_perf_data => '1',
+ retain_status_information => '1',
+ retain_nonstatus_information => '1',
+ notification_interval => '0',
+ is_volatile => '0',
+ check_period => '24x7',
+ check_interval => '5',
+ retry_check_interval => '1',
+ max_check_attempts => '4',
+ notification_period => '24x7',
+ notification_options => 'w,u,c,r',
+ contact_groups => 'admins',
+ register => '0',
+ }
}