qk4l / zabbix-cachet

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

Not finding childs #47

Closed plagoutte closed 5 years ago

plagoutte commented 5 years ago

Hello,

I have these IT services :

root
| SC001
| | Service 1 (with trigger)
| | Service 2 (with trigger)
| | Service 3 (with trigger)
| | Service 4 (with trigger)

In my config file, I put : root_service: 'SC001' And I get this error when starting the service :

Mar 02 23:30:55 sc002 zabbix-cachet[22807]: 2019-03-02 23:30:55 UTC ERROR: (MainThread) Can not find any child service for "SC001"

Any idea ? Thank you ! :)

plagoutte commented 5 years ago

The services tree mush be like that :

root
| SC001
| | Service 1
| | | Service 1 component (with trigger)
| | Service 2
| | | Service 2 component (with trigger)
| | Service 3
| | | Service 3 component (with trigger)
| | Service 4
| | | Service 4 component (with trigger)

And root_service: ''

qk4l commented 5 years ago

The services tree mush be like that :

Nope. It's incorrect installation. The problem was in user permission #48