hosts: Add OVH VPS
It turns out, $0.99/mo might be _too_ cheap for a cloud server. Running the Blackbox Exporter+vmagent on the HostVDS instance worked for a few days, but then it started having frequent timeouts when probing the websites. I tried redeploying the instance, switching to a larger instance, and moving it to different networks. Unfortunately, none of this seemed to help. Switching over to a VPS running in OVH cloud. OVH VPS servers are managed statically, as opposed to via API, so we can't use Pulumi to create them. This one was created for me when I signed up for an OVH acount.dynamic-inventory
parent
33f315334e
commit
c00d6f49de
6
hosts
6
hosts
|
@ -181,6 +181,9 @@ web0.pyrocufflink.blue
|
||||||
[radius:children]
|
[radius:children]
|
||||||
samba-dc
|
samba-dc
|
||||||
|
|
||||||
|
[remote-blackbox]
|
||||||
|
vps-04485add.vps.ovh.us
|
||||||
|
|
||||||
[repohost]
|
[repohost]
|
||||||
file0.pyrocufflink.blue
|
file0.pyrocufflink.blue
|
||||||
|
|
||||||
|
@ -221,6 +224,9 @@ vmhost1.pyrocufflink.blue
|
||||||
[vmagent:children]
|
[vmagent:children]
|
||||||
remote-blackbox
|
remote-blackbox
|
||||||
|
|
||||||
|
[vps]
|
||||||
|
vps-04485add.vps.ovh.us
|
||||||
|
|
||||||
[vps:children]
|
[vps:children]
|
||||||
hostvds
|
hostvds
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue