diff --git a/build/installer/debian/changelog b/build/installer/debian/changelog index 9adea95a3..5f8fd440d 100644 --- a/build/installer/debian/changelog +++ b/build/installer/debian/changelog @@ -1,3 +1,28 @@ +nagstamon (1.0rc1) unstable; urgency=low + + * New upstream + - added support for Op5Monitor 6.3 instead of Ninja + - added custom event notification with custom commands + - added highlighting of new events + - added storage of passwords in OS keyring + - added support for applying custom actions to specific monitor only + - added copy buttons for servers and actions dialogs + - added experimental Zabbix support + - added stopping notification if event already vanished + - fixed old regression not-staying-on-top-bug + - fixed Check_MK-Recheck-DOS-bug + - fixed pop window size calculation on multiple screens + - fixed following popup window on multiple screens + - fixed hiding dialogs in MacOSX + - fixed ugly statusbar font in MacOSX + - fixed use of changed colors + - fixed non-ascending default sort order + - fixed Opsview downtime dialog + - fixed sometimes not working context menu + - various Check_MK improvements + + -- Henri Wahl Tue, 24 Jun 2014 11:00:00 +0200 + nagstamon (0.9.11) unstable; urgency=low * New upstream diff --git a/build/installer/debian/control b/build/installer/debian/control index 21cbbf82c..58fcbd1e9 100644 --- a/build/installer/debian/control +++ b/build/installer/debian/control @@ -1,22 +1,23 @@ Source: nagstamon Section: utils -XS-Python-Version: >= 2.5 +XS-Python-Version: >= 2.7 Priority: optional Maintainer: Python Applications Packaging Team Uploaders: Carl Chenet Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5), quilt (>= 0.46-7~) Build-Depends-Indep: python-support Standards-Version: 3.8.4 -Homepage: http://nagstamon.ifw-dresden.de +Homepage: https://nagstamon.ifw-dresden.de Vcs-Git: git://github.com/HenriWahl/Nagstamon.git Vcs-Browser: https://codeload.github.com/HenriWahl/Nagstamon/zip/master Package: nagstamon Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-pkg-resources, librsvg2-common, sox +Suggests: python-keyring, python-secretstorage Description: Nagios status monitor which takes place in systray or on desktop Nagstamon is a Nagios status monitor which takes place in systray or on desktop (GNOME, KDE) as floating statusbar to inform you in realtime about the status of your Nagios and some of its derivatives monitored network. - It allows to connect to multiple Nagios, Icinga, Opsview, Centreon, Op5/Ninja, - Check_MK Multisite and Thruk servers. Events could be handled by instant access to failed hosts/services. + It allows to connect to multiple Nagios, Icinga, Opsview, Centreon, Op5Monitor, + Check_MK Multisite, Thruk and Zabbix servers. Events could be handled by instant access to failed hosts/services.