-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Henri Wahl
committed
Jul 11, 2013
1 parent
d4c190a
commit db20440
Showing
5 changed files
with
36 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ def __init__(self, **kwds): | |
|
||
# Meta | ||
self.name = "Nagstamon" | ||
self.version = "0.9.10rc2" | ||
self.version = "0.9.10" | ||
self.website = "http://nagstamon.ifw-dresden.de/" | ||
self.copyright = "©2008-2013 Henri Wahl et al.\n[email protected]" | ||
self.comments = "Nagios status monitor for your desktop" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,10 @@ | |
] | ||
|
||
setup(name = 'nagstamon', | ||
version = '0.9.10rc2', | ||
version = '0.9.10', | ||
license = 'GNU GPL v2', | ||
description = 'Nagios status monitor for desktop', | ||
long_description = 'Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE, Windows) as floating statusbar to inform you in realtime about the status of your Nagios and derivatives monitored network. It allows to connect to multiple Nagios, Icinga, Opsview, Op5, Check_MK/Multisite and Centreon servers.', | ||
long_description = 'Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE, Windows) as floating statusbar to inform you in realtime about the status of your Nagios and derivatives monitored network. It allows to connect to multiple Nagios, Icinga, Opsview, Op5, Check_MK/Multisite, Centreon and Thruk servers.', | ||
classifiers = CLASSIFIERS, | ||
author = 'Henri Wahl', | ||
author_email = '[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
nagstamon (0.9.10) unstable; urgency=low | ||
|
||
* New upstream | ||
- added fullscreen option | ||
- added Thruk support | ||
- added Check_MK cookie-based auth | ||
- added new Centreon autologin option | ||
- added configurable default sort order | ||
- added filter for hosts in hard/soft state for Nagios, Icinga, Opsview and Centreon | ||
- added $STATUS-INFO$ variable for custom actions | ||
- added audio alarms also in fullscreen mode | ||
- improved update interval set in seconds instead minutes | ||
- improved Icinga JSON support | ||
- improved Centreon 2.4 xml/broker support | ||
- improved Nagios 3.4 pagination support | ||
- improved nicer GTK theme Murrine on MacOSX | ||
- fixed security bug | ||
- fixed some memory leaks | ||
- fixed superfluous passive icon for Check_MK | ||
- fixed blocking of shutdown/reboot on MacOSX | ||
- fixed saving converted pre 0.9.9 config immediately | ||
- fixed statusbar position when offscreen | ||
- fixed some GUI issues | ||
- fixed update detection | ||
|
||
-- Henri Wahl <[email protected]> Wed, 11 Jul 2013 11:07:13 +0200 | ||
|
||
nagstamon (0.9.10rc2) unstable; urgency=low | ||
|
||
* New upstream | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters