summaryrefslogtreecommitdiffstats
path: root/network/zabbix_agentd/README.SLACKWARE
diff options
context:
space:
mode:
author zux <zux@pie-dabas.net>2018-10-01 22:55:55 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-10-06 07:25:16 +0700
commit9e566e74ec577e2cf1cf2dd265665676e348a9cb (patch)
treeb6718a4e9d9d9417c26614f692465a1a56e40030 /network/zabbix_agentd/README.SLACKWARE
parenta737bdca73256d3b82247b2c771953efc3f82a6f (diff)
downloadslackbuilds-9e566e74ec577e2cf1cf2dd265665676e348a9cb.tar.gz
slackbuilds-9e566e74ec577e2cf1cf2dd265665676e348a9cb.tar.xz
network/zabbix_agentd: Updated for version 3.4.14 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/zabbix_agentd/README.SLACKWARE')
-rw-r--r--network/zabbix_agentd/README.SLACKWARE8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/zabbix_agentd/README.SLACKWARE b/network/zabbix_agentd/README.SLACKWARE
index 2cb90f2c9f..a41c2ef1e2 100644
--- a/network/zabbix_agentd/README.SLACKWARE
+++ b/network/zabbix_agentd/README.SLACKWARE
@@ -13,7 +13,7 @@ Before running the zabbix_agentd.SlackBuild script, you will need to create
the 'zabbix' user and group as well as 'zabbixagent' user. The script won't
run if these do not exist.
-The suggested UID and GID is 228 for 'zabbix' and 266 for 'zabbixagent',
+The suggested UID and GID is 228 for 'zabbix' and 266 for 'zabbixagent',
but you can change this as needed:
# groupadd -g 228 zabbix
@@ -35,7 +35,7 @@ At least the following lines need to be configured:
2.1) Automatic startup and shutdown
-If you want to start zabbix_agentd on system bootup, include these lines in
+If you want to start zabbix_agentd on system bootup, include these lines in
your /etc/rc.d/rc.local:
# Start zabbix_agentd
@@ -44,7 +44,7 @@ your /etc/rc.d/rc.local:
/etc/rc.d/rc.zabbix_agentd start
fi
-To guarantee a clean shutdown of zabbix_agentd, include this in
+To guarantee a clean shutdown of zabbix_agentd, include this in
/etc/rc.d/rc.local_shutdown:
# Stop zabbix_agentd
@@ -55,7 +55,7 @@ To guarantee a clean shutdown of zabbix_agentd, include this in
2.2) Make /etc/rc.d/rc.zabbix_agentd executable
-Additionally, you'll have to set the rc script to be executable just like
+Additionally, you'll have to set the rc script to be executable just like
any other Slackware rc script:
# chmod +x /etc/rc.d/rc.zabbix_agentd