Revert "modules/nixos/monitoring: ofborg: telegraf -> prometheus"
This reverts commit 2d3f246125
.
This commit is contained in:
parent
556715e0f5
commit
e82b00eee9
2 changed files with 3 additions and 11 deletions
modules/nixos/monitoring
|
@ -25,17 +25,6 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
job_name = "ofborg";
|
|
||||||
scrape_interval = "60s";
|
|
||||||
metrics_path = "/prometheus.php";
|
|
||||||
scheme = "https";
|
|
||||||
static_configs = [
|
|
||||||
{
|
|
||||||
targets = [ "events.ofborg.org" ];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
alertmanagers = [
|
alertmanagers = [
|
||||||
{
|
{
|
||||||
|
|
|
@ -41,5 +41,8 @@
|
||||||
timeout = "10s";
|
timeout = "10s";
|
||||||
})
|
})
|
||||||
hosts;
|
hosts;
|
||||||
|
prometheus.urls = [
|
||||||
|
"https://events.ofborg.org/prometheus.php"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue