Skip to content

Configuring client checks #43

@davideagle

Description

@davideagle

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions