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
13
plugins/inputs/lvm/sample.conf
Normal file
13
plugins/inputs/lvm/sample.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Read metrics about LVM physical volumes, volume groups, logical volumes.
|
||||
[[inputs.lvm]]
|
||||
## Use sudo to run LVM commands
|
||||
use_sudo = false
|
||||
|
||||
## The default location of the pvs binary can be overridden with:
|
||||
#pvs_binary = "/usr/sbin/pvs"
|
||||
|
||||
## The default location of the vgs binary can be overridden with:
|
||||
#vgs_binary = "/usr/sbin/vgs"
|
||||
|
||||
## The default location of the lvs binary can be overridden with:
|
||||
#lvs_binary = "/usr/sbin/lvs"
|
Loading…
Add table
Add a link
Reference in a new issue