github.com/netdata/go.d.plugin@v0.58.1/config/go.d/systemdunits.conf (about)

     1  ## All available configuration options, their descriptions and default values:
     2  ## https://github.com/netdata/go.d.plugin/tree/master/modules/systemdunits
     3  
     4  #update_every: 10
     5  #autodetection_retry: 0
     6  #priority: 70000
     7  
     8  jobs:
     9   - name: service-units
    10     include:
    11       - '*.service'
    12  
    13  # - name: my-specific-service-unit
    14  #   include:
    15  #     - 'my-specific.service'
    16  #
    17  
    18  # - name: socket-units
    19  #   include:
    20  #     - '*.socket'