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

Use field name as zabbix item key? #17

Open
a-nanasov opened this issue Aug 17, 2016 · 1 comment
Open

Use field name as zabbix item key? #17

a-nanasov opened this issue Aug 17, 2016 · 1 comment

Comments

@a-nanasov
Copy link

Hello, is it possible to send metric to Zabbix using its field name as item key?
For instance, I use grok to parse log string and get ~ 10 metrics from it, every metric goes into field which is already named the same as a key in Zabbix.
Then, I need to create ~ 10 additional metadata fields only to keep key names for these metrics.
This doesn't make sense and makes configuration file much more complex. I would like to send metrics with the keys same as the names of the corresponding fields. Or at least specify key name statically in the multi_value option. It that possible?

Thanks in advance.

@untergeek
Copy link
Contributor

It might be, but I won't be able to work on this directly for many weeks. If you'd like to see such a change sooner:

  1. You will see it sooner if you do it yourself, and submit a pull request
  2. Any such change must not break existing functionality, as an update would break usage for others

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

No branches or pull requests

2 participants