Add VPN service to monitor Fox machine #121

Manually merged
rarias merged 5 commits from fox-vpn into master 2025-07-02 15:57:57 +02:00
Showing only changes of commit 5376613ec4 - Show all commits

View File

@@ -200,6 +200,17 @@
module = [ "raccoon" ];
};
}
{
job_name = "ipmi-fox";
metrics_path = "/ipmi";
static_configs = [
{ targets = [ "127.0.0.1:9290" ]; }
];
params = {
target = [ "fox-ipmi.ac.upc.edu" ];
module = [ "fox" ];
};
}
];
};
}