Releases: stdevel/IcingaBusylightAgent
Releases · stdevel/IcingaBusylightAgent
0.1.2.0
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
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
andlog_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
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