From a405aea50325671814b2d5806e6b15fc51da99f9 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 11 Oct 2022 07:26:42 +0200 Subject: [PATCH] timezone can be set in each monitor and overrides other settings. --- bin/linspector | 2 +- etc/monitors/test/test1.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/linspector b/bin/linspector index a07d900..df9826d 100755 --- a/bin/linspector +++ b/bin/linspector @@ -33,7 +33,7 @@ from linspector.core.monitors import Monitors # i currently only increase the 3rd number because the goal is that 0.19.* will become the first # stable version. -__version__ = '0.19.61.dev1' +__version__ = '0.19.62.dev1' __author__ = 'Johannes Findeisen ' diff --git a/etc/monitors/test/test1.conf b/etc/monitors/test/test1.conf index 0a558e5..be8a3c8 100644 --- a/etc/monitors/test/test1.conf +++ b/etc/monitors/test/test1.conf @@ -10,3 +10,5 @@ interval = 13 ; the start is to schedule the execution of the monitor in at a date in the future. this is helpful to configure ; linspector before a host is up and running. start_date = 1999-04-23 23:42:42 +; every monitor should be able to override the timezone being set by core configuration or the default setting. +timezone = EST