aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/monitor.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-04 11:41:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-04 11:41:01 -0300
commita3ad3d98598e4da55e569340120f46869b917540 (patch)
treea09ecebdf6de154bb3f4546a2e379524e6ba33ad /manifests/subsystem/monitor.pp
parent4aee481e4f0bceaeadbceb3a0f1553091fea37df (diff)
downloadpuppet-nodo-a3ad3d98598e4da55e569340120f46869b917540.tar.gz
puppet-nodo-a3ad3d98598e4da55e569340120f46869b917540.tar.bz2
Cleaning up nodo::subsystem::monitor
Diffstat (limited to 'manifests/subsystem/monitor.pp')
-rw-r--r--manifests/subsystem/monitor.pp12
1 files changed, 2 insertions, 10 deletions
diff --git a/manifests/subsystem/monitor.pp b/manifests/subsystem/monitor.pp
index a444479..2c0d019 100644
--- a/manifests/subsystem/monitor.pp
+++ b/manifests/subsystem/monitor.pp
@@ -1,5 +1,4 @@
class nodo::subsystem::monitor(
- $type = 'vserver',
$use_nagios = hiera('nodo::subsystem::monitor::use_nagios', True),
$check_ping = hiera('nodo::subsystem::monitor::check_ping', present),
$check_ssh = hiera('nodo::subsystem::monitor::check_ssh', absent),
@@ -9,15 +8,8 @@ class nodo::subsystem::monitor(
) {
if $use_nagios != false {
-
- if $type == 'vserver' {
- include nagios::target::fqdn
- }
-
- if $type == 'host' {
- class{ 'nagios::target':
- address => $address,
- }
+ class{ 'nagios::target':
+ address => $address,
}
nagios::service::ping { "${::fqdn}":