renamed files used at runtime (see post-install script in specfile)
[nodemanager.git] / bwmon.py
index 2b13d6f..1d7081a 100644 (file)
--- a/bwmon.py
+++ b/bwmon.py
@@ -33,13 +33,15 @@ import database
 
 from sets import Set
 
+priority = 20
+
 # Defaults
 # Set DEBUG to True if you don't want to send emails
 DEBUG = False
 # Set ENABLE to False to setup buckets, but not limit.
 ENABLE = True
 
-datafile = "/var/lib/misc/bwmon.dat"
+datafile = "/var/lib/nodemanager/bwmon.dat"
 
 try:
     sys.path.append("/etc/planetlab")