Installazione di Zabbix con Docker: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 July 2023

  • curprev 11:3511:35, 12 July 2023 Gabriele.vivinetto talk contribs 721 bytes +721 Created page with "{{Stub}} * Limitare i binlog a tre giorni, altrimenti occupa troppo spazio: cat env_vars/.MYSQL_ROOT_PASSWORD docker exec -it zabbix-mysql-server-1 bash mysql -u root -p SHOW BINARY LOGS; PURGE BINARY LOGS TO 'binlog.xxxxxx'; * Change automatic default purge expiry from 30days (deafault) to 3days SET GLOBAL binlog_expire_logs_seconds = 259200; SET PERSIST binlog_expire_logs_seconds = 259200; * The above value is in seconds, i.e. 3 days in seconds = (60..."