Sets up slice bw limits and HTBs. Incorporates pl_mom/bwmon.
[nodemanager.git] / nm.py
diff --git a/nm.py b/nm.py
index 6e56501..ae92e07 100644 (file)
--- a/nm.py
+++ b/nm.py
@@ -51,7 +51,7 @@ def run():
             print "Warning while writing PID file:", err
 
         # Load and start modules
-        for module in ['net', 'proper', 'conf_files', 'sm']:
+        for module in ['net', 'proper', 'conf_files', 'sm', 'bwmon']:
             try:
                 m = __import__(module)
                 m.start(options, config)