X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnginx.c;h=8cb762859b9a1f2bdafb521250c1d0b3fff0c664;hb=bc7992ed0693313a2b1fe282a5bf23f1cc9f8e42;hp=91bcf75404927bfcd708e16faf71b5b7606fe304;hpb=efbeffe4cc730d6e14ba45dddfee9ab5229f07dc;p=collectd.git diff --git a/src/nginx.c b/src/nginx.c index 91bcf754..8cb76285 100644 --- a/src/nginx.c +++ b/src/nginx.c @@ -177,7 +177,6 @@ static void submit (char *type, char *inst, long long value) vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "nginx", sizeof (vl.plugin)); sstrncpy (vl.plugin_instance, "", sizeof (vl.plugin_instance));