modules/nixos/monitoring/telegraf: reenable nixpkgs-update http check
also use `~supervisor` directory
This commit is contained in:
parent
7ca4fc993b
commit
d100c8aac5
1 changed files with 6 additions and 6 deletions
|
@ -19,12 +19,12 @@
|
|||
tags.host = "build03.nix-community.org";
|
||||
tags.org = "nix-community";
|
||||
}
|
||||
#{
|
||||
# urls = [ "https://r.ryantm.com/log/" ];
|
||||
# response_string_match = "Index of /log/";
|
||||
# tags.host = "build02.nix-community.org";
|
||||
# tags.org = "nix-community";
|
||||
#}
|
||||
{
|
||||
urls = [ "https://r.ryantm.com/log/~supervisor/" ];
|
||||
response_string_match = "state.db";
|
||||
tags.host = "build02.nix-community.org";
|
||||
tags.org = "nix-community";
|
||||
}
|
||||
];
|
||||
net_response =
|
||||
let
|
||||
|
|
Loading…
Add table
Reference in a new issue