Go to the source code of this file.
Classes | |
| class | homeassistant.components.zabbix.ZabbixThread |
Namespaces | |
| homeassistant.components.zabbix | |
Functions | |
| bool | homeassistant.components.zabbix.setup (HomeAssistant hass, ConfigType config) |
Variables | |
| homeassistant.components.zabbix._LOGGER = logging.getLogger(__name__) | |
| int | homeassistant.components.zabbix.BATCH_BUFFER_SIZE = 100 |
| int | homeassistant.components.zabbix.BATCH_TIMEOUT = 1 |
| string | homeassistant.components.zabbix.CONF_PUBLISH_STATES_HOST = "publish_states_host" |
| homeassistant.components.zabbix.CONFIG_SCHEMA | |
| string | homeassistant.components.zabbix.DEFAULT_PATH = "zabbix" |
| bool | homeassistant.components.zabbix.DEFAULT_SSL = False |
| int | homeassistant.components.zabbix.QUEUE_BACKLOG_SECONDS = 30 |
| int | homeassistant.components.zabbix.RETRY_DELAY = 20 |
| int | homeassistant.components.zabbix.RETRY_INTERVAL = 60 |
| string | homeassistant.components.zabbix.RETRY_MESSAGE = f"%s Retrying in {RETRY_INTERVAL} seconds." |
| int | homeassistant.components.zabbix.TIMEOUT = 5 |