WP Manifestindependent plugin directory
manifest / integrations / wp-zabbix

WordPress Zabbix Monitoring Client

Zabbix client for WordPress.

by Sven Wappler · github.com/wapplersystems/wp-zabbix · website

12stars
6forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wapplersystems/wp-zabbix/archive/refs/heads/master.zip

From the readme

wp-zabbix Zabbix client for WordPress by Sven Wappler What does it do? This plugin provides a REST API endpoint for the Zabbix monitoring system. Installation 1. Install the wp-zabbix plugin. 2. Define a key in your wp-config.php file. For example: define('WPZABBIXKEY', 'eoij4r93440frexampler0rugt0rug0tru'); Please use a long key for best security. 3. Import the zabbix template from wp-zabbix/template/wordpress.xml 4. Create a host in zabbix 5. Add a macro to this host called: {$WORDPRESSCLIENTKEY} with the value of your generated key

Read the full README on GitHub →