You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains Zabbix [Loadable module](https://www.zabbix.com/documentation/3.2/manual/config/items/loadablemodules), which extends functionality of Zabbix Agent/Server/Proxy.
5
+
This directory contains Zabbix `Loadable module`[v3.x-6.x](https://www.zabbix.com/documentation/6.0/en/manual/config/items/loadablemodules) and [v7.x](https://www.zabbix.com/documentation/7.0/en/manual/extensions/loadablemodules?hl=Loadable%2Cmodules), which extends functionality of Zabbix Agent/Server/Proxy.
8
6
9
7
This module add the ability to load PHP interpreter inside Zabbix Server/Proxy/Agent address space.
10
8
11
-
Is based on my precedente work https://www.zabbix.com/forum/showthread.php?t=8305 to add the possibility to call script inside the zabbix engine. At this time I talked with Alexei Vladishev to add the ability to load module ... Now it's done!
9
+
Is based on my precedente work https://www.zabbix.com/forum/showthread.php?t=8305 to add the possibility to call script inside the zabbix engine. At this time I talked with Alexei Vladishev when it's comme to Paris to add the ability to load module ... Now it's done!
12
10
13
11
With that module you can extend functionality of the Zabbix with PHP module at the infinite.
14
12
15
13
# Prerequisite :
16
14
17
-
The **PHP Embed SAPI - libphp[57].so** (tested with v5.6 and v7.4) :
15
+
- Support **PHP Embed SAPI** v5.x and v7.x.
16
+
- Support Zabbix 4.0.x/5.0.x/6.0.x/7.0.x.
17
+
18
+
Has been only tested with Linux Ubuntu 14.04/20.04/24.04 with php5.6 and 7.4..
0 commit comments