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

Add ZBX_NOTSUPPORTED to handle errors #13

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

rodrigoluissilva
Copy link

To avoid errors on zabbix_server.log in case of empty response or Python Traceback

Log sample
item "elastic01:elastizabbix[cluster,indices.filter_cache.memory_size_in_bytes]" became not supported: Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]

To avoid errors on zabbix_server.log in case of empty response or Python Traceback

Received value [] is not suitable for value type [Numeric (unsigned)] and data type [Decimal]
Get the cluster address via parameter instead of internal variable
Get the cluster address via parameter instead of internal variable
It's possible to know if the cluster is reachable or not
Add Cluster address as a template macro
Enable Index discovery, add new items and graphs
Build a screen for indices
Change Application names and add "ES Health"
Change triggers names and add unreachable trigger
Change graphs names
Remove legacy items (not present on 5.4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant