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

Value "Invalid parameter for container id detected" of type "string" is not suitable for value type "Numeric (float)" #7

Open
iftitutul opened this issue Nov 7, 2019 · 1 comment

Comments

@iftitutul
Copy link

I am running zabbix Server 4.4.1 using pkg installation. For docker containers monitoring I'm using these git repo: https://github.com/dimuskin/ax-zabbix-docker.
These template and scripts are working fine if individual servers have docker containers. I have tested one server which more than 20+ docker containers.
But I have another two servers for docker swarm (master & worker). I have installed zabbix agent with pkg installation in both servers.
while using these git repo for docker containers monitoring. below errors are found:
Value "Invalid parameter for container id detected" of type "string" is not suitable for value type "Numeric (float)"
What could be reasons for this?

@iftitutul iftitutul changed the title Getting Error in Docker swarm container monitoring with zabbix Value "Invalid parameter for container id detected" of type "string" is not suitable for value type "Numeric (float)" Nov 7, 2019
@sncodeGit
Copy link

For me, this error is related to the presence of a dot in the container name.
I was able to fix this by replacing CONTAINERNAME with CONTAINERID in <item> in UI template. Like in my fork

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