summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/systemdunits.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/config/go.d/systemdunits.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/config/go.d/systemdunits.conf b/src/go/collectors/go.d.plugin/config/go.d/systemdunits.conf
new file mode 100644
index 000000000..5c94fc00f
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/config/go.d/systemdunits.conf
@@ -0,0 +1,16 @@
+## All available configuration options, their descriptions and default values:
+## https://github.com/netdata/netdata/tree/master/src/go/collectors/go.d.plugin/modules/systemdunits#readme
+
+jobs:
+ - name: service-units
+ include:
+ - '*.service'
+
+# - name: my-specific-service-unit
+# include:
+# - 'my-specific.service'
+#
+
+# - name: socket-units
+# include:
+# - '*.socket'