Prometheus Exporter for Cisco Catalyst switches using telnet.
685
Prometheus Exporter for Cisco Catalyst switches using telnet.
The exporter listens on port 9504 by default.
docker run -d \
--network host \
-e CISCO_IP='192.168.1.145' \
-e CISCO_PORT='23' \
-e CISCO_PASS='admin' \
chhaley/cisco_telnet_exporter
helm repo add charlie-haley https://charlie-haley.github.io/private-charts
helm repo update
helm install cisco-telnet-exporter charlie-haley/cisco-telnet-exporter \
--set "cisco.ip=192.168.1.145" \
--set "cisco.port=23" \
--set "cisco.password=admin" \
-n monitoring
If you want to use the ServiceMonitor (which is enabled by default) you'll need to have prometheus-operator deployed to your cluster, see values to disable it if you'd like use ingress instead.
You can find the chart repo here, if you'd like to contribute.
| Name | Description | Labels |
|---|---|---|
| cisco_telnet_temp | The temperature of the switch | instance |
Content type
Image
Digest
Size
120.6 MB
Last updated
over 5 years ago
docker pull chhaley/cisco_telnet_exporter