aboutsummaryrefslogtreecommitdiff
path: root/collector/filesystem_bsd.go
diff options
context:
space:
mode:
authorstuart nelson <stuartnelson3@gmail.com>2016-09-11 18:08:00 +0200
committerTobias Schmidt <ts@soundcloud.com>2016-09-11 12:08:00 -0400
commit61f36ac1ab87c40f7ce42de00908d7101c223217 (patch)
treeb67893c1f97ecabc9b3a7edde792574dd99fd9f6 /collector/filesystem_bsd.go
parent3fb4d990512a20fd2442008d75fbfc824ebb5795 (diff)
downloadprometheus_node_collector-61f36ac1ab87c40f7ce42de00908d7101c223217.tar.bz2
prometheus_node_collector-61f36ac1ab87c40f7ce42de00908d7101c223217.tar.xz
prometheus_node_collector-61f36ac1ab87c40f7ce42de00908d7101c223217.zip
Activate filesystem collector on DragonFly (#302)
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 f5c4ba3..3a2037a 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 14// +build freebsd openbsd darwin,amd64 dragonfly
15// +build !nofilesystem 15// +build !nofilesystem
16 16
17package collector 17package collector