Skip to content

ImportError: No module named zabbix.apiΒ #25

@nikolaev-rd

Description

@nikolaev-rd

To avoid this error

Traceback (most recent call last):
  File "tools/register_st2_config_to_zabbix.py", line 6, in <module>
    from zabbix.api import ZabbixAPI
ImportError: No module named zabbix.api

when execute script

/opt/stackstorm/packs/zabbix/tools/register_st2_config_to_zabbix.py

first you need to install py-zabbix python module:

pip install py-zabbix

Maybe this help somebody, I think it would be usefull to add this steps to Installation section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions