X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmbmon.c;h=5e87f00b7087935786d695a6b37387df00901ce5;hb=70ea9457f76d6cd953f2cbd64eeda0ff265f47db;hp=43590a8bee041579524ceeffc1439f4cfb971fae;hpb=4fcf23160e7d3fd034dc7e807cbf4047970dd218;p=collectd.git diff --git a/src/mbmon.c b/src/mbmon.c index 43590a8b..5e87f00b 100644 --- a/src/mbmon.c +++ b/src/mbmon.c @@ -20,7 +20,7 @@ * * Authors: * Flavio Stanchina - * Florian Forster + * Florian Forster **/ #include "collectd.h" @@ -29,7 +29,6 @@ #include "configfile.h" #include -#include #include #include @@ -229,7 +228,6 @@ static void mbmon_submit (const char *type, const char *type_instance, vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "mbmon", sizeof (vl.plugin)); sstrncpy (vl.type, type, sizeof (vl.type));