summaryrefslogtreecommitdiff
path: root/manifests/egd/nagios.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-06-30 16:45:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-06-30 16:45:14 -0300
commitbaee1e0c8e3500ab73845d522a57ba4ebfa10cfe (patch)
treeffaf6032aadb4ee23d57007efcb3d2f2c7e21fd4 /manifests/egd/nagios.pp
parent1f1962afc2839da75c6d77c228c6b74a178c06a5 (diff)
downloadpuppet-ekeyd-baee1e0c8e3500ab73845d522a57ba4ebfa10cfe.tar.gz
puppet-ekeyd-baee1e0c8e3500ab73845d522a57ba4ebfa10cfe.tar.bz2
Incorporating Riseup code
Diffstat (limited to 'manifests/egd/nagios.pp')
-rw-r--r--manifests/egd/nagios.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/egd/nagios.pp b/manifests/egd/nagios.pp
new file mode 100644
index 0000000..7798508
--- /dev/null
+++ b/manifests/egd/nagios.pp
@@ -0,0 +1,5 @@
+class ekeyd::egd::nagios {
+ nagios::service { "ekeyd-egd-linux":
+ check_command => "nagios-stat-proc!/usr/sbin/ekeyd-egd-linux!1!1!proc",
+ }
+}