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
4
config/testdata/subconfig/exec.conf
vendored
Normal file
4
config/testdata/subconfig/exec.conf
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[[inputs.exec]]
|
||||
# the command to run
|
||||
command = "/usr/bin/myothercollector --foo=bar"
|
||||
name_suffix = "_myothercollector"
|
11
config/testdata/subconfig/memcached.conf
vendored
Normal file
11
config/testdata/subconfig/memcached.conf
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
[[inputs.memcached]]
|
||||
servers = ["192.168.1.1"]
|
||||
namepass = ["metricname1"]
|
||||
namedrop = ["metricname2"]
|
||||
pass = ["some", "strings"]
|
||||
drop = ["other", "stuff"]
|
||||
interval = "5s"
|
||||
[inputs.memcached.tagpass]
|
||||
goodtag = ["mytag"]
|
||||
[inputs.memcached.tagdrop]
|
||||
badtag = ["othertag"]
|
2
config/testdata/subconfig/procstat.conf
vendored
Normal file
2
config/testdata/subconfig/procstat.conf
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[[inputs.procstat]]
|
||||
pid_file = "/var/run/grafana-server.pid"
|
Loading…
Add table
Add a link
Reference in a new issue