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

fix: remove overly verbose info message from cisco mdt #10959

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Apr 11, 2022

When messages are received from Cisco MDT devices the message is scanned
for the keys and content fields. If these are missing then there is
no parsable data for Telegraf. If lots of messages are coming in, this
message can spam the Telegraf log with lots of unnecessary messages on the
order of hundreds per second.

Fixes: https://github.com/influxdata/EAR/issues/3139

When messages are received from Cisco MDT devices the message is scanned
for the `keys` and `content` fields. If these are missing then there is
no parsable data for Telegraf. If lots of messages are coming in, this
message can spam the Telegraf log with lots of uncessary messages on the
order of hundreds per second.
@telegraf-tiger telegraf-tiger bot added the fix pr to fix corresponding bug label Apr 11, 2022
@powersj powersj added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Apr 11, 2022
@powersj powersj merged commit dbd1fe7 into influxdata:master Apr 12, 2022
sspaink pushed a commit that referenced this pull request Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants