v-m: scrape: Remove serial1.p.b
This machine never worked correctly; the USB-RS232 adapters would stop working randomly (and of course it would be whenever I needed to actually use them). I thought it was something wrong with the server itself (a Raspberry Pi 3), but the same thing happened when I tried using a Pi 4. The new backup server has a plethora of on-board RS-232 ports, so I'm going to use it as the serial console server, too.xactmon-doc
parent
6f7f09de85
commit
1a631bf366
|
@ -84,7 +84,6 @@ scrape_configs:
|
||||||
- loki0.pyrocufflink.blue
|
- loki0.pyrocufflink.blue
|
||||||
- nut0.pyrocufflink.blue
|
- nut0.pyrocufflink.blue
|
||||||
- nvr2.pyrocufflink.blue
|
- nvr2.pyrocufflink.blue
|
||||||
- serial1.pyrocufflink.blue
|
|
||||||
- unifi3.pyrocufflink.blue
|
- unifi3.pyrocufflink.blue
|
||||||
- vmhost0.pyrocufflink.blue
|
- vmhost0.pyrocufflink.blue
|
||||||
- vmhost1.pyrocufflink.blue
|
- vmhost1.pyrocufflink.blue
|
||||||
|
@ -288,7 +287,6 @@ scrape_configs:
|
||||||
- loki0.pyrocufflink.blue
|
- loki0.pyrocufflink.blue
|
||||||
- nut0.pyrocufflink.blue
|
- nut0.pyrocufflink.blue
|
||||||
- nvr2.pyrocufflink.blue
|
- nvr2.pyrocufflink.blue
|
||||||
- serial1.pyrocufflink.blue
|
|
||||||
- unifi3.pyrocufflink.blue
|
- unifi3.pyrocufflink.blue
|
||||||
kubernetes_sd_configs:
|
kubernetes_sd_configs:
|
||||||
- role: node
|
- role: node
|
||||||
|
@ -325,7 +323,6 @@ scrape_configs:
|
||||||
- loki0.pyrocufflink.blue
|
- loki0.pyrocufflink.blue
|
||||||
- nut0.pyrocufflink.blue
|
- nut0.pyrocufflink.blue
|
||||||
- nvr2.pyrocufflink.blue
|
- nvr2.pyrocufflink.blue
|
||||||
- serial1.pyrocufflink.blue
|
|
||||||
- unifi3.pyrocufflink.blue
|
- unifi3.pyrocufflink.blue
|
||||||
kubernetes_sd_configs:
|
kubernetes_sd_configs:
|
||||||
- role: pod
|
- role: pod
|
||||||
|
|
Loading…
Reference in New Issue