summaryrefslogtreecommitdiff
path: root/net-analyzer/zabbix/zabbix-5.0.13.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/zabbix/zabbix-5.0.13.ebuild')
-rw-r--r--net-analyzer/zabbix/zabbix-5.0.13.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-analyzer/zabbix/zabbix-5.0.13.ebuild b/net-analyzer/zabbix/zabbix-5.0.13.ebuild
index b921c70a4e01..eba63f9a9e55 100644
--- a/net-analyzer/zabbix/zabbix-5.0.13.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.0.13.ebuild
@@ -557,6 +557,8 @@ pkg_postinst() {
fi
if use server; then
+ tmpfiles_process zabbix-server.conf
+
elog
elog "For distributed monitoring you have to run:"
elog
@@ -567,6 +569,18 @@ pkg_postinst() {
elog
fi
+ if use proxy; then
+ tmpfiles_process zabbix-proxy.conf
+ fi
+
+ if use agent; then
+ tmpfiles_process zabbix-agentd.conf
+ fi
+
+ if use agent2; then
+ tmpfiles_process zabbix-agent2.conf
+ fi
+
elog "--"
elog
elog "You may need to add these lines to /etc/services:"