Releases: patrickpr/trapdirector
Version 1.0.6
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)
1.0.4c
Version 1.0.4b
Version 1.0.4
Better PHP detection to avoid php-fpm to be set as php binary.
SELinux support (thanks to robdevops)
The entire doc was reviewed by robdevops for improved quality.
BUGS
ENHANCEMENTS
Version 1.0.3
Mostly : regexp on OID in traps and possibility to create functions in rules
Lots of code splitting to have a better code quality, added continuous integration tests.
Changelog :
BUGS
- Performance data was transfered in display when using API (issue#22)
ENHANCEMENTS
- Added negative numbers evaluation in rules.
- More precise error on MIB upload errors (issue#21)
- Added plugins support : function
- Added regexp for OID selection in rules and display in GUI
Version 1.0.2
This update solves some bugs (see changelog) and greatly imporves MIB management :
- MIB database update are much faster and incremental
- Description and enumeration values are provided for traps and objects.
This needs database schema update : the GUI will prompt you for it, but don't forget to backup your database.
PostgreSQL support and bugfixes
PostgreSQL support and bugfixes (see changelog).
To upgrade simply replace the files.
Please give me feedbacks on gitter (if all is working OK) or open an issue.
First stable release
First stable release of Trapdirector.
It has been tested on multiple systems now and should be stable.
Please give me feedbacks on gitter (if all is working OK) or open an issue.
Have fun ! - if anyone can have fun with snmp traps :-) -
Second (last ?) beta
Small bug correction for module to work with IcingaWeb2 2.7.1.
Code is nearly ready for stable release ans has been tested on multiple environements.
First Beta
First beta release.
Please try it, read the doc and give me feedbacks !