summaryrefslogtreecommitdiff
path: root/manifests/nagios.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nagios.pp')
-rw-r--r--manifests/nagios.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/nagios.pp b/manifests/nagios.pp
new file mode 100644
index 0000000..5f045d7
--- /dev/null
+++ b/manifests/nagios.pp
@@ -0,0 +1,5 @@
+class ekeyd::nagios {
+ nagios::service { "ekeyd":
+ check_command => "nagios-stat-proc!/usr/sbin/ekeyd!1!1!proc";
+ }
+}