OP#672 add sshd nagios check
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user