Browse Source

Merge pull request #266 from prometheus/fish/darwin-enable-meminfo

Use meminfo_freebsd on darwin as well
pull/275/head
Johannes 'fish' Ziemke 9 years ago committed by GitHub
parent
commit
3f19ee6f02
  1. 1
      collector/meminfo_bsd.go

1
collector/meminfo_freebsd.go → collector/meminfo_bsd.go

@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build freebsd darwin,amd64
// +build !nomeminfo
package collector
Loading…
Cancel
Save