Move prometheus to port 9002
This commit is contained in:
parent
32339aa392
commit
7c9687bb72
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }: {
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
port = 9001;
|
||||
port = 9002;
|
||||
scrapeConfigs = [
|
||||
{
|
||||
job_name = "node_exporter";
|
||||
|
|
Loading…
Reference in a new issue