From: Silvio Rhatto Date: Tue, 4 Jun 2013 20:35:01 +0000 (-0300) Subject: Adding nodo::subsystem::monitor::mail X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=36670b955bfcbfbfc1079c1e1bd74a1026ea7c4f;p=puppet-nodo.git Adding nodo::subsystem::monitor::mail --- diff --git a/manifests/subsystem/monitor/mail.pp b/manifests/subsystem/monitor/mail.pp new file mode 100644 index 0000000..913991b --- /dev/null +++ b/manifests/subsystem/monitor/mail.pp @@ -0,0 +1,6 @@ +class nodo::subsystem::monitor::mail { + nagios::service { "check_rbl": + ensure => present, + check_command => "check_rbl", + } +}