sni / lmd

Livestatus Multitool Daemon - Create livestatus federation from multiple sources
https://labs.consol.de/omd/packages/lmd/
GNU General Public License v3.0
42 stars 31 forks source link

Add StatsNegate Support #133

Closed jdumalaonITRS closed 1 year ago

jdumalaonITRS commented 1 year ago

This commit adds StateNegate functionality which follows the Negate implementation. It also fixes an issue where Negate/StatsNegate is not applied on the GroupOperator level which is supported in Livestatus

sni commented 1 year ago

thanks, looks good so far. Could you have a look at the ci tests please?

jdumalaonITRS commented 1 year ago

Thanks. Yup I will work on the failing ci tests.

sni commented 1 year ago

btw, you can run the citests locally my "make citest" or "make golangci" if you only want to run the golangci checks.

jdumalaonITRS commented 1 year ago

Yup just saw it now. I will do so

sni commented 1 year ago

i will have a look at those failed citest now, it seems unrelated to your changes.

jdumalaonITRS commented 1 year ago

ok thanks!

sni commented 1 year ago

should be fine now, but somehow i cannot rebase this PR.

jdumalaonITRS commented 1 year ago

thanks. No worries. I rebased the changes

sni commented 1 year ago

thanks, looks fine.