-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable hddtemp on all platforms (#3153)
Also disables dmcache tests on non-linux. (cherry picked from commit f0db4fd)
- Loading branch information
1 parent
8ce901a
commit 48e00f7
Showing
3 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
plugins/inputs/dmcache/dmcache_test.go → plugins/inputs/dmcache/dmcache_linux_test.go
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
// +build linux | ||
|
||
package dmcache | ||
|
||
import ( | ||
|
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
// +build linux | ||
|
||
package hddtemp | ||
|
||
import ( | ||
|
This file was deleted.
Oops, something went wrong.