23 #ifndef __PLUGINS_RRDWEB_RRDWEB_THREAD_H_ 24 #define __PLUGINS_RRDWEB_RRDWEB_THREAD_H_ 26 #include <core/threading/thread.h> 27 #include <aspect/logging.h> 28 #include <aspect/configurable.h> 29 #include <aspect/clock.h> 30 #include <aspect/webview.h> 31 #include <plugins/rrd/aspect/rrd.h> 52 protected:
virtual void run() { Thread::run(); }
virtual void finalize()
Finalize the thread.
Thread aspect that allows to obtain the current time from the clock.
virtual void loop()
Code to execute in the thread.
Thread class encapsulation of pthreads.
virtual void run()
Stub to see name in backtrace for easier debugging.
RRDWebThread()
Constructor.
virtual void init()
Initialize the thread.
Thread aspect create, update, and graph round-robin databases (RRD).
Thread aspect to log output.
virtual ~RRDWebThread()
Destructor.
Thread aspect to access configuration data.
RRD web request processor.
Thread aspect to provide web pages via Webview.