rico0: add systemd-exporter metrics
This commit is contained in:
parent
780bc8ba52
commit
6295f18f7c
1 changed files with 12 additions and 0 deletions
|
@ -12,6 +12,18 @@ _: {
|
||||||
enable = true;
|
enable = true;
|
||||||
listenAddress = "127.0.0.1";
|
listenAddress = "127.0.0.1";
|
||||||
scrapeConfigs = [
|
scrapeConfigs = [
|
||||||
|
{
|
||||||
|
job_name = "systemd";
|
||||||
|
scheme = "https";
|
||||||
|
metrics_path = "/systemd-metrics";
|
||||||
|
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 = "node";
|
job_name = "node";
|
||||||
scheme = "https";
|
scheme = "https";
|
||||||
|
|
Loading…
Reference in a new issue