Version 2.1
Date
1Gateway 2.1 HF1
New features
Added option to send XML message through 1Gateway /ws/rest/send webservice
The 1Gateway now supports an XML format to be sent through the /ws/rest/send webhook.
Date
1Gateway 2.1 RC10
New features
Added licensing of 1Gateway and plugins
Added new plugin to the catalog
CheckMK sender plugin send metrics and events to CheckMK.
Added error reporting on plugin startup
Date
1Gateway 2.1 RC8
New features
Added message header
Added a header to the mesage that includes the plugin that originated the plugin and the mappers that were applied in the process.
Added exception handling for plugins
Separating the exception into three different categories:
TransientErrorException: typically because of a temporarily unreachable endpoint.
PermanentErrorException: typically because of authentication issues.
InvalidMessageException: in sender plugins, message is sent to the endpoint with a wrong mesasge format.
Added new plugin to the catalog
Solarwinds poller retrieves alerts from Solarwinds and sends it to 1Gateway.
Date
Version 2.1 of 1Gateway released
New features
Full Jersey API and Plugin SDK
New full React UI where you can configure plugins, mappers and conditions
The new React UI uses internal API's to allow the user to configure the plugins, mappers and conditions. The UI is separated into basic users that can configure plugins and advanced users that have full control of the configuration.
Added a separate work area where you can edit configurations before putting them into production
Added user administration
Added the possibility to create, edit and delete the 1Gateway system users. Each user has its own token, which allows the identification of which user sends a message to 1Gateway through the /ws/rest/send web service.
Throttling of messages allows for a better control of 1Gateway and avoids saturation
All plugins include an option to allow throttling that enables the user to have a better control on the amount of messages that pass through 1Gateway to avoid the end products from saturating. This will slow down listener plugins and let the sender plugins recuperate before continuing polling normally.
Telemetry feature
The telemetry feature stores temporarily a number of messages in memory to allow an easier configuration of the 1Gateway mappers. By having a temporary store of messages, you can view the result of message conversions in real time.
Easier plugin troubleshooting
The plugins include a new error section where the errors of each plugins are displayed.
New types of mappings
The mapping catalog has been extended to add the state change mapping and split mapping. The state change mapping allows the user to see if there have been any changes on a particular metric, incident or event based on value, last updated time or status.
New types of conditions
Added conditions to check if a certain field in the message exists or doesn't exist.
Added new plugin to the catalog
CheckMK listener grabs events and metrics from CheckMK.
Solarwinds poller retrieves metrics from Solarwinds and sends it to 1Gateway.
ServiceNow poller polls for incidents from ServiceNow by assignment group.
Nagios poller collects alarms and metrics incoming from Nagios.
Citrix poller retrieves critical performance metrics from XenDesktop.