diff options
| author | Paul Buetow <paul@buetow.org> | 2023-05-13 11:45:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-05-13 11:45:48 +0300 |
| commit | fd49221979ebe98369c3a30dd162403fb809d076 (patch) | |
| tree | 10a99985f8ae05f8473610079155c517ab4bb71b | |
| parent | 7760364ce8f2bf50730a37ccbf1f38adec4eb743 (diff) | |
change ping timeouts
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index b605c34..6982dec 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -18,11 +18,11 @@ <% for my $host (qw(fishfinger blowfish babylon5)) { %> "Check Ping4 <%= $host %>.buetow.org": { "Plugin": "<%= $plugin_dir %>/check_ping", - "Args": ["-H", "<%= $host %>.buetow.org", "-4", "-w", "50,10%", "-c", "100,15%"] + "Args": ["-H", "<%= $host %>.buetow.org", "-4", "-w", "100,10%", "-c", "200,15%"] }, "Check Ping6 <%= $host %>.buetow.org": { "Plugin": "<%= $plugin_dir %>/check_ping", - "Args": ["-H", "<%= $host %>.buetow.org", "-6", "-w", "50,10%", "-c", "100,15%"] + "Args": ["-H", "<%= $host %>.buetow.org", "-6", "-w", "100,10%", "-c", "200,15%"] }, <% } -%> <% for my $host (@$acme_hosts) { -%> |
