]> git.michaelhowe.org Git - packages/m/munin-plugins-local.git/commitdiff
lvmcache_ - change graph types to gauge rather than derive
authorMichael Howe <michael@michaelhowe.org>
Sat, 16 Dec 2017 23:54:05 +0000 (23:54 +0000)
committerMichael Howe <michael@michaelhowe.org>
Sat, 16 Dec 2017 23:54:05 +0000 (23:54 +0000)
Turns out we don't want derive after all.

debian/changelog
plugins/lvmcache_

index dc05edaffb259ac2014b25b9219c7d6751f3b154..bbb76510fbdd6967db11b8adc1856e74bb1a6b8c 100644 (file)
@@ -1,4 +1,4 @@
-munin-plugins-local (0.10~test.1) UNRELEASED; urgency=medium
+munin-plugins-local (0.10~test.2) UNRELEASED; urgency=medium
 
   * Add lvmcache_ plugin, for graphing lvm cache state 
 
index 218a2912bfbc1b9adc4770aa7e85d96a8dd00ee0..20c198f03c8821d567a410753043b4f661811f8f 100755 (executable)
@@ -54,31 +54,31 @@ graph_args --base 1024 -l 0
 graph_scale yes
 blks_total.label Total blocks
 blks_total.draw LINE1
-blks_total.type DERIVE
+blks_total.type GAUGE
 blks_total.min 0
 blks_used.label Used blocks
 blks_used.draw LINE1
-blks_used.type DERIVE
+blks_used.type GAUGE
 blks_used.min 0
 blks_read_hit.label Cache read hits
 blks_read_hit.draw LINE1
-blks_read_hit.type DERIVE
+blks_read_hit.type GAUGE
 blks_read_hit.min 0
 blks_read_miss.label Cache read misses
 blks_read_miss.draw LINE1
-blks_read_miss.type DERIVE
+blks_read_miss.type GAUGE
 blks_read_miss.min 0
 blks_write_hit.label Cache write hits
 blks_write_hit.draw LINE1
-blks_write_hit.type DERIVE
+blks_write_hit.type GAUGE
 blks_write_hit.min 0
 blks_write_miss.label Cache write hits
 blks_write_miss.draw LINE1
-blks_write_miss.type DERIVE
+blks_write_miss.type GAUGE
 blks_write_miss.min 0
 blks_dirty.label Dirty blocks
 blks_dirty.draw LINE1
-blks_dirty.type DERIVE
+blks_dirty.type GAUGE
 blks_dirty.min 0
 EOF
 }