From 36670b955bfcbfbfc1079c1e1bd74a1026ea7c4f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 4 Jun 2013 17:35:01 -0300 Subject: Adding nodo::subsystem::monitor::mail --- manifests/subsystem/monitor/mail.pp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifests/subsystem/monitor/mail.pp (limited to 'manifests/subsystem') 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", + } +} -- cgit v1.2.3