crowdsec/cmd
mmetc 708fa8280a
add test and fix for configuration reload (#1808)
fix reload issue by returning new configuration to the signal loop

example: run crowdsec, disable agent in the config file, reload config.
Now there is no agent but the signal loop believes there is, so
triggering a reload configuration again will make the process hang
forever.
This commit updates the configuration in the signal loop with the one
returned by the signal handler.
2022-10-14 15:48:41 +02:00
..
crowdsec add test and fix for configuration reload (#1808) 2022-10-14 15:48:41 +02:00
crowdsec-cli Fix missing metrics cscli (#1809) 2022-10-13 15:49:41 +02:00