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
10
plugins/inputs/supervisor/sample.conf
Normal file
10
plugins/inputs/supervisor/sample.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Gathers information about processes that running under supervisor using XML-RPC API
|
||||
[[inputs.supervisor]]
|
||||
## Url of supervisor's XML-RPC endpoint if basic auth enabled in supervisor http server,
|
||||
## than you have to add credentials to url (ex. http://login:pass@localhost:9001/RPC2)
|
||||
# url="http://localhost:9001/RPC2"
|
||||
## With settings below you can manage gathering additional information about processes
|
||||
## If both of them empty, then all additional information will be collected.
|
||||
## Currently supported supported additional metrics are: pid, rc
|
||||
# metrics_include = []
|
||||
# metrics_exclude = ["pid", "rc"]
|
Loading…
Add table
Add a link
Reference in a new issue