-
Notifications
You must be signed in to change notification settings - Fork 268
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
Cannot detect docker stat directory / no stat directory #175
Comments
I am experiencing the same issue with Zabbix 6.0.10. |
Module opens zabbix-docker-monitoring/src/modules/zabbix_module_docker/zabbix_module_docker.c Line 678 in f4c80ba
For the record, previously it used to be memory cgroup :zabbix-docker-monitoring/src/modules/zabbix_module_docker/zabbix_module_docker.c Line 678 in c53765b
and /cpuacct cgroup :zabbix-docker-monitoring/src/modules/zabbix_module_docker/zabbix_module_docker.c Line 584 in ae6b1f5
On my Ubuntu 22.04 there is only one line mentioning
and it does not match any of the conditions above. So, @labanana34, @tbjornli, you can check contents of |
Hey there ! For the record, I'm still willing to make the module work on Ubuntu 22.04 By the way, is there any reason why the module is not available on Ubuntu 22.04 ? Best regard. |
Hello Jan Garaj,
If I understand correctly you are the one who's running this place :)
May I have your help ?
I'm trying to make your module work on Ubuntu 22.04, so I compile the module following your docs:
I made my test with zabbix agent 4.0.40 and 5.0.17
But I end up with the same error.
Here the full log of zabbix agent startup:
And when I try to get some value :
I do have container running:
I look in this two issues but no luck:
#2
#117
Do you have some lead for me ? Does your module compatible with Ubuntu 22.04 ?
Best regards
The text was updated successfully, but these errors were encountered: