We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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]'
The text was updated successfully, but these errors were encountered: