rico0: add node-exporter metrics in prometheus

This commit is contained in:
Adithya 2024-07-18 22:29:43 +05:30
parent 1ee8b0b629
commit b8f24c51b2
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -12,6 +12,17 @@ _: {
enable = true;
listenAddress = "127.0.0.1";
scrapeConfigs = [
{
job_name = "node";
scheme = "https";
static_configs = [
{ targets = [ "rico0.labs.adtya.xyz" ]; }
{ targets = [ "rico1.labs.adtya.xyz" ]; }
{ targets = [ "rico2.labs.adtya.xyz" ]; }
{ targets = [ "wynne.labs.adtya.xyz" ]; }
{ targets = [ "layne.labs.adtya.xyz" ]; }
];
}
{
job_name = "frp";
scheme = "https";