Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitPoulet committed Sep 26, 2023
2 parents 98c9c1b + 93371ae commit 7b2467b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Nagstamon/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Nagstamon/Objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
4 changes: 2 additions & 2 deletions build/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nagstamon (3.13-20230720) unstable; urgency=low
nagstamon (3.13-20230921) unstable; urgency=low
* New upstream

-- Henri Wahl <[email protected]> Thu, July 20 2023 08:00:00 +0200
-- Henri Wahl <[email protected]> Thu, Sept 21 2023 08:00:00 +0200

nagstamon (3.12.0) stable; urgency=low
* New upstream
Expand Down

0 comments on commit 7b2467b

Please sign in to comment.