Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document zabbix include_strings config #36734

Open
wants to merge 4 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/_integrations/zabbix.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ publish_states_host:
description: The host that will receive the state changes from Home Assistant. It needs to be manually created in Zabbix first and have the template associated with it (see above).
required: false
type: string
include_strings:
description: Also publish string states, i.e. states which cannot be cast to a numeric value.
required: false
type: boolean
default: false
exclude:
type: list
description: Configure which integrations should be excluded from being published to Zabbix. ([Configure Filter](#configure-filter))
Expand Down Expand Up @@ -109,6 +114,7 @@ zabbix:
username: USERNAME
password: PASSWORD
publish_states_host: homeassistant
include_strings: true
exclude:
domains:
- device_tracker
Expand Down
Loading