Fix the Collectd operator panic issue
[demo.git] / vnfs / DAaaS / microservices / collectd-operator / deploy / crds / cpu_collectdplugin_cr.yaml
@@ -1,10 +1,14 @@
 apiVersion: onap.org/v1alpha1
 kind: CollectdPlugin
 metadata:
-  name: example-collectdplugin
+  name: cpu
 spec:
   # Add fields here
   pluginName: "cpu"
   pluginConf: |
     <Plugin "cpu">
+      Interval 5
+      ReportByState false
+      ReportByCpu false
     </Plugin>
\ No newline at end of file