2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

fixed intendation

This commit is contained in:
Markus Heberling 2011-04-12 17:01:45 +02:00 committed by Steve Schnepp
parent f9e5b77473
commit f6145f0b75

View File

@ -64,7 +64,7 @@ def config():
print 'pages_sharing.draw AREASTACK'
print 'pages_unshared.draw AREASTACK'
print 'pages_volatile.draw AREASTACK'
elif('ksm_pages_relative' in sys.argv[0]):
elif('ksm_pages_relative' in sys.argv[0]):
print 'graph_category %s' % (category)
print 'graph_title %s Pages Relative' % (title)
print 'pages_sharing_shared.info ratio of sharing to shared pages'