Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| zabbix [2024/07/31 16:29] – kasandra | zabbix [2024/07/31 16:56] (actual) – kasandra | ||
|---|---|---|---|
| Línea 136: | Línea 136: | ||
| ==== 5. Borrar informacion vieja ==== | ==== 5. Borrar informacion vieja ==== | ||
| - | -- 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); | + | DELETE FROM events WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); |
| - | DELETE FROM events WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); | + | |
| - | + | DELETE FROM history WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); | |
| - | DELETE FROM history WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); | + | DELETE FROM history_uint WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); |
| - | DELETE FROM history_uint WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); | + | DELETE FROM history_str WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); |
| - | DELETE FROM history_str WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); | + | DELETE FROM history_text WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); |
| - | DELETE FROM history_text WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); | + | DELETE FROM history_log WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_interval * 24 * 60 * 60); |
| - | DELETE FROM history_log WHERE (UNIX_TIMESTAMP(NOW()) - clock) > (@history_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 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 186: | Línea 183: | ||
| ==== 8. Cambiar a Español ==== | ==== 8. Cambiar a Español ==== | ||
| - | [[sospedia.net/ | + | [[sospedia.net/ |
| - | Zabbix – Cambiar idioma de tu servidor Zabbix al español – sospedia | + | |
| Línea 193: | Línea 190: | ||
| ==== 9 Multitenant ==== | ==== 9 Multitenant ==== | ||
| - | \\ | + | |
| - | [[https:// | + | [[https:// |
| - | \\ | + | |
| - | [[https:// | + | [[https:// |
| Línea 210: | Línea 207: | ||
| https: | https: | ||
| + | ==== 12. Proxy ==== | ||
| + | |||
| + | https:// | ||
| ===== Referencias ===== | ===== Referencias ===== | ||
| Línea 218: | Línea 218: | ||
| - | ---- | ||
| - | |||
| - | __**Advertencia**__ | ||
| - | |||
| - | Este documento es privado y es de u so exclusivo de sus autores y de SKINA TECH. Cualquier uso sin una autorización escrita es contra la ley de derechos de autor y de propiedad intelectual, | ||
| - | |||
| - | |||
| - | ---- | ||
| - | |||
| - | ============================================================== | ||
| - | |||
| - | 15-Marzo-2006 J.E.Gomez v1.0 Primera version | ||