diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:40:01 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:40:01 -0400 |
commit | 40b1ecef3c5c3ded774fd8e76867e6fe7a33f355 (patch) | |
tree | 78d9d5d374c068b43a6cba8ef195a5355e6ff1a8 /network | |
parent | 8f1e2af1504a301a4ab0855681a6d87127ff2eff (diff) | |
download | slackbuilds-40b1ecef3c5c3ded774fd8e76867e6fe7a33f355.tar.gz |
network/zabbix_agentd: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network')
-rw-r--r-- | network/zabbix_agentd/README | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/network/zabbix_agentd/README b/network/zabbix_agentd/README index 6f30449868..a3d2d4b286 100644 --- a/network/zabbix_agentd/README +++ b/network/zabbix_agentd/README @@ -1,22 +1,24 @@ zabbix_agentd is the Linux agent daemon used to monitor Linux boxes and send the data to the zabbix server. -Zabbix offers advanced monitoring, alerting and visualization features, -including distributed monitoring, auto-discovery, notifications, etcetera. +Zabbix offers advanced monitoring, alerting and visualization +features, including distributed monitoring, auto-discovery, +notifications, etcetera. -zabbix_agentd needs to run under its own user/group. This has been assigned -to the following by SlackBuilds.org, but feel free to change it on your -system for consistency with local assignments. +zabbix_agentd needs to run under its own user/group. This has been +assigned to the following by SlackBuilds.org, but feel free to change +it on your system for consistency with local assignments. User: zabbixagent UID: 266 GID: 266 group: zabbixagent GID: 266 You can pass alternate values for the user and group using -ZABBIXAGENTUSER and ZABBIXAGENTGROUP variables when running the build script. +ZABBIXAGENTUSER and ZABBIXAGENTGROUP variables when running the build +script. -zabbix_agentd needs another user/group to cooperate with other Zabbix deamons, -like zabbix_server or zabbix_proxy. This has been assigned to the following -by SlackBuilds.org, but feel free to change it on your system for consistency -with local assignments. +zabbix_agentd needs another user/group to cooperate with other Zabbix +deamons, like zabbix_server or zabbix_proxy. This has been assigned to +the following by SlackBuilds.org, but feel free to change it on your +system for consistency with local assignments. User: zabbix UID: 228 GID: 228 group: zabbix GID: 228 |