We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Atempting to use vPoller 0.7.1 with Zabbix 4.0.2 and when running the zabbix_get as a test I am getting the following errors in the logs:
Command zabbix_get -s 127.0.0.1 -p 10050 -k "vpoller[vm.get, vc01.example.org, ns01.example.org, runtime.powerState]"
Excerpt from log: Message from 127.0.0.1 is missing header. Message ignored.
From what I have found this is due to zabbix no longer supporting plain text requests and requiring a header be sent
https://www.zabbix.com/documentation/4.0/manual/installation/upgrade_notes_400#plain_text_protocol_dropped
Any ideas as to how to work around this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Atempting to use vPoller 0.7.1 with Zabbix 4.0.2 and when running the zabbix_get as a test I am getting the following errors in the logs:
Command
zabbix_get -s 127.0.0.1 -p 10050 -k "vpoller[vm.get, vc01.example.org, ns01.example.org, runtime.powerState]"
Excerpt from log:
Message from 127.0.0.1 is missing header. Message ignored.
From what I have found this is due to zabbix no longer supporting plain text requests and requiring a header be sent
https://www.zabbix.com/documentation/4.0/manual/installation/upgrade_notes_400#plain_text_protocol_dropped
Any ideas as to how to work around this issue?
The text was updated successfully, but these errors were encountered: