import logging DEBUG = False # False: logging to stdout with given LOGLEVEL - True: logging all to localhost:19996 and warnings or higher to stdout LOGLEVEL = logging.INFO APP_NAME = "z_monitor" MQTT_SERVER = "{{ server_nagios_hostname }}" MQTT_PORT = 1883 MQTT_USER = "{{ server_nagios_username }}" MQTT_PASSWORD = "{{ server_nagios_password }}" SOCK_PROT_PORT = 8380