OP#672 add sshd nagios check

This commit is contained in:
2026-09-24 16:36:18 +02:00
parent b0f21964c5
commit d7a8ad6576
3 changed files with 33 additions and 0 deletions

View File

@@ -21,6 +21,13 @@ class confdroid_ssh::params (
String $ssh_fw_order = '50',
String $ssh_source_range = '0.0.0.0/0',
# monitoring
Boolean $ssh_manage_nagios = false,
String $ssh_target_service = '/etc/nagios/conf.d/sshd_service.cfg',
String $ssh_target_contacts = 'nagiosadmin',
String $ssh_procs_allowed = '1:',
) {
# default facts
$fqdn = $facts['networking']['fqdn']