aboutsummaryrefslogtreecommitdiff
path: root/collector/filesystem_bsd.go
diff options
context:
space:
mode:
authorDominik Honnef <dominik@honnef.co>2016-12-26 22:50:52 +0100
committerDominik Honnef <dominik@honnef.co>2016-12-26 23:06:17 +0100
commit0f6191987ef73067a8d66750cc95cccb1b99f760 (patch)
treef02c402ef5aa63e8a234c100f706429e0e179d0d /collector/filesystem_bsd.go
parent54c74923eeb15d695a3cd5a47e3c5bb8c3eb336c (diff)
downloadprometheus_node_collector-0f6191987ef73067a8d66750cc95cccb1b99f760.tar.bz2
prometheus_node_collector-0f6191987ef73067a8d66750cc95cccb1b99f760.tar.xz
prometheus_node_collector-0f6191987ef73067a8d66750cc95cccb1b99f760.zip
Implement file systems on FreeBSD without cgo
The code may also work for other BSDs, but I don't have access to those for testing.
Diffstat (limited to 'collector/filesystem_bsd.go')
-rw-r--r--collector/filesystem_bsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/collector/filesystem_bsd.go b/collector/filesystem_bsd.go
index 3a2037a..7a98161 100644
--- a/collector/filesystem_bsd.go
+++ b/collector/filesystem_bsd.go
@@ -11,7 +11,7 @@
11// See the License for the specific language governing permissions and 11// See the License for the specific language governing permissions and
12// limitations under the License. 12// limitations under the License.
13 13
14// +build freebsd openbsd darwin,amd64 dragonfly 14// +build openbsd darwin,amd64 dragonfly
15// +build !nofilesystem 15// +build !nofilesystem
16 16
17package collector 17package collector