Skip to content

Releases: stdevel/IcingaBusylightAgent

0.1.2.0

21 Dec 20:54
Compare
Choose a tag to compare

First release with all major functions.

Changes since 0.1.1.1:

  • Implemented hostgroup filter (see issue #15)
  • implemented systray balloon tips (see issue #1)
  • implemented Lync/SfB workaround (After alarms were displayed, the Lync/SfB state is read - color is reset
    appropriately
    )
  • Last update time is displayed in the tray icon menu (see issue #3)
  • relocated notification routines into Program.cs (see issue #14)
  • systray icon changes during data update
  • new setting to avoid balloon tips
  • default update threshold changed to 5 minutes
  • fixed a bug where host notifications forced a crash
  • fixed a bug where host notification colors were incorrect
  • fixed a bug where empty string arrays for hostgroup filters were stored
  • cleaned-up code

0.1.1.1

18 Dec 12:37
Compare
Choose a tag to compare
0.1.1.1 Pre-release
Pre-release

Release 0.1.1.1:

  • new tabbed settings dialog that is not ugly as hell
  • implemented logger class for console, file and EventLog targets (see issue #10)
  • new settings log_mode and log_level
  • added button for resetting broken settings to default values
  • when changing Icinga2 settings, the data thread is restarted (see issue #13)
  • when changing sounds/sound volumes, the selected setting is inherited
  • migrated all debug outputs to new logging class
  • cleaned-up some crap code (dirty strings, code deduplication, getHTMLPostResult(), etc.)
  • translated an error message

0.1.1.0

16 Dec 19:22
Compare
Choose a tag to compare
0.1.1.0 Pre-release
Pre-release

Release 0.1.1.0:

  • implemented functionality to play conventional WAV sounds for events
    (see issue #7)
  • added function getInventory() for accessing the Icinga2 API inventory
  • added button for validating Icinga2 settings (automatically executed
    before storing changes
    )
  • added hostgroup filter (see issue #4)
  • fixed a bug where update timer intervals were set incorrectly

0.1.0.0

09 Dec 15:21
Compare
Choose a tag to compare
0.1.0.0 Pre-release
Pre-release

First usable release