summaryrefslogtreecommitdiffstats
path: root/network/zabbix_agentd/README
blob: cc7fdd2f1c36c2a4ecff01fda0c05c70b495573f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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_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.

zabbix_agentd uses group zabbix to write log file
  (if you also have zabbix_server installed, it uses the same directory
  for log file)
  group:  zabbix                            GID: 228


For some important post-build and basic configuration instructions,
see the included README.SLACKWARE file.