Commit 2a92dd95 authored by Sebastian Spaink's avatar Sebastian Spaink

fix: indention issues

parent d2b0d181
...@@ -130,17 +130,17 @@ config: ...@@ -130,17 +130,17 @@ config:
processors: processors:
- enum: - enum:
mapping: mapping:
field: "status" field: "status"
dest: "status_code" dest: "status_code"
value_mappings: value_mappings:
healthy: 1 healthy: 1
problem: 2 problem: 2
critical: 3 critical: 3
outputs: outputs:
- influxdb: - influxdb:
urls: urls:
- "http://influxdb.monitoring.svc:8086" - "http://influxdb.monitoring.svc:8086"
database: "telegraf" database: "telegraf"
inputs: inputs:
- statsd: - statsd:
service_address: ":8125" service_address: ":8125"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment