OP#436 add full service details

This commit is contained in:
2026-03-01 18:53:03 +01:00
parent 98deadc906
commit 513ed6ce7f
2 changed files with 101 additions and 98 deletions

View File

@@ -99,6 +99,8 @@
# to be submitted to Nagios. Default is '1'.
# @param [String] ng_user The user to run the Nagios service as.
# Default is 'nagios'.
# @param [Boolean] ng_enable_target Whether to enable the generation of host and
# service configuration files for the Nagios server. Default is true.
###############################################################################
class confdroid_nagios::params (
@@ -114,6 +116,7 @@ class confdroid_nagios::params (
String $ng_status_upd_interval = '10',
String $ng_check_ext_commands = '1',
String $ng_user = 'nagios',
Boolean $ng_enable_target = true,
# contact groups
String $ng_contactgroup_name = 'admins',