From 3ebf68a08c94e23d742a37815caa3c55b6985806 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 26 Feb 2020 12:09:19 +0100 Subject: global-functions: $LogAndError: add severity --- check-certificates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check-certificates') diff --git a/check-certificates b/check-certificates index ccc7b15..d7c4c8e 100644 --- a/check-certificates +++ b/check-certificates @@ -22,7 +22,7 @@ } :if ($TimeIsSync = false) do={ - $LogAndError "Time is not yet synchronized."; + $LogAndError warning "Time is not yet synchronized."; } :foreach Cert in=[ / certificate find where !revoked !ca expires-after<3w ] do={ -- cgit v1.2.3-54-g00ecf