diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-22 18:55:13 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-22 18:55:13 +0200 |
| commit | 114270755f5984547be2ee0a03beb045edf9a90b (patch) | |
| tree | 5c12c125feffcba25f2bdcf1d02d45300ab94252 | |
| parent | 2603e6fc15a0bb23e46cf7de718d8c956364cbde (diff) | |
also monitor mirrors
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index f577763..8c51441 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -30,7 +30,7 @@ }, <% } -%> <% for my $host (@$acme_hosts) { -%> - <% for my $prefix ('', 'www.') { -%> + <% for my $prefix ('', 'mirror.', 'www.') { -%> "Check TLS Certificate <%= $prefix . $host %>": { "Plugin": "<%= $plugin_dir %>/check_http", "Args": ["--sni", "-H", "<%= $prefix . $host %>", "-C", "20" ], |
