Skip to content

omni-lchen/zabbix-patches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

zabbix-patches

  • html_entitiy_decode: add htmlentitydecode function in post fields of an HTTP test, such as {{macro}.htmlentitydecode()}, it is like urlencode in zabbix web monitoring, tested in zabbix 3.4.x

Notes: You need to recompile the zabbix source and replace current zabbix proxy or zabbix server bin file with compiled version.

Example command lines to recompile zabbix server or proxy using mysql database

./configure --prefix=/tmp/zabbix --enable-server --with-mysql --with-net-snmp --with-ssh2 --with-unixodbc --with-libcurl --with-libxml2 --with-openssl
./configure --prefix=/tmp/zabbix --enable-proxy --with-mysql --with-net-snmp --with-ssh2 --with-unixodbc --with-libcurl --with-libxml2 --with-openssl

Example command lines to recompile zabbix server or proxy using postgres database

./configure --prefix=/tmp/zabbix --enable-server --with-postgresql --with-net-snmp --with-ssh2 --with-unixodbc --with-libcurl --with-libxml2 --with-openssl
./configure --prefix=/tmp/zabbix --enable-proxy --with-postgresql --with-net-snmp --with-ssh2 --with-unixodbc --with-libcurl --with-libxml2 --with-openssl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published