Icinga / icinga-notifications

Icinga Notifications: new and improved notifications and incident management for Icinga (work in progress, not ready for production yet)
GNU General Public License v2.0
11 stars 0 forks source link

webhook: Basic TLS Configuration, Custom Headers #269

Open oxzi opened 3 months ago

oxzi commented 3 months ago

This change allows some basic TLS related configuration changes:

The last setting brought me to an unexpected boolean representation in the JSON configuration, requiring a custom boolean type. It was added to pkg/plugin and its documentation.

In addition, support for arbitrary HTTP request headers was added. This allows custom headers, even carrying values based on the NotificationRequest.

Additionally, an unique User-Agent was assigned.

Closes #256.

2024-08-01-162917_864x527_scrot