Add prometheus-pushgateway to metrics-nekomesh

This commit is contained in:
fi 2025-11-02 21:33:54 +01:00
commit 3b888d375a
2 changed files with 5 additions and 1 deletions

View file

@ -9,7 +9,7 @@
hostName = "metrics-nekomesh"; hostName = "metrics-nekomesh";
firewall = { firewall = {
enable = true; enable = true;
allowedTCPPorts = [ 80 443 ]; allowedTCPPorts = [ 80 443 9091 ];
}; };
}; };

View file

@ -12,5 +12,9 @@
}]; }];
} }
]; ];
pushgateway = {
enable = true;
web.external-url = "metrics-nekomesh.vs.grzb.de:9091";
};
}; };
} }