Skip to content

Commit

Permalink
Let the path_size plugin scale
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Jul 19, 2010
1 parent 3e603c9 commit 8f56724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/path_size
Expand Up @@ -7,8 +7,8 @@ from munin import MuninPlugin
class PathSizePlugin(MuninPlugin):
args = "--base 1024 -l 0"
vlabel = "bytes"
scale = False
category = "system"
scale = True
category = "other"
fields = (
('size', dict(
label = "size",
Expand Down

0 comments on commit 8f56724

Please sign in to comment.