/etc/carbon-c-relay.conf is in carbon-c-relay 3.2-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # example configuration scenarios.
# Refer to /usr/share/doc/carbon-c-relay/README.md.gz for additional examples!
## mirror all incoming metrics towards two destinations
#cluster send-through
# forward
# host1:2003
# host2:2003
# ;
#
#match * send to send-through;
## send all incoming metrics to the first responsive host
#cluster send-to-any-one
# any_of host1:2003 host2:2003;
#match * send to send-to-any-one;
|