From 5cdafc6cb9228b93cf9b6956c92df61d00bd2a9e Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 8 Oct 2008 15:46:39 +0200 Subject: [PATCH] types.db: Reintroduced the "spam_check" type. This is used by the "email" plugin. Apparently, it got lost when converting the plugin to the v4 interface: Instead of "spam_check", "email_check" had been added to types.db. I did not remove "email_check" though as this would introduce a regression - though very unlikely, somebody out there might be using that type. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- src/types.db | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.db b/src/types.db index 97c170b7..438b3dbb 100644 --- a/src/types.db +++ b/src/types.db @@ -75,6 +75,7 @@ serial_octets rx:COUNTER:0:4294967295, tx:COUNTER:0:4294967295 signal_noise value:GAUGE:U:0 signal_power value:GAUGE:U:0 signal_quality value:GAUGE:0:U +spam_check value:GAUGE:0:U spam_score value:GAUGE:U:U swap value:GAUGE:0:1099511627776 tcp_connections value:GAUGE:0:4294967295 -- 2.11.0