Skip to content

Commit

Permalink
make monitoring server scrape build3 ip
Browse files Browse the repository at this point in the history
add node exporter to build3 host

Signed-off-by: karim mdmirajul <[email protected]>
  • Loading branch information
karim20230 committed Jan 8, 2024
1 parent 16e1065 commit eaa2f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hosts/ficolobuild/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
(with self.nixosModules; [
common
service-openssh
service-node-exporter
ficolo-hosts
user-cazfi
user-hrosten
Expand Down
1 change: 1 addition & 0 deletions hosts/monitoring/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ in {
targets = [
"172.18.20.102:9100" # build1
"172.18.20.103:9100" # build2
"172.18.20.104:9100" # build3
"172.18.20.105:9100" # build4
"172.18.20.106:9100" # prbuilder
"172.18.20.107:9100" # gerrit
Expand Down

0 comments on commit eaa2f33

Please sign in to comment.