diff options
author | Emma Foley <efoley@redhat.com> | 2021-06-10 12:08:12 +0100 |
---|---|---|
committer | Emma Foley <efoley@redhat.com> | 2021-08-26 21:06:56 +0100 |
commit | 0a17e59925cd90897ce7d1e8a46dad5f05556045 (patch) | |
tree | e733f5e209a6143442aad26f2f48b7914615e155 /docs/release/release-notes | |
parent | dfb13929a9b878c0d41b88b53c62ff56fe8b6856 (diff) |
[ansible] Add unixsock to config_files role
The unixsock plugin is useful for debugging issues in collectd, and can
be used to verify that metrics are being collected without having to
create CSV files or log into the container.
Typically, the unixsock plugin can be queried using the following
syntax::
$ docker exec bar-collectd /opt/collectd/bin/collectdctl -s /var/run/collectd-socket listval
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: Id342fe7659c809f4eec71085ae6572f9d855684c
Diffstat (limited to 'docs/release/release-notes')
-rw-r--r-- | docs/release/release-notes/notes/add_unix_sock-e29efe16156c5c8e.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/release/release-notes/notes/add_unix_sock-e29efe16156c5c8e.yaml b/docs/release/release-notes/notes/add_unix_sock-e29efe16156c5c8e.yaml new file mode 100644 index 00000000..7ba83afe --- /dev/null +++ b/docs/release/release-notes/notes/add_unix_sock-e29efe16156c5c8e.yaml @@ -0,0 +1,11 @@ +release_summary: > + Added unixsock plugin to one-click install. +ansible: + - | + Added `unixsock <https://collectd.org/documentation/manpages/collectd-unixsock.5.shtml>`_ + plugin to one-click install, which allows the user to interact with collectd using the + ``collectdctl`` command in the bar-collectd-* containers. + The unixsock plugin is useful for debugging issues in collectd, and can + be used to verify that metrics are being collected without having to + create CSV files or log into the container. + |