You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#615 added the ability to configure excluded interfaces in network.yaml. Unfortunately, we package this file right now (instead of including network.yaml.example like we do for other checks), and we don't consider it a configuration file, so when a user updates this file will be overwritten. We should:
Define default behaviour for the network check and have it run regardless of whether network.yaml is present. If network.yaml is present, the file will override the check's default behaviour.
Stop packaging network.yaml and start packaging an example configuration in network.yaml.example.
The text was updated successfully, but these errors were encountered:
Also:
* Add a better way to have checks enabled by default
* Fix#620
* Ensure that we cast exception as string (otherwise pickle can fail
when persisting the collector status)
#615 added the ability to configure excluded interfaces in
network.yaml
. Unfortunately, we package this file right now (instead of includingnetwork.yaml.example
like we do for other checks), and we don't consider it a configuration file, so when a user updates this file will be overwritten. We should:network.yaml
is present. Ifnetwork.yaml
is present, the file will override the check's default behaviour.network.yaml
and start packaging an example configuration innetwork.yaml.example
.The text was updated successfully, but these errors were encountered: