From 59ba860f7f9ee02ae26f32931133ad79ab22b47b Mon Sep 17 00:00:00 2001 From: Henri Wahl Date: Wed, 20 Sep 2023 19:43:10 +0200 Subject: [PATCH 1/2] unhash status_information --- Nagstamon/Objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nagstamon/Objects.py b/Nagstamon/Objects.py index fe2b54f9d..efc56678b 100644 --- a/Nagstamon/Objects.py +++ b/Nagstamon/Objects.py @@ -165,7 +165,7 @@ def get_hash(self): """ return hash for event history tracking """ - return " ".join((self.server, self.site, self.host, self.name, self.status, self.status_information)) + return " ".join((self.server, self.site, self.host, self.name, self.status)) class Result(object): From 93371aec41b471a2e7cf4e978ff326c75b38686e Mon Sep 17 00:00:00 2001 From: Henri Wahl Date: Wed, 20 Sep 2023 19:45:09 +0200 Subject: [PATCH 2/2] unhash status_information --- Nagstamon/Config.py | 2 +- build/debian/changelog | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Nagstamon/Config.py b/Nagstamon/Config.py index ffcbf3d5c..2e436e66a 100644 --- a/Nagstamon/Config.py +++ b/Nagstamon/Config.py @@ -124,7 +124,7 @@ class AppInfo(object): contains app information previously located in GUI.py """ NAME = 'Nagstamon' - VERSION = '3.13-20230720' + VERSION = '3.13-20230921' WEBSITE = 'https://nagstamon.de' COPYRIGHT = '©2008-2023 Henri Wahl et al.' COMMENTS = 'Nagios status monitor for your desktop' diff --git a/build/debian/changelog b/build/debian/changelog index e8f9ad1e1..0d927e0be 100644 --- a/build/debian/changelog +++ b/build/debian/changelog @@ -1,7 +1,7 @@ -nagstamon (3.13-20230720) unstable; urgency=low +nagstamon (3.13-20230921) unstable; urgency=low * New upstream - -- Henri Wahl Thu, July 20 2023 08:00:00 +0200 + -- Henri Wahl Thu, Sept 21 2023 08:00:00 +0200 nagstamon (3.12.0) stable; urgency=low * New upstream