Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
zabbix [2024/07/31 16:33] kasandrazabbix [2024/07/31 16:56] (actual) kasandra
Línea 137: Línea 137:
  
     -- intervals in days     -- intervals in days
-    SET @history_interval = 30; +    SET @history_interval = 30; SET @trends_interval = 180;
-    SET @trends_interval = 180;+
          
     DELETE FROM alerts WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60);     DELETE FROM alerts WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60);
Línea 152: Línea 151:
     DELETE FROM trends WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@trends_interval * 24 * 60 * 60);     DELETE FROM trends WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@trends_interval * 24 * 60 * 60);
     DELETE FROM trends_uint WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@trends_interval * 24 * 60 * 60);     DELETE FROM trends_uint WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@trends_interval * 24 * 60 * 60);
- 
- 
  
 ==== 6. Cambiar contraseña en consola ==== ==== 6. Cambiar contraseña en consola ====
Línea 210: Línea 207:
 https:%%//%%itadminguide.com/create-port-monitoring-in-zabbix/\\ https:%%//%%itadminguide.com/create-port-monitoring-in-zabbix/\\
  
 +==== 12. Proxy ====
 +
 +https://www.server-world.info/en/note?os=Ubuntu_22.04&p=zabbix60&f=10
  
 =====  Referencias ===== =====  Referencias =====
Volver arriba