You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
}
}
The text was updated successfully, but these errors were encountered:
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,
}
}
The text was updated successfully, but these errors were encountered: