fix(truenas-exporter): allow for inc graphite udp
This commit is contained in:
parent
f6d5387637
commit
1af4a81d6e
|
@ -32,4 +32,4 @@ name: truenas-exporter
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main
|
- https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
|
|
|
@ -9,6 +9,10 @@ service:
|
||||||
main:
|
main:
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
port: 9109
|
port: 9109
|
||||||
|
main-udp:
|
||||||
|
enabled: true
|
||||||
|
protocol: udp
|
||||||
|
port: 9109
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue