Changelog

2011-10-25: Version 0.9.8

  • added customizable acknowledge/downtime/submit-result defaults
  • added regexp filter for status information column
  • added option to connect to hosts via its monitor hostname without HTTP overhead
  • added ability to keep status detail popup open despite hovering away
  • added option to change offset between popup window and systray icon to avoid partly hidden popup
  • fixed some popup artefacts
  • fixed various bugs with acknowledgement flags (persistent/sticky/notification), now they are actually working
  • fixed some issues when running on MacOS X

2011-05-30: Version 0.9.7.1

  • fixed sf.net bug 3309166 which broke Centreon support

2011-05-30: Version 0.9.7

  • on some servers now context menu allows submitting check results for hosts and services
  • added filter for services on acknowledged hosts
  • added icons for "passiveonly" and "flapping" hosts and services
  • fix for uneditable text entry fields in settings dialog - sf.net bug 3300873
  • fix for not working filter "services on hosts in maintenance" - sf.net bug 3299790
  • fix for soft state detection in Centreon - sf.net bug 3303861
  • fix for not filtered services which should have been filtered - sf.net bug 3308008

2011-05-06: Version 0.9.6.1

  • fixed sf.net bug 3298321 which raised an error if everything was OK on monitor

2011-05-06: Version 0.9.6  

  • improved, full Ninja support
  • rewritten filtering mechanism allows new features
  • displaying icons in status overview popup indicating states "acknowledged" and "scheduled downtime"
  • added option to play notification sounds more than once
  • small UI improvements
  • uses BeautifulSoup instead of lxml
  • uses GTK UI Builder instead of glade
  • as always: bugfixes

2011-04-08: Version 0.9.5

  • added op5 Ninja support
  • added Check_MK Multisite support
  • improved Icinga support (compatibility with Icinga 1.3)
  • improved Centreon support (compatible with Centreon 2.1)
  • added sortable columns in status overview
  • added customizable colors
  • better debugging and error messages
  • password has not necessarily to be stored in config file
  • major memory leak closed
  • various bugs fixed
2010-06-15: Version 0.9.4
  • added initial support for Centreon servers (beta)
  • added Nagios 1.x support
  • fixed serious pango crash bug (Debian bug 582977)
  • fixed not-playing-sound bug (sf.net bug 2998035)
2010-04-26: Version 0.9.3
  • added ability to connect to Opsview monitoring servers
  • added "Recheck all" button to recheck all failing hosts and services by one click
  • added ability to toggle notifications by state
  • added HTTP Digest authentication
  • added recognition of customized host IP information (see bug 2967416)
  • increased GUI responsiveness
  • fixed bugs in update interval mechanism
  • fixed minor bugs
2010-02-20: Version 0.9.2
  • fixed serious do-nothing-after-first-install-bug
  • added option to filter services on hosts in maintenance
2010-02-17: Version 0.9.1
  • added possibility to disable/enable Nagios servers
  • added option to acknowledge all services on a faulty host
  • added Nagios server connection status in status popup window
  • fixed bug which caused unchangeable update interval
  • fixed bug in Nagios server list in settings dialog, now a default is selected
  • fixed non-working acknowledgement of down hosts

2010-01-29: Version 0.9.0

  • sound and visual notification
  • regular expression filter
  • obfuscated passwords in config file
  • usable status popup on dualscreens
  • checking for nagstamon updates
  • design improvements
  • a lot of minor fixed bugs

2009-07-15: Version 0.8.2

  • fixed serious memory leak in Windows version caused by buggy lxml library
  • added debug mode which displays status messages on commandline
  • added combobox in status overview popup window to access all Nagios servers even if the have no trouble
  • show large number of Nagios servers with scrollbars instead of stretching dialog window,
  • source includes now working setup.py for easier integration into installed python

2009-06-25: Version 0.8.1

  • adds an option to hide services from unreachable hosts
  • fixed gobject error messages caused by defect glade file
  • fixed an address resolving issue when connecting to hosts by DNS name

2009-06-25: Version 0.8.0

  • finally supports multiple Nagios servers
  • added option to show only services in hard state
  • added option to hide services on down hosts

2009-05-08: Version 0.7.0

  • now using threads, which lead to a more responsive UI and better stability in case of poor network connectivity
  • added are the columns "Last Check" and "Attempt" in status overview
  • central configuration file "nagstamon.conf" in the application directory allows to force settings for all users
  • context menu applications can connect remote hosts by IP instead of DNS name.

2008-12-05: Version 0.6.2

  • added the actions "recheck", "acknowledge" and "downtime" to the host/service context menu which allow to control a failing host/service without using the web interface of Nagios.

2008-11-03: Version 0.6.1

  • added possibility NOT to use the systems default HTTP proxy - this bugfix is apparently most useful in Windows where python uses IE proxy settings as default.

2008-10-08: Version 0.6

  • added possibility to use nagstamon as icon in systray in Windows and Unix
  • allow details popup also on clicking the statusbar, not only on hovering it
  • added icon on statusbar
  • fixed display bug if details popup became too large

2008-09-23: Version 0.5.13

  • fixed incompatibility with Fedora 8 + 9 python-lxml introduced by last Fedora update
  • added check for default location of statusbar depending of desktop environment

2008-09-05: Version 0.5.11

  • fixed bug if popup summary has been wider than screen or smaller than buttons on its top
  • do not show pop up summary when everything is OK
  • omitting showing failed services when host has been acknowledged

2008-09-02: Version 0.5.10

  • fixed problem with passwords containing special characters
  • omitting showing failed services on hosts in scheduled downtime

2008-09-01: Version 0.5.9

  • fixed misplaced status overview popup in GNOME systray mode
  • fixed flickering status overview popup when dragging statusbar

2008-08-29: Version 0.5.8

  • fixed jumping popup
  • added and corrected tooltips in settings dialog
  • added Linux desktop menu entry (xdg)

2008-08-28: Version 0.5.7

  • added access to hosts by DNS name if available, otherwise by IP from Nagios
  • fixed bug when accessing an host by context menu app without parameters the call was malformed and disfunctional

2008-08-27: Version 0.5.6

  • access RDP/SSH/VNC on hosts by IP and not by DNS name because some devices might not be registered in DNS

2008-08-26: Version 0.5.5

  • nagstamon statusbar now can be dragged and freely positioned - makes it work better with Windows and KDE

2008-08-22: Version 0.5.4

  • made nagstamon compatible with HTML output of Nagios < 2.7

2008-08-20: Version 0.5.3

  • added the missing licensing information and better Windows integration

2008-08-15: Version 0.5.2

  • Initial release