aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/collection/charts/collectd/resources/config/collectd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/collection/charts/collectd/resources/config/collectd.conf')
-rw-r--r--vnfs/DAaaS/collection/charts/collectd/resources/config/collectd.conf44
1 files changed, 0 insertions, 44 deletions
diff --git a/vnfs/DAaaS/collection/charts/collectd/resources/config/collectd.conf b/vnfs/DAaaS/collection/charts/collectd/resources/config/collectd.conf
deleted file mode 100644
index f62adb6a..00000000
--- a/vnfs/DAaaS/collection/charts/collectd/resources/config/collectd.conf
+++ /dev/null
@@ -1,44 +0,0 @@
-FQDNLookup false
-LoadPlugin cpu
-LoadPlugin memory
-LoadPlugin cpufreq
-LoadPlugin disk
-LoadPlugin ethstat
-LoadPlugin ipc
-LoadPlugin ipmi
-LoadPlugin load
-LoadPlugin numa
-LoadPlugin processes
-LoadPlugin df
-LoadPlugin turbostat
-LoadPlugin uptime
-LoadPlugin contextswitch
-LoadPlugin irq
-LoadPlugin df
-LoadPlugin swap
-LoadPlugin write_prometheus
-
-LoadPlugin logfile
-<Plugin logfile>
- LogLevel info
- File "/var/log/collectd.log"
- Timestamp true
- PrintSeverity false
-</Plugin>
-<Plugin "cpu">
- Interval 5
- ReportByState false
- ReportByCpu false
-</Plugin>
-
-<Plugin "memory">
- Interval 30
- ValuesAbsolute false
- ValuesPercentage true
-</Plugin>
-
-<Plugin "write_prometheus">
- Port "{{ .Values.prometheus_port }}"
-</Plugin>
-
-#Last line (collectd requires ā€˜\nā€™ at the last line)