-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
I'm trying to figure out how to use the module to configure client checks, but I mont able to get the nrpe-check_ssh.cfg file created in the npre.d directory, could you point me in to the right direction?
class profiles::base {
$nagios_nrpe_allowed_hosts = hiera('nagios::nrpe_allowed_hosts')
class {'::nagios::client':
nrpe_allowed_hosts => $nagios_nrpe_allowed_hosts,
}
class {'nagios::check::ssh':
ensure => present,
}
}
Metadata
Metadata
Assignees
Labels
No labels