projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0832e87
)
routeros: Fixed typo in 'sectors_written' metric name
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Sun, 8 Jul 2018 08:25:51 +0000
(15:25 +0700)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Sun, 8 Jul 2018 08:25:51 +0000
(15:25 +0700)
src/routeros.c
patch
|
blob
|
history
diff --git
a/src/routeros.c
b/src/routeros.c
index
63ad3c4
..
111feb6
100644
(file)
--- 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", "sec
t
ors_written",
(derive_t)r->write_sect_total);
cr_submit_gauge(rd, "gauge", "bad_blocks", (gauge_t)r->bad_blocks);
}