From: Alex Dehnert Date: Sat, 17 Apr 2021 04:56:02 +0000 (-0400) Subject: Check for ssh signing less often X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=539ceb0b1997d91c2376ada8d549702cb4e87720;p=sysconfig%2Fnagios3.git Check for ssh signing less often We only try to re-sign every three days, so checking every two minutes is really pretty excessive. --- diff --git a/local.d/adehnert-host.cfg b/local.d/adehnert-host.cfg index b69cb44..00fed6f 100644 --- a/local.d/adehnert-host.cfg +++ b/local.d/adehnert-host.cfg @@ -30,6 +30,19 @@ define service { register 0 } +define service { + name adehnert-rare-service + use generic-service + check_interval 180 + retry_interval 60 + max_check_attempts 5 + contact_groups adehnert-pub + notification_interval 360 + notification_period 24x7 + notification_options w,u,c,r + register 0 +} + define service { use adehnert-service hostgroup_name adehnert-hosts @@ -58,7 +71,7 @@ define service { } define service { - use adehnert-service + use adehnert-rare-service hostgroup_name adehnert-minions #host_name bots service_description SIGN-SSH