add node exporters

This commit is contained in:
2025-02-28 19:07:26 -06:00
parent be755f4cf4
commit f7159dff19
4 changed files with 68 additions and 8 deletions

View File

@@ -0,0 +1,16 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/metrics": {
"Proxy": "http://127.0.0.1:9100"
}
}
}
}
}