puppet-bind icon indicating copy to clipboard operation
puppet-bind copied to clipboard

Add statistics-channels configuration

Open vokac opened this issue 5 years ago • 0 comments

Some monitoring tools access internal counters directly using statistics-channels (e.g. bind_exporter). This provides parametrized puppet configuration that can lead basically to

statistics-channels { inet 127.0.0.1 port 8053 allow { 127.0.0.1; }; };

inserted ind ISC Bind named.conf

vokac avatar Jan 13 '20 16:01 vokac