Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 6e5cecb

Browse files
committed
Fixed path in Zabbix documentation
1 parent 4211ca2 commit 6e5cecb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/zabbix/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Configure Zabbix Agent
5050
2. Copy Zabbix Agent config::
5151

5252
mkdir -p /etc/zabbix_agentd.conf.d/
53-
cp /var/lib/zabbix/percona/userparameter_percona_mysql.conf /etc/zabbix_agentd.conf.d/userparameter_percona_mysql.conf
53+
cp /var/lib/zabbix/percona/templates/userparameter_percona_mysql.conf /etc/zabbix_agentd.conf.d/userparameter_percona_mysql.conf
5454
5555
3. Ensure /etc/zabbix_agentd.conf contains the line: ``Include=/etc/zabbix_agentd.conf.d/``
5656

@@ -112,7 +112,8 @@ Configure Zabbix Server
112112
3. Import the XML template using Zabbix UI (Configuration -> Templates -> Import)
113113
by additionally choosing "Screens".
114114

115-
4. Edit hosts to assign them "Percona Templates" group and link the template.
115+
4. Create/edit hosts by assigning them "Percona Templates" group and linking the template
116+
"Percona MySQL Server Template" (Templates tab).
116117

117118
You are done.
118119

0 commit comments

Comments
 (0)