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

cmd/scollector: Added ExtraHop collector #1491

Merged
merged 1 commit into from
Dec 7, 2015

Conversation

mhenderson-so
Copy link
Contributor

ExtraHop collector. Right now it only collects the L7 information (bytes and packets) for all networks, broken by vlan and protocol. In the config file you can choose how you want to filter the data - by traffic count, named protocols, or no filtering.

return rets
}

/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally we don't merge in commented code. So this should probably be moved to another branch.

*md = append(*md, np)
}
//And add the metadata for the metric
metadata.AddMeta(xhMetricName, nil, "rate", l7s.Rate, false)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Call this in an init instead of with each collector run.

kylebrandt added a commit that referenced this pull request Dec 7, 2015
cmd/scollector: Added ExtraHop collector
@kylebrandt kylebrandt merged commit 7420428 into bosun-monitor:master Dec 7, 2015
@mhenderson-so mhenderson-so deleted the ExtraHop-v1 branch December 7, 2015 22:13
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

Successfully merging this pull request may close these issues.

2 participants