Add collectd and sensu meta
diff --git a/metadata/service/client/init.yml b/metadata/service/client/init.yml
index 2747624..87ef14f 100644
--- a/metadata/service/client/init.yml
+++ b/metadata/service/client/init.yml
@@ -1,5 +1,7 @@
 applications:
 - ntp
+classes:
+  - service.ntp.support
 parameters:
   _param:
     ntp_strata_host1: ntp.cesnet.cz
@@ -9,4 +11,4 @@
       enabled: true
       strata:
       - ${_param:ntp_strata_host1}
-      - ${_param:ntp_strata_host2}
\ No newline at end of file
+      - ${_param:ntp_strata_host2}
diff --git a/metadata/service/support.yml b/metadata/service/support.yml
new file mode 100644
index 0000000..b2013fb
--- /dev/null
+++ b/metadata/service/support.yml
@@ -0,0 +1,11 @@
+parameters:
+  ntp:
+    _support:
+      collectd:
+        enabled: true
+      heka:
+        enabled: false
+      sensu:
+        enabled: true
+      sphinx:
+        enabled: false