Compare commits

..

No commits in common. "8f3f3599fe3d556afcbced3810a197318d6e33dd" and "44bd061823860d79eb9e194199b45f1e197f3772" have entirely different histories.

View File

@ -46,7 +46,7 @@
services.prometheus = {
enable = true;
port = 9001;
retentionTime = "5y";
retentionTime = "1y";
listenAddress = "127.0.0.1";
};
@ -250,14 +250,6 @@
module = [ "raccoon" ];
};
}
{
job_name = "raccoon";
static_configs = [
{
targets = [ "127.0.0.1:19002" ]; # Node exporter
}
];
}
{
job_name = "ipmi-fox";
metrics_path = "/ipmi";