From: Pavel Rochnyack Date: Sun, 8 Jul 2018 08:25:51 +0000 (+0700) Subject: routeros: Fixed typo in 'sectors_written' metric name X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=de454cf8a66a597d11db15c88ac2dbf0cff5cf7e;p=collectd.git routeros: Fixed typo in 'sectors_written' metric name --- diff --git a/src/routeros.c b/src/routeros.c index 63ad3c4a..111feb6f 100644 --- a/src/routeros.c +++ b/src/routeros.c @@ -206,7 +206,7 @@ static int handle_system_resource(__attribute__((unused)) } if (rd->collect_disk) { - cr_submit_counter(rd, "counter", "secors_written", + cr_submit_counter(rd, "counter", "sectors_written", (derive_t)r->write_sect_total); cr_submit_gauge(rd, "gauge", "bad_blocks", (gauge_t)r->bad_blocks); }