summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/systemdunits.conf
blob: 5c94fc00f7d9ed757cbcf8ca0c2695bcc725fe6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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'