-
Notifications
You must be signed in to change notification settings - Fork 10
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
Zabbix Log level #12
Comments
See zabbix-tools/zabbix-module-systemd#37 -> probably you will need |
Hi @jangaraj thank you for your answer, Yes, that it’s definitely the problem, but I’m not having luck with the solution, my environment it’s a little bit strange: I’m compiling Zabbix from a Dockerfile and immediately after that, compilling libzbxpython. Doing that I get the following error:
That I “solve” removing the used sources and downloading another ones to compile libzbxpython. But then I have the problem that I don’t have the config.h ready for the logs. I hope that I was able to explain it to you correctly. |
And you will have Zabbix |
If I do that I get the aftermentioned error. The only way to not have the error is with a clean sources. Here I have a snippet of the dockerfile with the problem:
If I do exactly the same without "./bootstrap.sh and ./configure" everything works as expected (Without the logs of course) |
I'm seeing log messages behind my log level in Zabbix logs.
For example I see a lot of messages about unmarshalling (LOG_LEVEL_DEBUG) when I'am in warning level.
Is this a bug or there is something that I have to configure for this to work?
See for example this message, is printed in debug level but I'm seeing it when in warning.
The text was updated successfully, but these errors were encountered: