diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-06-08 00:28:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-06-08 00:28:12 -0300 |
commit | 2256496513c57cda02aac3fc12a8f89efdfe11c8 (patch) | |
tree | b2573d7bfebd6bb9424004c5291a8842887a7ce0 /manifests/physical.pp | |
parent | ec06b10e73a914082e3503b9f93bd1bff229ffcc (diff) | |
download | puppet-nodo-2256496513c57cda02aac3fc12a8f89efdfe11c8.tar.gz puppet-nodo-2256496513c57cda02aac3fc12a8f89efdfe11c8.tar.bz2 |
Adding nagios ping service on physical hosts
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp index 38b2a13..c2a9dbe 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -12,6 +12,7 @@ class nodo::physical inherits nodo { if $use_nagios != false { include nagios::target + nagios::service::ping { "$fqdn": } } # Time configuration |