ERROR de prueba de velocidad: No hay servidores coincidentes: 4510 /* (4510 es el ID del servidor) */

ERROR de prueba de velocidad: No hay servidores coincidentes: 4510 /* (4510 es el ID del servidor) */

Quiero obtener el estado de prueba de velocidad en Zabbix Server, así que después del archivo Léame de "Zabbix Speedtest" mencionado en el sitio web de Zabbixhttps://git.cdp.li/polcape/zabbix/tree/master/zabbix-speedtest

Aquí están las instrucciones de instalación:

1- Instale speedtest-cli (pip install speedtest-cli) y jq (yum install jq) 2- Copie speedtest.sh a /etc/zabbix/script y hágalo ejecutable: chmod +x /etc/zabbix/script/speedtest .sh

3- Alternativa 1: Instalar el servicio y el temporizador systemd: cp speedtest.service speedtest.timer /etc/systemd/system e iniciar y habilitar el temporizador: systemctl enable --now speedtest.timer

4 - Alternativa 2: use el crontab copiando speedtest.cron a /etc/cron.d

5 - Importe la configuración de zabbix-agent: cp speedtest.conf /etc/zabbix/zabbix_agentd.conf.d/

6- Reiniciar zabbix-agent: systemctl reiniciar zabbix-agent

7 -Importa template_speedtest.xml en tu servidor Zabbix

y ejecutando el servicio obtuve:

ingrese la descripción de la imagen aquí

Recibí el error:

No matched servers: 4510

información relacionada