Tengo todo ya configurado y monitoreado, pero en el momento de dar clic en el ping sobre el servidor que estoy monitoreando sale una ventana con:
I have everything configured and monitored, but when clicking on the ping on the server I get a window monitoring
ERROR: Cannot connect to the trapper port of zabbix server daemon, but it should be available to run the script.

La configuración del archivo zabbix.conf.php corresponde a la siguiente:
The configuration of file zabbix.conf.php is:
$DB['TYPE'] = 'MYSQL';
$DB['SERVER'] = 'localhost';
$DB['PORT'] = '3306';
$DB['DATABASE'] = 'zabbix';
$DB['USER'] = 'zabbix';
$DB['PASSWORD'] = 'xxxxxxxx';
I have everything configured and monitored, but when clicking on the ping on the server I get a window monitoring
ERROR: Cannot connect to the trapper port of zabbix server daemon, but it should be available to run the script.

La configuración del archivo zabbix.conf.php corresponde a la siguiente:
The configuration of file zabbix.conf.php is:
$DB['TYPE'] = 'MYSQL';
$DB['SERVER'] = 'localhost';
$DB['PORT'] = '3306';
$DB['DATABASE'] = 'zabbix';
$DB['USER'] = 'zabbix';
$DB['PASSWORD'] = 'xxxxxxxx';
Comment