Icinga / helm-charts

Kubernetes Helm charts to deploy a ready-to-use Icinga monitoring stack.
https://icinga.com
Apache License 2.0
9 stars 13 forks source link

[Bug]: is livestatus Features is deprecated in Icinga2 helmchart #33

Closed Vikraam27 closed 1 year ago

Vikraam27 commented 1 year ago

Affected Chart

icinga2

Which version of the app contains the bug?

2.13.7

Please describe your problem

i want ask in documentation icinga2 helmchart there is no features livestatus, is that deprecated or not? because i always got an error when i put this livestatus.conf and i put in folder /etc/icinga2/features-enabled mounted as configmaps, this my code `object LivestatusListener "livestatus" { }

library "livestatus"

object LivestatusListener "livestatus-tcp" { socket_type = "tcp" bind_host = "0.0.0.0" bind_port = "6558" }`

and this is error from icinga2 pods

image

, if this features is deprecated, how do i connect icinga2 to thruk?

martialblog commented 1 year ago

The Livestatus feature has been deprecated since Icinga2 2.12

https://raw.githubusercontent.com/Icinga/icinga2/master/CHANGELOG.md