summaryrefslogtreecommitdiff
path: root/manifests/service/ntp.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/service/ntp.pp')
-rw-r--r--manifests/service/ntp.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/service/ntp.pp b/manifests/service/ntp.pp
new file mode 100644
index 0000000..ad82be3
--- /dev/null
+++ b/manifests/service/ntp.pp
@@ -0,0 +1,9 @@
+# manifests/service/ntp.pp
+
+class nagios::service::ntp {
+ nagios::service{ "check_ntp_${hostname}":
+ check_command => "check_ntp",
+ host_name => $fqdn,
+ }
+}
+