-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add a new input plugin for InfiniBand card/port statistics #6631
Merged
danielnelson
merged 16 commits into
influxdata:master
from
willfurnell:feature/infiniband
Jan 16, 2020
+285
−1
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e75081c
Add new basic infiniband plugin
willfurnell 2f5facf
Cleanup infiniband code and start working on tests
willfurnell 8bf8ba3
Add a test for the addStats function, create README - infiniband plugin
willfurnell 0fec72e
Try and fix my dependency mess
willfurnell 5b5bce1
Run make fmt
willfurnell 110b8f3
Seperate Linux build code to non-linux
willfurnell 87d6740
Merge branch 'master' into feature/infiniband
willfurnell 15db0ab
Fix formatting
willfurnell 5d74dc5
Remove init from base infiniband.go file
willfurnell dfb8091
Only build test on Linux, as dep only works on Linux
willfurnell 053e572
Best if I get the build comment right
willfurnell c475232
Add UKRI license
willfurnell 13ea09f
Remove license file, move warning to Init function, remove unneeded c…
willfurnell b2f45fe
Merge branch 'master' into feature/infiniband
willfurnell b80a781
Fix my mistake when merging
willfurnell 86a3a9d
Cleanup some variable definitions (for better readability) and fix lo…
willfurnell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add UKRI license
- Loading branch information
commit c4752327ad785808dc1d2ae062e1249917ce4f22
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Copyright 2019 United Kingdom Research and Innovation | ||
Author: Will Furnell ([email protected]) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this file? We don't include any additional LICENSE or copyright notices outside of the top level LICENSE. You will still maintain copyright on this code, check the CLA for details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep removed