check_uptime: New plugin, based on new cache_event callback.
authorPavel Rochnyack <pavel2000@ngs.ru>
Sun, 19 May 2019 10:27:23 +0000 (17:27 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Sun, 19 May 2019 17:47:59 +0000 (00:47 +0700)
commit64b9342a6c0ac420f3a01096fc319ce1d1ae8746
tree5c003c8fb131ec4db39fb693268f04085cd1821b
parent090afcd01854ef4af46064fe59c0bf71ec83d345
check_uptime: New plugin, based on new cache_event callback.

Plugin checks for cache events for uptime metric, and send notifications
when metric state changed.
Makefile.am
configure.ac
src/check_uptime.c [new file with mode: 0644]
src/collectd.conf.in
src/collectd.conf.pod
src/daemon/plugin.c
src/daemon/plugin.h
src/daemon/utils_cache.c
src/daemon/utils_cache.h