Fixed IPs in prometheus config

This commit is contained in:
Random936 2025-02-05 10:14:37 -08:00
parent b895fd28d5
commit 24b53de2ce

View File

@ -39,7 +39,7 @@
"127.0.0.1:${port}" "127.0.0.1:${port}"
"192.168.100.40:${port}" "192.168.100.40:${port}"
"192.168.100.42:${port}" "192.168.100.42:${port}"
"192.168.100.43:${port}" "192.168.100.45:${port}"
]; ];
}]; }];
} }