qk4l / zabbix-cachet

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

Does this need install with same machine? #31

Closed kozora closed 6 years ago

kozora commented 6 years ago

does zabbix-cachet need install on Zabbix-server machine?

qk4l commented 6 years ago

No. Zabbix-cachet uses Api through http/https protocol to communicate with Zabbix and Cachet.

On Wed, Feb 7, 2018, 6:39 AM kozora notifications@github.com wrote:

does zabbix-cachet need install on Zabbix-server machine?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/qk4l/zabbix-cachet/issues/31, or mute the thread https://github.com/notifications/unsubscribe-auth/AIAVS_2hBpVGSYGhwazgrZEEjJKj65UNks5tSRrTgaJpZM4R8GGI .

-- Best regards, Artyom

kozora commented 6 years ago

thanks. and I have a new problem,when I create IT service on Zabbix, then Cachet create two Components, but I just create one child of IT Service

QQ截图20180207162144.png QQ截图20180207162243.png QQ截图20180207162250.png

qk4l commented 6 years ago

It's difficult to say something without debug logs.

Could you try follow: Create separate IT Service under root (ex. Cachet). Point root_service in config.yml to that service. Create childs services that would be present in Cachet.

The idea is to use separate "root" service with name. Not a "/" one.

Let me know if that will helps you. Thanks!

On Wed, Feb 7, 2018, 11:24 AM kozora notifications@github.com wrote:

thanks. and I have a new problem,when I create IT service on Zabbix, then Cachet create two Components, but I just create one child of IT Service

[image: QQ截图20180207162144.png] https://camo.githubusercontent.com/af3e8e0468108b12e4d79656b49225cc45931bed/68747470733a2f2f692e6c6f6c692e6e65742f323031382f30322f30372f356137616237383533346135382e706e67 [image: QQ截图20180207162243.png] https://camo.githubusercontent.com/160a7747df32a75d4afad49a7f1b0f2f413d5e0a/68747470733a2f2f692e6c6f6c692e6e65742f323031382f30322f30372f356137616237383533643133302e706e67 [image: QQ截图20180207162250.png] https://camo.githubusercontent.com/bc21dc25d593381a55408506c182843c5eb9581a/68747470733a2f2f692e6c6f6c692e6e65742f323031382f30322f30372f356137616237383533646239642e706e67

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/qk4l/zabbix-cachet/issues/31#issuecomment-363692382, or mute the thread https://github.com/notifications/unsubscribe-auth/AIAVS2sk5rRsl0g-z6CsnsxdjHqq-ouzks5tSV2kgaJpZM4R8GGI .

-- Best regards, Artyom

kozora commented 6 years ago

its useful!