Add raccoon node exporter monitoring
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
parent
1985b58619
commit
abeab18270
@ -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