Closed MikhailGolubtsov closed 7 years ago
While getting a check definition, the field of 'potential_solution' is not returned.
For example:
> zmon check-definitions get 3305 | grep potential_solution | wc -l 0
I found this issue by automatically updating checks (changing ownership), so potential_solution field was erased.
Thanks for reporting it.
team WHOOPS is also having issues because of this.
fixed by https://github.com/zalando-zmon/zmon-controller/pull/456
While getting a check definition, the field of 'potential_solution' is not returned.
For example:
I found this issue by automatically updating checks (changing ownership), so potential_solution field was erased.