Releases: DE-IBH/nag2mqtt
Releases · DE-IBH/nag2mqtt
0.4
ChangeLog:
- Fix typo in daemon path of systemd service file.
(Thanks to Uwe Hentzschel [email protected])
- Embed nagios-core 3.5.0 headers since upstream removed
the sources.
- Link nag2mqtt's install documentation from SNMD.
0.3
ChangeLog:
- Add logging (console, syslog).
- Add PID file handling.
- Strip wildcards [+#] from topic names.
- [MQTT] Fix odd number of elements warning.
- [MQTT] Publish host/service states in sub-topic ($basedir/checks).
- [MQTT] Reconnect to MQTT after 30s on MQTT fatal failures.
0.2
ChangeLog:
- Do not add a trailing slash to topics.
- Fix permissions on config files.
- Strip invalid utf8 chars from nagios.
- [NEB] Used hashed filenames.
- [NEB] Add some error logging.