fix(truenas-exporter): allow for inc graphite udp

This commit is contained in:
Kjeld Schouten 2024-03-01 21:50:35 +01:00
parent f6d5387637
commit 1af4a81d6e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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: