Nagios disabled by default
This commit is contained in:
parent
be062f00e2
commit
3c30e95985
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
class sshd(
|
||||
$manage_nagios = true,
|
||||
$manage_nagios = false,
|
||||
$nagios_check_ssh_hostname = 'absent',
|
||||
$ports = [ 22 ],
|
||||
$shared_ip = 'no',
|
||||
|
|
Loading…
Reference in a new issue