Skip to content

Commit

Permalink
Merge pull request #520 from Erethon/init-security-tracker
Browse files Browse the repository at this point in the history
Init security tracker domain and monitoring
  • Loading branch information
mweinelt authored Dec 12, 2024
2 parents 28532c2 + 1421d44 commit 5a8a3dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/pluto/prometheus/exporters/blackbox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ in
"https://wiki.nixos.org"
"https://www.nixos.org"
"https://netboot.nixos.org"
"https://tracker.security.nixos.org"
])
];

Expand Down
1 change: 1 addition & 0 deletions build/pluto/prometheus/exporters/node.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
targets = [
"caliban.nixos.org:9100"
"umbriel.nixos.org:9100"
"tracker.security.nixos.org:9100"
];
}
{
Expand Down
10 changes: 10 additions & 0 deletions terraform/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,16 @@ locals {
type = "CNAME"
value = "caliban.nixos.org"
},
{
hostname = "tracker.security.nixos.org"
type = "A"
value = "188.245.41.195"
},
{
hostname = "tracker.security.nixos.org"
type = "AAAA"
value = "2a01:4f8:1c1b:b87b::1"
},
{
hostname = "caliban.nixos.org"
type = "TXT"
Expand Down

0 comments on commit 5a8a3dc

Please sign in to comment.