ITRS-Group / monitor-merlin

Module for Effortless Redundancy and Loadbalancing In Naemon
https://itrs-group.github.io/monitor-merlin/
GNU General Public License v2.0
22 stars 14 forks source link

Fixed number of vectors for host notification suppressed event #145

Closed jdumalaonITRS closed 2 years ago

jdumalaonITRS commented 2 years ago

This commit fixes the number of vectors for host notification suppressed events in showlog tool. The previous value of 1 causes the entire message to be treated as the host name causing the log to be dropped from the results when filtered by host name.

This commit fixes MON-12796.

Signed-off-by: Jerson Dumalaon jdumalaon@itrsgroup.com

jacobbaungard commented 2 years ago

Can you please update the changelog with the information about the fix?

It would also be nice if the commit/pr message was a little more verbose, explaining why increasing the number of vectors fixes the problem - that would make it easier to review also.

jdumalaonITRS commented 2 years ago

Updated the changelog and PR description and will squash the commit at merge time.