From a4ecd86115b7f04b54286c175f349a6d8abba286 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Fri, 6 Mar 2026 15:13:38 +0100 Subject: [PATCH] OP#436 more config --- manifests/params.pp | 1 - templates/nagios/nagios_cfg.erb | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index f4c932d..733e506 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -123,7 +123,6 @@ class confdroid_nagios::params ( Boolean $ng_enable_target = true, Boolean $ng_purge_target = true, - # contact groups String $ng_contactgroup_name = 'admins', String $ng_contactgroup_alias = 'Nagios Administrators', diff --git a/templates/nagios/nagios_cfg.erb b/templates/nagios/nagios_cfg.erb index 3c29461..11ff4e4 100644 --- a/templates/nagios/nagios_cfg.erb +++ b/templates/nagios/nagios_cfg.erb @@ -22,7 +22,7 @@ precached_object_file=<%= @ng_precached_obj_file %> resource_file=<%= @ng_resource_file %> -status_file=<%= @$ng_status_file %> +status_file=<%= @ng_status_file %> status_update_interval=<%= @ng_status_upd_interval %>