warn 1 week before expiration by default
authorMatthias Förste <foerste@schlittermann.de>
Mon, 19 Nov 2012 09:24:26 +0100
changeset 157 548c7695897d
parent 156 030f377af8d5
child 158 6398ccdc2861
warn 1 week before expiration by default
dnsnagios/check_dnssec
--- a/dnsnagios/check_dnssec	Thu Jul 14 09:56:57 2011 +0200
+++ b/dnsnagios/check_dnssec	Mon Nov 19 09:24:26 2012 +0100
@@ -37,7 +37,7 @@
 my $opt = {
     'index-host' => '84.19.194.5',
     'index-zone' => 'idx.net.schlittermann.de',
-    warning      => 72,
+    warning      => 7*24,
     critical     => 48
 };