Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapcc/mosquitto-exporter
Prometheus metrics exporter for the Mosquitto message broker
https://github.com/sapcc/mosquitto-exporter
Last synced: 4 days ago
JSON representation
Prometheus metrics exporter for the Mosquitto message broker
- Host: GitHub
- URL: https://github.com/sapcc/mosquitto-exporter
- Owner: sapcc
- License: apache-2.0
- Created: 2017-02-15T09:31:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T23:32:33.000Z (21 days ago)
- Last Synced: 2024-11-09T03:38:53.357Z (11 days ago)
- Language: Go
- Homepage:
- Size: 307 KB
- Stars: 130
- Watchers: 48
- Forks: 61
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mosquitto Exporter
=============================
Prometheus exporter for the [Mosquitto MQTT message broker](https://mosquitto.org/).There is a docker image available:
```
docker run \
-p 9234:9234 sapcc/mosquitto-exporter \
--endpoint tcp://mosquitto:1883
```Usage:
======```
NAME:
Mosquitto exporter - Prometheus exporter for broker metricsUSAGE:
mosquitto_exporter [global options] command [command options] [arguments...]VERSION:
0.6.0 (0ac92b5), go1.14.2AUTHORS:
Arturo Reuschenbach Puncernau
Fabian RuffCOMMANDS:
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--endpoint value, -e value Endpoint for the Mosquitto message broker (default: "tcp://127.0.0.1:1883") [$BROKER_ENDPOINT]
--bind-address value, -b value Listen address for metrics HTTP endpoint (default: "0.0.0.0:9234") [$BIND_ADDRESS]
--user value, -u value Username for the Mosquitto message broker [$MQTT_USER]
--pass value, -p value Password for the User on the Mosquitto message broker [$MQTT_PASS]
--cert value, -c value Location of a TLS certificate .pem file for the Mosquitto message broker [$MQTT_CERT]
--key value, -k value Location of a TLS private key .pem file for the Mosquitto message broker [$MQTT_KEY]
--help, -h show help
--version, -v print the version
```