Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
29
plugins/inputs/systemd_units/sample.conf
Normal file
29
plugins/inputs/systemd_units/sample.conf
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Gather information about systemd-unit states
|
||||
# This plugin ONLY supports Linux
|
||||
[[inputs.systemd_units]]
|
||||
## Pattern of units to collect
|
||||
## A space-separated list of unit-patterns including wildcards determining
|
||||
## the units to collect.
|
||||
## ex: pattern = "telegraf* influxdb* user@*"
|
||||
# pattern = "*"
|
||||
|
||||
## Filter for a specific unit type
|
||||
## Available settings are: service, socket, target, device, mount,
|
||||
## automount, swap, timer, path, slice and scope
|
||||
# unittype = "service"
|
||||
|
||||
## Collect system or user scoped units
|
||||
## ex: scope = "user"
|
||||
# scope = "system"
|
||||
|
||||
## Collect also units not loaded by systemd, i.e. disabled or static units
|
||||
## Enabling this feature might introduce significant load when used with
|
||||
## unspecific patterns (such as '*') as systemd will need to load all
|
||||
## matching unit files.
|
||||
# collect_disabled_units = false
|
||||
|
||||
## Collect detailed information for the units
|
||||
# details = false
|
||||
|
||||
## Timeout for state-collection
|
||||
# timeout = "5s"
|
Loading…
Add table
Add a link
Reference in a new issue