Add labmon to scrape config
Some checks failed
Run nix flake check / flake-check (push) Failing after 14m32s

This commit is contained in:
Torjus Håkestad 2025-05-24 03:37:52 +02:00
parent 4927e37c90
commit 2a46da3761
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4
2 changed files with 33 additions and 1 deletions

View File

@ -87,7 +87,31 @@
Enabled = true;
Address = "ca.home.2rjus.net:443";
Verify = true;
Duration = "1h";
Duration = "12h";
}
{
Enabled = true;
Address = "jelly.home.2rjus.net:443";
Verify = true;
Duration = "12h";
}
{
Enabled = true;
Address = "grafana.home.2rjus.net:443";
Verify = true;
Duration = "12h";
}
{
Enabled = true;
Address = "prometheus.home.2rjus.net:443";
Verify = true;
Duration = "12h";
}
{
Enabled = true;
Address = "alertmanager.home.2rjus.net:443";
Verify = true;
Duration = "12h";
}
];
};

View File

@ -191,6 +191,14 @@
}
];
}
{
job_name = "labmon";
static_configs = [
{
targets = [ "monitoring01.home.2rjus.net:9969" ];
}
];
}
];
};
}