Metadata-Version: 1.2
Name: HippodamiaAgent
Version: 0.1.7
Summary: Hippodamia observe the state of all registered microservices (aka watch dog).
Home-page: https://gitlab.com/pelops/hippodamia-agent/
Author: Tobias Gawron-Deutsch
Author-email: tobias@strix.at
License: MIT license
Description: Hippodamia Agent
        ================
        
        Reference implementation of an agent for the hippodamia microservice
        montoring service. used by pelops.
        
        It is unwise to set ``monitoring_agent.log-level`` to INFO or DEBUG if
        ``mqtt.log-level`` to INFO or DEBUG. As the mqtt\_client logs all
        published messages to log-level INFO, this would result that the first
        log-message that will be forwarded to the monitoring service will lead
        to a log entry that this message has been publish. Which itself will
        result in another message and another log entry and another message
        forwarding this log entry ... to conclude as soon as the forwarding of
        log-message with level INFO at MQTT log level INFO has been activated
        the whole system is overloaded processing the first log message.
        
        
Keywords: mqtt agent microservice monitoring
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Home Automation
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.5
