Skip to content

Commit

Permalink
fix buildbot health check
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Oct 15, 2023
1 parent 21e648a commit ff302a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/eva/modules/telegraf/private.nix
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ in
urls = [ "https://buildbot.thalheim.io" ];
tags.host = "eve";
tags.org = "private";
response_string_match = ''"20'';
response_string_match = "Buildbot";
response_status_code = 200;
}
{
urls = [ "https://thalheim.io" ];
Expand Down

0 comments on commit ff302a0

Please sign in to comment.