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

Erro (key_pkt_sent) - (Com solução) #18

Open
ghost opened this issue Jul 3, 2018 · 0 comments
Open

Erro (key_pkt_sent) - (Com solução) #18

ghost opened this issue Jul 3, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 3, 2018

Há uma falha ao enviar o resultado do script para o servidor Zabbix devido a um erro na chave key_pkt_sent, linha 39.

Saída do erro: ./docker_stats.py
{"failed": 1, "chunk": 1, "total": 10, "processed": 9, "time": "0.000265"}

Solução: Alterar a linha 39 do arquivo docker_stats.py conforme abaixo:

De: key_pkt_sent = 'user.docker[packets sent]'
Para: key_pkt_sent = 'user.docker[packets_sent]'

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

0 participants