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:35] – [5.  Borrar informacion vieja] 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);
     DELETE FROM acknowledges WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60);     DELETE FROM acknowledges WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60);
Línea 207: 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