mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 20:36:21 +01:00
Activate filesystem collector on DragonFly (#302)
This commit is contained in:
parent
3fb4d99051
commit
61f36ac1ab
@ -23,7 +23,7 @@ cpu | Exposes CPU statistics | FreeBSD
|
|||||||
diskstats | Exposes disk I/O statistics from `/proc/diskstats`. | Linux
|
diskstats | Exposes disk I/O statistics from `/proc/diskstats`. | Linux
|
||||||
entropy | Exposes available entropy. | Linux
|
entropy | Exposes available entropy. | Linux
|
||||||
filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux
|
filefd | Exposes file descriptor statistics from `/proc/sys/fs/file-nr`. | Linux
|
||||||
filesystem | Exposes filesystem statistics, such as disk space used. | FreeBSD, Linux, OpenBSD
|
filesystem | Exposes filesystem statistics, such as disk space used. | FreeBSD, Dragonfly, Linux, OpenBSD
|
||||||
loadavg | Exposes load average. | Darwin, Dragonfly, FreeBSD, Linux, NetBSD, OpenBSD, Solaris
|
loadavg | Exposes load average. | Darwin, Dragonfly, FreeBSD, Linux, NetBSD, OpenBSD, Solaris
|
||||||
mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `/proc/mdstat` present). | Linux
|
mdadm | Exposes statistics about devices in `/proc/mdstat` (does nothing if no `/proc/mdstat` present). | Linux
|
||||||
meminfo | Exposes memory statistics. | FreeBSD, Linux
|
meminfo | Exposes memory statistics. | FreeBSD, Linux
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build freebsd openbsd darwin,amd64
|
// +build freebsd openbsd darwin,amd64 dragonfly
|
||||||
// +build !nofilesystem
|
// +build !nofilesystem
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build !nofilesystem
|
// +build !nofilesystem
|
||||||
// +build linux freebsd openbsd darwin,amd64
|
// +build linux freebsd openbsd darwin,amd64 dragonfly
|
||||||
|
|
||||||
package collector
|
package collector
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user