I have an odd problem on one (I think only one) server I cannot find.
I send HTML formatted email, and use the API to pull graphs and include them. For reasons unclear periodically a specific graph (basically ping information) takes too long. In an isolated test with a bunch of debug the first graph (one variable) took under a second, but the next (4 variables) took 22 seconds. That run worked, but is close to 30 seconds total which i suspect is the limit.
I am aware that the timeout max for agent checks is hard coded at 30 (and changeable if you use source).
Is that the only way to change the timeout on scripts for notifications, or is there another place I have not found? Or would I have to dig in the source for that?
Linwood