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
Need to check for valid counter key. In the case of vlan interface, we have no outUcastPkts field:
"Vlan100": { "outUcastOctets": 708, "outMulticastOctets": 0, "inMulticastOctets": 0, "inOctets": 236, "inUcastOctets": 236, "outOctets": 708 },
2017-11-20 09:08:22.874338 7148 tcollector 2 WARNING: eos.py: KeyError: 'outUcastPkts' 2017-11-20 09:08:36.113910 7148 tcollector 2 WARNING: collector eos.py terminated after 16 seconds with status cod e 1, marking dead
The text was updated successfully, but these errors were encountered:
Check counter names exist before referencing. Fixes issue #376
942b119
Fixed by PR #377
Sorry, something went wrong.
johann8384
No branches or pull requests
Need to check for valid counter key. In the case of vlan interface, we have no outUcastPkts field:
2017-11-20 09:08:22.874338 7148 tcollector 2 WARNING: eos.py: KeyError: 'outUcastPkts'
2017-11-20 09:08:36.113910 7148 tcollector 2 WARNING: collector eos.py terminated after 16 seconds with status cod
e 1, marking dead
The text was updated successfully, but these errors were encountered: