Alex was right, indentation doesn't work
authorQuentin Smith <quentin@mit.edu>
Mon, 6 Jan 2014 07:45:09 +0000 (02:45 -0500)
committerQuentin Smith <quentin@mit.edu>
Mon, 6 Jan 2014 07:55:06 +0000 (02:55 -0500)
host/usr/share/xvm-munin-host-config/plugins/xen_net

index 96e2929..826ba8b 100755 (executable)
@@ -78,12 +78,12 @@ if __name__ == '__main__':
 
     if cmd == 'config':
         print """
-        graph_title Xen domain network usage
-        graph_args --base 1000
-        graph_vlabel bits in (-) / out (+) per ${graph_period}
-        graph_info This graph shows how network is utilized by Xen domains.
-        graph_category network
-        graph_period second"""
+graph_title Xen domain network usage
+graph_args --base 1000
+graph_vlabel bits in (-) / out (+) per ${graph_period}
+graph_info This graph shows how network is utilized by Xen domains.
+graph_category network
+graph_period second"""
         for d in sorted(domains):
             for direction in ('down', 'up'):
                 key = "%s_%s" % (d, direction)