Added mysql::server::report class which creates daily reports of MySQL status.
This commit is contained in:
parent
03d18b2d4c
commit
27a0bab6e8
2 changed files with 32 additions and 0 deletions
4
mysql/files/mysql-report.cron
Normal file
4
mysql/files/mysql-report.cron
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
mysqlreport > /var/log/mysql-report/`date +%Y-%m-%d`
|
||||
tmpwatch 720 /var/log/mysql-report
|
Loading…
Add table
Add a link
Reference in a new issue