NETWAYS / check_logstash

Icinga check plugin to check the status of Logstash
GNU General Public License v3.0
22 stars 11 forks source link

Undefined metric: invalid metric value 'green' #84

Closed solarisfire closed 1 year ago

solarisfire commented 1 year ago

Is it possible to remove status=green from the performance metric output to keep this backwards compatible with Nagios?

Doing this with:

check_logstash health | sed 's/status=[a-zA-Z]+//g'

isn't super elegant...

martialblog commented 1 year ago

Hi, yeah that's something we should change.

RincewindsHat commented 1 year ago

Fixed by #85

martialblog commented 1 year ago

Is in the new release https://github.com/NETWAYS/check_logstash/releases/tag/v0.9.1

solarisfire commented 1 year ago

Wow, thanks for the rapid turnaround guys! 👍