summaryrefslogtreecommitdiff
path: root/manifests/nrpe/xinetd.pp
blob: e13ed768fbae4ce16ec149aafd2f5bf1dda474f0 (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

}