add node exporters
This commit is contained in:
16
hosts/ps10rp/node-exporter/serve.json
Normal file
16
hosts/ps10rp/node-exporter/serve.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"TCP": {
|
||||
"443": {
|
||||
"HTTPS": true
|
||||
}
|
||||
},
|
||||
"Web": {
|
||||
"${TS_CERT_DOMAIN}:443": {
|
||||
"Handlers": {
|
||||
"/metrics": {
|
||||
"Proxy": "http://127.0.0.1:9100"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user