summaryrefslogtreecommitdiff
path: root/manifests/service/nagios.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-12-02 11:53:45 +0100
committervarac <varacanero@zeromail.org>2015-12-02 11:53:45 +0100
commit3bb4d2667be274ba51eb3d8442e55c98789a4d76 (patch)
tree733fd1ab282a848a749386a604b8f5662f6529ed /manifests/service/nagios.pp
parentb0dc7c84b5f55aec12d7d65da812037913d9dbee (diff)
parent6080f71be080860a20cf31cf491296ccbef7adb1 (diff)
Merge remote-tracking branch 'shared/master' into leap_master
Diffstat (limited to 'manifests/service/nagios.pp')
-rw-r--r--manifests/service/nagios.pp12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/service/nagios.pp b/manifests/service/nagios.pp
new file mode 100644
index 0000000..578b417
--- /dev/null
+++ b/manifests/service/nagios.pp
@@ -0,0 +1,12 @@
+# Put a Nagios service check in place for a specific tunnel.
+#
+# The resource name will be used to point to the corresponding stunnel
+# configuration file.
+#
+define stunnel::service::nagios () {
+
+ nagios::service { "stunnel_${name}":
+ check_command => "nagios-stat-proc!/usr/bin/stunnel4 /etc/stunnel/${name}.conf!6!5!proc";
+ }
+
+}