collectd: Add write_prometheus uci config

Included with default options used by collectd

Signed-off-by: Xiao Yu <me@xyu.io>
This commit is contained in:
Xiao Yu
2025-05-21 23:48:44 +00:00
committed by Hannu Nyman
parent db53e3b164
commit e36b727d99
2 changed files with 13 additions and 0 deletions

View File

@@ -230,3 +230,9 @@ config globals 'globals'
# option blocktype 'Subscribe'
# option Host 'localhost'
# option Topic 'collectd/#'
#config plugin 'write_prometheus'
# option enable '0'
# option Host '0.0.0.0'
# option Port '9103'
# option StalenessDelta '300'

View File

@@ -0,0 +1,7 @@
{
"string": [
"Host",
"Port",
"StalenessDelta"
]
}