zabbix-module-python icon indicating copy to clipboard operation
zabbix-module-python copied to clipboard

Embedded Python interpreter module for Zabbix

Results 8 zabbix-module-python issues
Sort by recently updated
recently updated
newest added

I'm seeing log messages behind my log level in Zabbix logs. For example I see a lot of messages about unmarshalling (LOG_LEVEL_DEBUG) when I'am in warning level. Is this a...

Docker Image based on Zabbix Agent/Server/Proxy on Ubuntu github.com: https://github.com/zabbix/zabbix-docker/tree/3.4/proxy-sqlite3/ubuntu image source: zabbix/zabbix-proxy-sqlite3:ubuntu-3.4-latest

enhancement

Docker Image based on Zabbix Agent/Server/Proxy on Alpine github.com: https://github.com/zabbix/zabbix-docker/tree/3.4/proxy-sqlite3/alpine image source: zabbix/zabbix-proxy-sqlite3:alpine-3.4-latest

enhancement

Docker Image based on Zabbix Agent/Server/Proxy on CentOS github.com: https://github.com/zabbix/zabbix-docker/tree/3.4/proxy-sqlite3/centos image source: zabbix/zabbix-proxy-sqlite3:centos-3.4-latest

enhancement

Providing hub.docker.com autobuilds to fetch the docker images under the one and only correct image name: cavaliercoder/zmp:xxx

enhancement

In times of docker an easy build method would be great ... ;-)

I receive the following error when my python module attempts to import ssl. zabbix_agentd [1890]: Error: error calling zabbix_module.zbx_module_init zabbix_agentd [1890]: Error: /usr/lib/python3.4/lib-dynload/_ssl.cpython-34m-x86_64-linux-gnu.so: undefined symbol: PyExc_OSError zabbix_agentd [1890]: Error: failed...

Is it possible to implement the `zbx_module_history_write_cbs` method ? This will allow use of python to store Zabbix metrics in an other time series database.