Skip to content

Releases: naemon/naemon-livestatus

v1.4.3

18 Nov 21:05
@sni sni
Compare
Choose a tag to compare

1.4.3 - Nov 19 2024

Features:

  • add support for new log types HOST/SERVICE NOTE
  • improve performance on logs table

Changed:

  • none

Bugfixes:

  • fix crash on core reload
  • fix crash when requesting invalid table names
  • fix crash if stats queries errors halfway
  • fix crash on stats queries on the logs table

v1.4.2

04 Jan 17:51
@sni sni
Compare
Choose a tag to compare

1.4.2 - Jan 03 2024

Features:

  • contacts: add host/service_notification_commands column
  • contacts: add groups column

Changed:

  • do not print error message if client dissconects

Bugfixes:

  • avoid Cannot delete non-existing downtime/comment error during startup
  • fix too low thread stacksize
  • reopen logfile if cores last_log_rotation changed

v1.4.1

01 Feb 17:13
@sni sni
Compare
Choose a tag to compare

Bugfixes

  • Fix service parents to be always a list of host,service tupels
  • Fix g_tree_foreach: assertion `tree != NULL' in logs table

v1.4.0

11 Nov 15:48
Compare
Choose a tag to compare
  • Allow multiline output when submitting passive checks by allowing escaped newlines

v1.3.1

27 Apr 19:29
@sni sni
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

25 Nov 08:53
@sni sni
Compare
Choose a tag to compare

What's Changed

  • Correct contacts column on host table by @jacobbaungard in #88
  • fix listing contacts twice (fixes #90) by @sni in #91
  • fix EADDRINUSE when reloading with tcp socket enabled by @sni in #92

Full Changelog: v1.2.4...v1.3.0

1.2.2

13 Nov 16:38
@sni sni
Compare
Choose a tag to compare
Changes:

    * improved table descriptions
    * debian packages switched to systemd invoke
    * debian packages source format changed

Bugfixes:

    * none

1.2.0

17 Feb 15:13
@sni sni
Compare
Choose a tag to compare
* add statehist table
* add support to listen on tcp sockets
* fix race condition when recursivly requesting comments or downtimes
* add build support for centos 8