diff options
author | mh <mh@immerda.ch> | 2010-06-28 22:10:20 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-06-28 22:10:20 +0200 |
commit | 5a138b57821288d02e58a5f59bd45ce918ab797a (patch) | |
tree | 1499a6b961cac914dbeabf576365b53b6af83dcb /manifests/defaults | |
parent | 4380d21e663fd14f42e89df74131d3d5384b89b8 (diff) |
some whitespace
Diffstat (limited to 'manifests/defaults')
-rw-r--r-- | manifests/defaults/service_templates.pp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/manifests/defaults/service_templates.pp b/manifests/defaults/service_templates.pp index 326ce05..84740af 100644 --- a/manifests/defaults/service_templates.pp +++ b/manifests/defaults/service_templates.pp @@ -17,15 +17,15 @@ class nagios::defaults::service_templates { 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', + 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', } |