summaryrefslogtreecommitdiff
path: root/manifests/nrpe/xinetd.pp
blob: 4de0bac62fd102a68afd5a818d7cdf2b3147b43b (plain)
1
2
3
4
5
6
7
8
9
10
11
# This is created only to cope with cases where we're not the only ones
# administering a machine and NRPE is running in xinetd.
class nagios::nrpe::xinetd inherits base {

    Service["nagios-nrpe-server"] {
	    ensure    => stopped,
    }

    # TODO manage the xinetd config file that glues with NRPE

}