1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/zabbix/zabbix-agent2.initd
Kevin Daudt cc818f3748 community/zabbix: enable zabbix-agent2
This is a new agent written in go.

A patch is necessary to build for ppc64le and s390x. x86 is not working
yet, so the agent is not there.
2019-10-26 18:39:52 +00:00

8 lines
163 B
Text

#!/sbin/openrc-run
command=/usr/sbin/zabbix_agent2
supervisor="supervise-daemon"
pre_start() {
checkpath --directory --owner zabbix:zabbix /var/log/zabbix
}