duritong / puppet-nagios

a nagios module for puppet

puppet-nagios / manifests / target.pp
100644 7 lines (5 sloc) 0.115 kb
1
2
3
4
5
6
7
# manifests/target.pp
 
class nagios::target {
    include nagios::target::host
    nagios::service::ping{$fqdn:}
}