Changing approach to update component status, but still missing push metrics.

This commit is contained in:
Mitsuo Takaki
2016-04-28 01:10:19 -07:00
parent 37bec316ff
commit 4c8cbc6d67
3 changed files with 71 additions and 21 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env python
from threading import Timer
import configuration
class Agent(object):
def __init__(self, configuration):
self.configuration = configuration