From be70afa705259cfc618247357084af6305e0a061 Mon Sep 17 00:00:00 2001
From: Kamil Porembinski <kamil@thecamels.org>
Date: Tue, 13 Oct 2015 09:12:43 +0200
Subject: [PATCH] Small FIXes for main page

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 30bd71e..45e9563 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,12 @@ Zabbix
 ======
 Script and templates for Zabbix 2.2.x. and 2.4.x
 
-- In /bin you will find Bash/Perl/PHP scripts used by some User Parameters (need to be installed on agent)
+- In bin you will find Bash/Perl/PHP scripts used by some User Parameters (need to be installed on agent)
+- In sudoers.d you can find settings for sudo
 - In Templates there are XML files ready to import using Zabbix GUI
-- In zabbix_agentd.conf.d there are custom User Parameters (need to be installed on agent)
+- In zabbix_agentd.conf.d there are custom UserParameter (need to be installed on agent)
 
-Templates was tested on Red Hat 5.x, 6.x and CentOS 5.x, 6.x. Common UserParameter were added to ```zabbix_agentd.conf.d/linux.conf``` file. Please add it to your own Zabbix Agent installation. Sometimes you need to use SUDO for UserParameter. All rules are in file ```sudoers.d/zabbix```.
+Templates was tested on Red Hat 5.x, 6.x and CentOS 5.x, 6.x. Common UserParameter were added to ```zabbix_agentd.conf.d/linux.conf``` file. Please add it to your own Zabbix Agent installation. Sometimes you need to use ```sudo``` for ```UserParameter```. All rules are in file ```sudoers.d/zabbix```.
 
 Please let us know if you have any questions or concerns.
 
-- 
GitLab