Zabbix 2.0.1
I have configured one server as IPMI
Then, created a trigger to query Ambient Temperature
It's working fine, but the logs is being flooded by theses messages:
10593:20120803:170448.974 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
10593:20120803:170504.980 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
10593:20120803:170529.627 resuming IPMI checks on host [myserverVM01]: connection restored
10617:20120803:170620.412 IPMI item [ambient_temp] on host [myserverVM01] failed: first network error, wait for 15 seconds
10593:20120803:170642.660 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
10593:20120803:170658.672 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
10593:20120803:170718.566 resuming IPMI checks on host [myserverVM01]: connection restored
10617:20120803:171026.206 IPMI item [ambient_temp] on host [myserverVM01] failed: first network error, wait for 15 seconds
10593:20120803:171048.649 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
10593:20120803:171104.661 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
I tried to send many queries simultaneously to this server, and sometimes, I get
Get Session Challenge command failed: Node busy
Error: Unable to establish LAN session
Get Device ID command failed
Unable to open SDR for reading
I think it's a normal behavior, the problem is that Zabbix is flooding my server with IPMI query (even though I have just 1 trigger). How do you handle this problem? How to avoid zabbix from quering the host so frequently. I have configure 120s of polling interval. How do I change this retry interval to something greater than 15seconds??
I have configured one server as IPMI
Then, created a trigger to query Ambient Temperature
It's working fine, but the logs is being flooded by theses messages:
10593:20120803:170448.974 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
10593:20120803:170504.980 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
10593:20120803:170529.627 resuming IPMI checks on host [myserverVM01]: connection restored
10617:20120803:170620.412 IPMI item [ambient_temp] on host [myserverVM01] failed: first network error, wait for 15 seconds
10593:20120803:170642.660 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
10593:20120803:170658.672 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
10593:20120803:170718.566 resuming IPMI checks on host [myserverVM01]: connection restored
10617:20120803:171026.206 IPMI item [ambient_temp] on host [myserverVM01] failed: first network error, wait for 15 seconds
10593:20120803:171048.649 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
10593:20120803:171104.661 IPMI item [ambient_temp] on host [myserverVM01] failed: another network error, wait for 15 seconds
I tried to send many queries simultaneously to this server, and sometimes, I get
Get Session Challenge command failed: Node busy
Error: Unable to establish LAN session
Get Device ID command failed
Unable to open SDR for reading
I think it's a normal behavior, the problem is that Zabbix is flooding my server with IPMI query (even though I have just 1 trigger). How do you handle this problem? How to avoid zabbix from quering the host so frequently. I have configure 120s of polling interval. How do I change this retry interval to something greater than 15seconds??
Comment