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:
|
||||
- https://github.com/Supporterino/truenas-graphite-to-prometheus/tree/main
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
|
|
|
@ -9,6 +9,10 @@ service:
|
|||
main:
|
||||
protocol: tcp
|
||||
port: 9109
|
||||
main-udp:
|
||||
enabled: true
|
||||
protocol: udp
|
||||
port: 9109
|
||||
metrics:
|
||||
enabled: true
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue