pwntie/box: add prom info

This commit is contained in:
Aaron Bieber 2024-01-04 14:40:08 -07:00
parent 737f69f20e
commit b42d316524
No known key found for this signature in database
2 changed files with 17 additions and 0 deletions

View File

@ -744,6 +744,10 @@ in
job_name = "h";
static_configs = [{ targets = [ "100.83.77.133:9002" ]; }];
}
{
job_name = "pwntie";
static_configs = [{ targets = [ "100.84.170.57:9002" ]; }];
}
{
job_name = "namish";
static_configs = [{ targets = [ "10.200.0.100:9100" ]; }];

View File

@ -78,6 +78,19 @@ in
};
services = {
prometheus = {
enable = true;
port = 9001;
listenAddress = "100.84.170.57";
exporters = {
node = {
enable = true;
enabledCollectors = [ "systemd" ];
port = 9002;
};
};
};
rtlamr2mqtt = {
enable = true;
configuration = {