zalando-zmon / zmon-cli

ZMON Command Line Interface
http://zmon.readthedocs.org/en/latest/developer/zmon-cli.html
Other
9 stars 9 forks source link

Potential solution field is missing in check definition #54

Closed MikhailGolubtsov closed 7 years ago

MikhailGolubtsov commented 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.

lmineiro commented 7 years ago

Thanks for reporting it.

mblascoespar commented 7 years ago

team WHOOPS is also having issues because of this.

vetinari commented 7 years ago

fixed by https://github.com/zalando-zmon/zmon-controller/pull/456