Hello folks,
Here is the trigger function and Item that i have:
Item: host.smtp_perf (simple check every 60 seconds)
Trigger: {host.smtp_perf.min(600)}=0
This is a check for our exchange server SMTP connection. While the exchange server is heavily overworked (we're getting new hardware soon) thus causing the connection to be delayed for 5 seconds or more, i'm getting false alarms as when i check manually by telnetting to port 25, the connection is just delayed. Now this does make sense as the alarm shouldn't be getting thrown until 10 checks are made and failed/timed out. I set up a graph to watch the SMTP Perf check and the graph reports roughly 4.6 on the time scale to the right side of the graph.
So the questions are: How long does the performance check wait for a response? Is it a setting that i can change or add? Is the 4.6 real time in seconds or is it reported differently?
Any suggestions would be greatly apprecitated.
Here is the trigger function and Item that i have:
Item: host.smtp_perf (simple check every 60 seconds)
Trigger: {host.smtp_perf.min(600)}=0
This is a check for our exchange server SMTP connection. While the exchange server is heavily overworked (we're getting new hardware soon) thus causing the connection to be delayed for 5 seconds or more, i'm getting false alarms as when i check manually by telnetting to port 25, the connection is just delayed. Now this does make sense as the alarm shouldn't be getting thrown until 10 checks are made and failed/timed out. I set up a graph to watch the SMTP Perf check and the graph reports roughly 4.6 on the time scale to the right side of the graph.
So the questions are: How long does the performance check wait for a response? Is it a setting that i can change or add? Is the 4.6 real time in seconds or is it reported differently?
Any suggestions would be greatly apprecitated.
Comment