zalando / zmon

Real-time monitoring of critical metrics & KPIs via elegant dashboards, Grafana3 visualizations & more
https://demo.zmon.io/
Other
359 stars 48 forks source link

Zmon for python client #50

Open soghbatalab opened 4 years ago

soghbatalab commented 4 years ago

Hi, when I want to set my Zmon locally up, I get the problem by from zmon_cli.client import Zmon, the No module named zmon_cli.client . I searched, can not find this file anywhere.

Regards

mohabusama commented 4 years ago

You need to install zmon-cli: https://github.com/zalando-zmon/zmon-cli

pip3 install --upgrade zmon-cli

soghbatalab commented 4 years ago

well I have done that, even reinstalled it several times. It still doesnt work.