[net-analyzer/zabbix] bump to 4.2.1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- zabbix-4.0.1/configure 2018-10-29 10:36:05.000000000 -0700
|
||||
+++ zfx/configure 2018-11-07 16:59:28.015968345 -0800
|
||||
@@ -12510,7 +12510,7 @@
|
||||
CURL_SSL_CERT_LOCATION="${datadir}/zabbix/ssl/certs"
|
||||
CURL_SSL_KEY_LOCATION="${datadir}/zabbix/ssl/keys"
|
||||
|
||||
-LOAD_MODULE_PATH="${libdir}/modules"
|
||||
+LOAD_MODULE_PATH="${libdir}/zabbix"
|
||||
|
||||
|
||||
|
||||
14
net-analyzer/zabbix/files/zabbix-agentd.service
Normal file
14
net-analyzer/zabbix/files/zabbix-agentd.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Zabbix agent daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
User=zabbix
|
||||
Group=zabbix
|
||||
ExecStart=/usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
|
||||
PIDFile=/run/zabbix/zabbix_agentd.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
1
net-analyzer/zabbix/files/zabbix-agentd.tmpfiles
Normal file
1
net-analyzer/zabbix/files/zabbix-agentd.tmpfiles
Normal file
@@ -0,0 +1 @@
|
||||
d /run/zabbix 0755 zabbix zabbix -
|
||||
14
net-analyzer/zabbix/files/zabbix-proxy.service
Normal file
14
net-analyzer/zabbix/files/zabbix-proxy.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Zabbix proxy
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
User=zabbix
|
||||
Group=zabbix
|
||||
ExecStart=/usr/sbin/zabbix_proxy -c /etc/zabbix/zabbix_proxy.conf
|
||||
PIDFile=/run/zabbix/zabbix_proxy.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
1
net-analyzer/zabbix/files/zabbix-proxy.tmpfiles
Normal file
1
net-analyzer/zabbix/files/zabbix-proxy.tmpfiles
Normal file
@@ -0,0 +1 @@
|
||||
d /run/zabbix 0755 zabbix zabbix -
|
||||
14
net-analyzer/zabbix/files/zabbix-server.service
Normal file
14
net-analyzer/zabbix/files/zabbix-server.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Zabbix server
|
||||
After=syslog.target network.target postgresql.service
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
User=zabbix
|
||||
Group=zabbix
|
||||
ExecStart=/usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
|
||||
PIDFile=/run/zabbix/zabbix_server.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
1
net-analyzer/zabbix/files/zabbix-server.tmpfiles
Normal file
1
net-analyzer/zabbix/files/zabbix-server.tmpfiles
Normal file
@@ -0,0 +1 @@
|
||||
d /run/zabbix 0755 zabbix zabbix -
|
||||
Reference in New Issue
Block a user