OP#436 check for nagios works
This commit is contained in:
@@ -123,6 +123,7 @@ 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',
|
||||
@@ -254,7 +255,8 @@ class confdroid_nagios::params (
|
||||
$ng_resource_erb = 'confdroid_nagios/nagios/resource_cfg.erb'
|
||||
$ng_object_cache_file = "${ng_spool_dir}/objects.cache"
|
||||
$ng_precached_obj_file = "${ng_spool_dir}/objects.precache"
|
||||
$ng_status_file = "${ng_log_dir}/status.dat"
|
||||
$ng_status_file = "${ng_spool_dir}/status.dat"
|
||||
$ng_command_file = "${ng_cmd_dir}/nagios.cmd"
|
||||
|
||||
## old
|
||||
$ng_taccgi_erb = 'confdroid_nagios/selinux/taccgi.erb'
|
||||
|
||||
Reference in New Issue
Block a user