Skip to content

Commit f4b987a

Browse files
richlvlarcorba
authored andcommitted
Typo fixes
1 parent e14b58d commit f4b987a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
Make sure to uncomment the correct lines (see blog post), the default is setup for MySQL 5.6 or MariaDB.
88

9-
Also, see common issue at the bottom of the blog post.
9+
Also, see common issues at the bottom of the blog post.
1010

11-
# Zabbix MySQL partitioning perl script
11+
# Zabbix MySQL partitioning Perl script
1212

1313
Disclaimer: This script isn't made by us, the original author is https://github.com/dotneft and the script was initially (slightly) modified by Rihards Olups. We've added it to Github for ease of access.
1414

@@ -17,7 +17,7 @@ Welcome to the Opensource ICT Solutions GitHub, where you'll find all kinds of u
1717
With the use of MySQL partitioing using fixed History and Trend storage periods for all items we can mitigate this issue and grow our Zabbix database even further.
1818

1919
## How to use the script
20-
Make sure to partition the database first, if you do not know how. Check out this blog post:
20+
Make sure to partition the database first. If you do not know how, check out this blog post:
2121
https://blog.zabbix.com/partitioning-a-zabbix-mysql-database/13531/
2222

2323
Or check out our Zabbix book for a detailed description:
@@ -51,7 +51,7 @@ yum install perl-DateTime perl-Sys-Syslog perl-DBI perl-DBD-mysql
5151
5252
```
5353

54-
If perl-DataTime isn't available on your Centos8 installation make sure to install the powertools repo with:
54+
If perl-DateTime isn't available on your Centos8 installation make sure to install the powertools repo with:
5555
```
5656
yum config-manager --set-enabled powertools
5757
```
@@ -68,7 +68,7 @@ MAKE SURE TO UNCOMMENT THE CORRECT LINES FOR THE VERSION YOU NEED. Check the blo
6868
# MySQL 8.x (NOT MariaDB!)
6969
```
7070

71-
That's it! You are now done and you have setup MySQL partitioing. We could execute the script manually with:
71+
That's it! You are now done and you have setup MySQL partitioning. We could execute the script manually with:
7272
```
7373
perl /usr/share/zabbix/mysql_zbx_part.pl
7474
```

0 commit comments

Comments
 (0)