Update node exporter port

This commit is contained in:
Gleb Peregud 2020-11-27 17:02:47 +01:00 committed by GitHub
parent 7a9141064c
commit af1703ab73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ exporter under `services.prometheus`:
node = {
enable = true;
enabledCollectors = [ "systemd" ];
port = 9001;
port = 9002;
};
};
}