summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--combox/cbox.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/combox/cbox.py b/combox/cbox.py
index f998079..b1a9ca0 100644
--- a/combox/cbox.py
+++ b/combox/cbox.py
@@ -68,6 +68,9 @@ def run_cb(config):
nd_monitors.append(nd_monitor)
nd_observers.append(nd_observer)
+ # Make the first node monitor do the housekeeping.
+ nd_monitors[0].housekeep()
+
print "Hit Ctrl-C to quit."
try:
while True: