Database update : No for version >= 1.0.2
Migration path : from version > 1.0.0
Upgrade notes
API is now the default for object queries (host, services...) when API connection elements are set, as ido database will maybe disapear some time soon (See issue #39).
A new permission must be added for api user : 'objects/query/hostgroup'
Either you create a new user (using "bin/installer -c api") or edit the /etc/icinga2/conf.d/api-users.conf file, find the user and change the 'permission=' line.
File Icinga2Api.php moved to Icinga2API.php in library/trapdirector directory to be consistent with class name.
Delete the Icinga2Api.php file if it's still in the directory.
BUGS
- Corrected bugs in web pages with incorrect inclusions
ENHANCEMENTS
- Added comments and categories for handlers, redesigned handler list table (issue # 43)
- Added real host IP detection in forwarded traps using snmpTrapAddress (or custom one) (issue #41)
- Added handler cloning (issue #44)
- Added new permissions in installer script ( Bierchemuesli contrib )
- Added mysql command display on error in installer script (issue #46)
- Added snmptranslate testing (issue #48)