OP#436 add more settings

This commit is contained in:
2026-02-14 18:48:28 +01:00
parent 93e95ebb3f
commit aeab4e32ff

View File

@@ -563,6 +563,10 @@ class confdroid_nagios::params (
String $ng_host_down_svc_checks = '0', String $ng_host_down_svc_checks = '0',
Boolean $ng_enable_load_ctl_options = false, Boolean $ng_enable_load_ctl_options = false,
String $ng_loadctl_options = 'jobs_max=100;backoff_limit=10;rampup_change=5', String $ng_loadctl_options = 'jobs_max=100;backoff_limit=10;rampup_change=5',
String $ng_mail_user = 'admin@example.net',
String $ng_page_user = 'pageadmin@example.net',
# httpd # httpd
Boolean $ng_use_https = false, Boolean $ng_use_https = false,