modules/nixos/monitoring/telegraf: disable nixpkgs-update http check
This commit is contained in:
parent
e18b71ab99
commit
ffe723781b
1 changed files with 6 additions and 6 deletions
|
@ -19,12 +19,12 @@
|
||||||
tags.host = "web01.nix-community.org";
|
tags.host = "web01.nix-community.org";
|
||||||
tags.org = "nix-community";
|
tags.org = "nix-community";
|
||||||
}
|
}
|
||||||
{
|
#{
|
||||||
urls = [ "https://r.ryantm.com/log/" ];
|
# urls = [ "https://r.ryantm.com/log/" ];
|
||||||
response_string_match = "Index of /log/";
|
# response_string_match = "Index of /log/";
|
||||||
tags.host = "build02.nix-community.org";
|
# tags.host = "build02.nix-community.org";
|
||||||
tags.org = "nix-community";
|
# tags.org = "nix-community";
|
||||||
}
|
#}
|
||||||
];
|
];
|
||||||
net_response =
|
net_response =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue