def __init__(self, options={}): """Initialise the worker :param options: The options used to start the worker. :type clientid: str """ JNTBusThread.__init__(self, options=options)
def __init__(self, options={}): """Initialise the worker Manage a cache for the rrd. A timer in a separated thread will pickle the cache to disk every 30 seconds. An other thread will update the rrd every hours :param options: The options used to start the worker. :type clientid: str """ JNTBusThread.__init__(self, options=options)