move ntp munin checks to ntp module
[mirror/dsa-puppet.git] / modules / ntp / manifests / init.pp
index 751e9d9..e180da1 100644 (file)
@@ -40,6 +40,12 @@ class ntp {
                require => Package['ntp'],
        }
 
+       munin::check { [
+                       'ntp_offset',
+                       'ntp_states',
+                       ]:
+       }
+
        if getfromhash($site::nodeinfo, 'timeserver') {
                include ntp::timeserver
        } else {