]> git.ipfire.org Git - thirdparty/collectd.git/commit
cmds: Implement the "PUTMETRIC" command.
authorFlorian Forster <octo@google.com>
Wed, 15 Jul 2020 12:01:18 +0000 (14:01 +0200)
committerFlorian Forster <octo@google.com>
Wed, 29 Jul 2020 11:40:54 +0000 (13:40 +0200)
commit2a3285726c93b238fcfe93ed73bae46751006efe
treed9ec44ed028500e924d61ab93a64a504eb0d680f
parentc8eb67d2c0f6d1671e38f755e2bde06320f0894d
cmds: Implement the "PUTMETRIC" command.
Makefile.am
src/daemon/plugin_mock.c
src/daemon/utils_cache_mock.c
src/utils/cmds/cmds.c
src/utils/cmds/cmds.h
src/utils/cmds/cmds_test.c
src/utils/cmds/putmetric.c [new file with mode: 0644]
src/utils/cmds/putmetric.h [new file with mode: 0644]
src/utils/cmds/putval.c