]> git.michaelhowe.org Git - packages/m/munin-plugins-local.git/commitdiff
Fix duplicate cache write hits (hits -> misses)
authorMichael Howe <michael@michaelhowe.org>
Sun, 17 Dec 2017 13:21:45 +0000 (13:21 +0000)
committerMichael Howe <michael@michaelhowe.org>
Sun, 17 Dec 2017 13:21:45 +0000 (13:21 +0000)
debian/changelog
plugins/lvmcache_

index bbb76510fbdd6967db11b8adc1856e74bb1a6b8c..24284a13bf576e78e532aff913f6543c41731405 100644 (file)
@@ -1,4 +1,4 @@
-munin-plugins-local (0.10~test.2) UNRELEASED; urgency=medium
+munin-plugins-local (0.10~test.3) UNRELEASED; urgency=medium
 
   * Add lvmcache_ plugin, for graphing lvm cache state 
 
index 20c198f03c8821d567a410753043b4f661811f8f..02a4b14a3dc933ec5b4ea7fd8216c1f5b586dcb7 100755 (executable)
@@ -72,7 +72,7 @@ blks_write_hit.label Cache write hits
 blks_write_hit.draw LINE1
 blks_write_hit.type GAUGE
 blks_write_hit.min 0
-blks_write_miss.label Cache write hits
+blks_write_miss.label Cache write misses
 blks_write_miss.draw LINE1
 blks_write_miss.type GAUGE
 blks_write_miss.min 0