Namespaces | |
| const | |
| sensor | |
Classes | |
| class | ZabbixThread |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | BATCH_BUFFER_SIZE = 100 |
| int | BATCH_TIMEOUT = 1 |
| string | CONF_PUBLISH_STATES_HOST = "publish_states_host" |
| CONFIG_SCHEMA | |
| string | DEFAULT_PATH = "zabbix" |
| bool | DEFAULT_SSL = False |
| int | QUEUE_BACKLOG_SECONDS = 30 |
| int | RETRY_DELAY = 20 |
| int | RETRY_INTERVAL = 60 |
| string | RETRY_MESSAGE = f"%s Retrying in {RETRY_INTERVAL} seconds." |
| int | TIMEOUT = 5 |
Support for Zabbix.
| bool homeassistant.components.zabbix.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Zabbix component.
Definition at line 72 of file __init__.py.
|
private |
Definition at line 39 of file __init__.py.
| int homeassistant.components.zabbix.BATCH_BUFFER_SIZE = 100 |
Definition at line 53 of file __init__.py.
| int homeassistant.components.zabbix.BATCH_TIMEOUT = 1 |
Definition at line 52 of file __init__.py.
| string homeassistant.components.zabbix.CONF_PUBLISH_STATES_HOST = "publish_states_host" |
Definition at line 41 of file __init__.py.
| homeassistant.components.zabbix.CONFIG_SCHEMA |
Definition at line 55 of file __init__.py.
| string homeassistant.components.zabbix.DEFAULT_PATH = "zabbix" |
Definition at line 44 of file __init__.py.
| bool homeassistant.components.zabbix.DEFAULT_SSL = False |
Definition at line 43 of file __init__.py.
| int homeassistant.components.zabbix.QUEUE_BACKLOG_SECONDS = 30 |
Definition at line 48 of file __init__.py.
| int homeassistant.components.zabbix.RETRY_DELAY = 20 |
Definition at line 47 of file __init__.py.
| int homeassistant.components.zabbix.RETRY_INTERVAL = 60 |
Definition at line 49 of file __init__.py.
| string homeassistant.components.zabbix.RETRY_MESSAGE = f"%s Retrying in {RETRY_INTERVAL} seconds." |
Definition at line 50 of file __init__.py.
| int homeassistant.components.zabbix.TIMEOUT = 5 |
Definition at line 46 of file __init__.py.