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

Fix behavior when no config file is present #1

Closed nabcos closed 9 years ago

nabcos commented 9 years ago

When no config file is present, the current version will fail later because there is no config data available. The original intention seems to be to stop processing and warn (reflected in the message).

This change will raise that error when no file is present as well.