Skip to content

Releases: patrickpr/trapdirector

Version 1.0.6

26 Oct 20:41
cd563d7
Compare
Choose a tag to compare

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

  1. Corrected bugs in web pages with incorrect inclusions

ENHANCEMENTS

  1. Added comments and categories for handlers, redesigned handler list table (issue # 43)
  2. Added real host IP detection in forwarded traps using snmpTrapAddress (or custom one) (issue #41)
  3. Added handler cloning (issue #44)
  4. Added new permissions in installer script ( Bierchemuesli contrib )
  5. Added mysql command display on error in installer script (issue #46)
  6. Added snmptranslate testing (issue #48)

1.0.4c

07 Jul 08:22
bbeb50e
Compare
Choose a tag to compare

This is a bugfix release for version 1.0.4 : rules using hostgroups where not working because IDO Database was not correctly setup in the trap receiver (issue #40 and #25 )

Version 1.0.4b

06 Jul 19:54
Compare
Choose a tag to compare

This is a bugfix release for version 1.0.4 : rules using hostgroups where not working because IDO Database was not correctly setup in the trap receiver (issue #40 and #25 )

Version 1.0.4

06 Jun 07:48
d6c594e
Compare
Choose a tag to compare

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

  1. Updated snmptrapd detection in config / installer (pr #34 & #35 by robdevops)

ENHANCEMENTS

  1. Changed the php detection for install script (issues #30 & #31)
  2. SELinux support (pr #37 by robdevops)

Version 1.0.3

10 Feb 23:21
Compare
Choose a tag to compare

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

  1. Performance data was transfered in display when using API (issue#22)

ENHANCEMENTS

  1. Added negative numbers evaluation in rules.
  2. More precise error on MIB upload errors (issue#21)
  3. Added plugins support : function
  4. Added regexp for OID selection in rules and display in GUI

Version 1.0.2

04 Nov 16:36
7844e04
Compare
Choose a tag to compare

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

28 Sep 07:02
Compare
Choose a tag to compare

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

30 Aug 15:35
Compare
Choose a tag to compare

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

22 Aug 20:44
Compare
Choose a tag to compare

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

24 Jan 20:02
Compare
Choose a tag to compare

First beta release.

Please try it, read the doc and give me feedbacks !