1
0
Fork 0

temporary code for plugins initialization

This commit is contained in:
Jan Vcelak 2012-01-22 14:42:31 +01:00
parent f96b3a2d8b
commit c00584049a

View file

@ -44,7 +44,8 @@ class Daemon(object):
monitors_repo = monitors.get_repository()
plugins_repo = plugins.get_repository()
cpu = manager.create("test", "test", None)
test_a = manager.create("test", "test", None)
test_b = manager.create("foo", "cpu", None)
while not self._terminate.wait(10):
log.debug("updating monitors")