arris_exporter

所属分类:Modem编程
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2018-01-29 22:04:18
上 传 者sh-1993
说明:  命令arrisexporter为Arris电缆调制解调器设备实现普罗米修斯导出器。麻省理工学院授权。,
(Command arrisexporter implements a Prometheus exporter for Arris cable modem devices. MIT Licensed.,)

文件列表:
.travis.yml (302, 2018-01-29)
LICENSE.md (1080, 2018-01-29)
cmd/ (0, 2018-01-29)
cmd/arris_exporter/ (0, 2018-01-29)
cmd/arris_exporter/main.go (1222, 2018-01-29)
collector.go (5182, 2018-01-29)
doc.go (114, 2018-01-29)
handler.go (2010, 2018-01-29)
vendor/ (0, 2018-01-29)
vendor/github.com/ (0, 2018-01-29)
vendor/github.com/mdlayher/ (0, 2018-01-29)
vendor/github.com/mdlayher/arris/ (0, 2018-01-29)
vendor/github.com/mdlayher/arris/LICENSE.md (1080, 2018-01-29)
vendor/github.com/mdlayher/arris/client.go (865, 2018-01-29)
vendor/github.com/mdlayher/arris/doc.go (96, 2018-01-29)
vendor/github.com/mdlayher/arris/parse.go (2098, 2018-01-29)
vendor/github.com/mdlayher/arris/status.go (5438, 2018-01-29)
vendor/golang.org/ (0, 2018-01-29)
vendor/golang.org/x/ (0, 2018-01-29)
vendor/golang.org/x/net/ (0, 2018-01-29)
vendor/golang.org/x/net/LICENSE (1479, 2018-01-29)
vendor/golang.org/x/net/PATENTS (1303, 2018-01-29)
vendor/golang.org/x/net/html/ (0, 2018-01-29)
vendor/golang.org/x/net/html/atom/ (0, 2018-01-29)
vendor/golang.org/x/net/html/atom/atom.go (2321, 2018-01-29)
vendor/golang.org/x/net/html/atom/gen.go (11972, 2018-01-29)
vendor/golang.org/x/net/html/atom/table.go (27621, 2018-01-29)
vendor/golang.org/x/net/html/const.go (2460, 2018-01-29)
vendor/golang.org/x/net/html/doc.go (3415, 2018-01-29)
vendor/golang.org/x/net/html/doctype.go (4925, 2018-01-29)
vendor/golang.org/x/net/html/entity.go (100055, 2018-01-29)
vendor/golang.org/x/net/html/escape.go (6053, 2018-01-29)
vendor/golang.org/x/net/html/foreign.go (6913, 2018-01-29)
vendor/golang.org/x/net/html/node.go (4835, 2018-01-29)
vendor/golang.org/x/net/html/parse.go (49266, 2018-01-29)
vendor/golang.org/x/net/html/render.go (7062, 2018-01-29)
vendor/golang.org/x/net/html/token.go (30252, 2018-01-29)
vendor/vendor.json (706, 2018-01-29)
... ...

arris_exporter [![Build Status](https://travis-ci.org/mdlayher/arris_exporter.svg?branch=master)](https://travis-ci.org/mdlayher/arris_exporter) [![GoDoc](https://godoc.org/github.com/mdlayher/arris_exporter?status.svg)](https://godoc.org/github.com/mdlayher/arris_exporter) [![Go Report Card](https://goreportcard.com/badge/github.com/mdlayher/arris_exporter)](https://goreportcard.com/report/github.com/mdlayher/arris_exporter) ============== Command `arris_exporter` implements a Prometheus exporter for Arris cable modem devices. MIT Licensed. Configuration ------------- The `arris_exporter`'s Prometheus scrape configuration (`prometheus.yml`) is configured in a similar way to the official Prometheus [`blackbox_exporter`](https://github.com/prometheus/blackbox_exporter). The `targets` list under `static_configs` should specify the addresses of any Arris devices which should be monitored by the exporter. The address of the `arris_exporter` itself must be specified in `relabel_configs` as well. ```yaml scrape_configs: - job_name: 'arris' static_configs: - targets: - '192.168.100.1' # arris cable modem. relabel_configs: - source_labels: [__address__] target_label: __param_target - source_labels: [__param_target] target_label: instance - target_label: __address__ replacement: '127.0.0.1:9393' # arris_exporter. ```

近期下载者

相关文件


收藏者