-
Notifications
You must be signed in to change notification settings - Fork 266
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 #117
Comments
You can't. Stat dir is detected by module based on the OS, Docker execution driver, ... Please provide |
Thanks for your reply! "docker info" display like this:
"uname -a" and "cat /etc/redhat-release" display like this:
docker ps display like this:
Is stat dir used to get the status for containers,like cpu、mem、blkio...?On my system, these directories are in / sys / FS / cgroups / docker /${CONTAINER_ID}
|
Ok, please provide zabbix_agentd logs (from agent start time) - https://github.com/monitoringartist/zabbix-docker-monitoring#troubleshooting |
this is my zabbix agent log:[root@harborfree master]# head -n 500 /opt/logs/zabbix_agentd/zabbix_agentd.log |
Please compile https://github.com/monitoringartist/zabbix-docker-monitoring#compilation and use |
I've tried, but got the same problem. |
So, please provide logs again - https://github.com/monitoringartist/zabbix-docker-monitoring#troubleshooting |
i build from master release,version is 0.6.9,and the log get another problem:./zabbix_get -s 172.16.2.227 -k docker.modver logs like this:25533:20190319:224017.630 using configuration file: /opt/config/zabbix_agentd/zabbix_agentd.conf |
Did you find a problem? |
hi:
i got this log (loglevel=4):
23465:20190319:165428.319 In zbx_docker_dir_detect() 23465:20190319:165428.319 Cannot detect docker stat directory
and i run command line test like this:
[root@monitor bin]# ./zabbix_get -s 172.16.2.159 -k docker.info[Images] 15 [root@monitor bin]# ./zabbix_get -s 172.16.2.159 -k docker.up[9fccde245c8b953c35b3b11503e2c1116d59a9036520ea23c47e89d0bc062341] ZBX_NOTSUPPORTED: docker.up check is not available at the moment - no stat directory
and my question is : How can i set the stat dir? thanks
The text was updated successfully, but these errors were encountered: