Compare commits
2 Commits
44bd061823
...
8f3f3599fe
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f3f3599fe | |||
| 4fff83c503 |
@ -46,7 +46,7 @@
|
|||||||
services.prometheus = {
|
services.prometheus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 9001;
|
port = 9001;
|
||||||
retentionTime = "1y";
|
retentionTime = "5y";
|
||||||
listenAddress = "127.0.0.1";
|
listenAddress = "127.0.0.1";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -250,6 +250,14 @@
|
|||||||
module = [ "raccoon" ];
|
module = [ "raccoon" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
job_name = "raccoon";
|
||||||
|
static_configs = [
|
||||||
|
{
|
||||||
|
targets = [ "127.0.0.1:19002" ]; # Node exporter
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
job_name = "ipmi-fox";
|
job_name = "ipmi-fox";
|
||||||
metrics_path = "/ipmi";
|
metrics_path = "/ipmi";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user