From 286d31fb07a7389a9bf2844a277e4fdf37989d38 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Tue, 4 Jul 2023 08:07:09 +0100 Subject: [PATCH] zabbix_server: Add extra configuration Signed-off-by: David Kirwan --- .../zabbix/zabbix_server/templates/zabbix_server.conf.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/zabbix/zabbix_server/templates/zabbix_server.conf.j2 b/roles/zabbix/zabbix_server/templates/zabbix_server.conf.j2 index b641fa5ed6..f25e9f6cd8 100644 --- a/roles/zabbix/zabbix_server/templates/zabbix_server.conf.j2 +++ b/roles/zabbix/zabbix_server/templates/zabbix_server.conf.j2 @@ -990,3 +990,12 @@ StatsAllowedIP=127.0.0.1 # Mandatory: no # Default: # NodeAddress=localhost:10051 + +StartPollers=120 +StartIPMIPollers=2 +StartPreprocessors=10 +StartPollersUnreachable=30 +StartTrappers=240 +StartSNMPTrapper=1 +StartPingers=20 +StartHTTPPollers=10