]> git.ipfire.org Git - thirdparty/collectd.git/commit
network plugin: Add a new metadata "network:ip_address" 3191/head
authorTakuro Ashie <ashie@clear-code.com>
Wed, 26 Feb 2020 09:33:40 +0000 (18:33 +0900)
committerTakuro Ashie <ashie@clear-code.com>
Wed, 26 Feb 2020 09:33:40 +0000 (18:33 +0900)
commitacf55f09f95be2afeef2fb10241d4db2054296b0
tree06b4cdc5675b07504e42e8325c5ff97c53e806fd
parentd43d661d58c087cc3778ca7df6c73fce30a32197
network plugin: Add a new metadata "network:ip_address"

Although the telemetry data already have the "host" identifier, it
can be determined by clients. This additional metadata will help you
to detect spoofing at server side.

It will also help you to filter the data by sender's address.

Signed-off-by: Takuro Ashie <ashie@clear-code.com>
src/network.c
src/network_test.c