mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
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.
8 lines
163 B
Text
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
|
|
}
|