Closed solarisfire closed 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...
Hi, yeah that's something we should change.
Fixed by #85
Is in the new release https://github.com/NETWAYS/check_logstash/releases/tag/v0.9.1
Wow, thanks for the rapid turnaround guys! 👍
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...