mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-08-31 14:48:07 +02:00
11 lines
358 B
Plaintext
11 lines
358 B
Plaintext
- module: graphite
|
|
metricsets: ["server"]
|
|
enabled: true
|
|
# protocol: "udp"
|
|
# templates:
|
|
# - filter: "test.*.bash.*" # This would match metrics like test.localhost.bash.stats
|
|
# namespace: "test"
|
|
# template: ".host.shell.metric*" # test.localhost.bash.stats would become metric=stats and tags host=localhost,shell=bash
|
|
# delimiter: "_"
|
|
|