add node-exporter to server

This commit is contained in:
Kopatz
2025-11-08 15:48:21 +01:00
parent 9010f16549
commit 4af8a52b6e
3 changed files with 31 additions and 0 deletions

View File

@@ -166,6 +166,19 @@ in
}
];
}
{
job_name = "host";
static_configs = [
{
targets = [
"192.168.0.20:9100"
];
labels = {
instance = "host";
};
}
];
}
{
job_name = "scheibnmeister";
static_configs = [