We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c75e12 commit faba97aCopy full SHA for faba97a
README.md
@@ -22,7 +22,30 @@ Then add a cronjob with:
22
crontab -e
23
```
24
25
-Last, add the following line:
+Add the following line:
26
27
0 23 * * * /usr/share/zabbix/mysql_zbx_part.pl >/dev/null 2>&1
28
29
+
30
+We also need to install some Perl dependencies with:
31
32
+```
33
+yum install perl-DateTime perl-Sys-Syslog
34
35
36
37
+or on Debian based systems
38
39
+apt-get install libdatetime-perl liblogger-syslog-perl
40
41
42
43
+That's it! You are now done and you have setup MySQL partitioing. We could execute the script manually with:
44
45
+perl /usr/share/zabbix/mysql_zbx_part.pl
46
47
48
+Then we can check and see if it worked with:
49
50
+journalctl -t mysql_zbx_part
51
0 commit comments