fix(truenas-exporter): allow for inc graphite udp
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user