qk4l / zabbix-cachet

Python script which sync Zabbix IT Services with Cachet
MIT License
80 stars 32 forks source link

ERROR: (MainThread) Can not find any child service for "" #37

Closed titansmc closed 6 years ago

titansmc commented 6 years ago

Hi, I am running cachet in docker and I get the following error:

[root@projects zabbix-cachet]# docker run --name zabbix-cachet -v /root/docker/zabbix-cachet/config.yml:/config.yml qk4l/zabbix-cachet
2018-06-06 08:04:41  INFO: (MainThread) Zabbix Cachet v.1.3.5 started
2018-06-06 08:04:41  INFO: (MainThread) JSON-RPC Server Endpoint: http://montest.example.com/zabbix/api_jsonrpc.php
2018-06-06 08:04:41  INFO: (MainThread) Zabbix ver: 3.0.2. Cachet ver: 2.5.0-dev
2018-06-06 08:04:41  ERROR: (MainThread) Can not find any child service for ""
2018-06-06 08:04:41  ERROR: (MainThread) Sorry, can not create Zabbix <> Cachet mapping for you. Please check above errors

Any idea what I am doing wrong?

titansmc commented 6 years ago

Might this be because I didn't have any IT service registered in the Zabbix server?

titansmc commented 6 years ago

I've just created a IT Service and it worked.