This is a semi-experimental thing for me.
I have a cluster of over 100 (variable) nodes, and I want to write a monitoring application that would poll all the web nodes every n (eg 1 or 2) seconds, and record their response times.
If the web node is already struggling, I may not want to bring it down by adding more requests. So it would be better if the poller has some intelligence to it.
What language would you choose for such a project? Any open source projects that already do this that I can poke around? Any technical challenges that you can think of?
I am starting to look at Hyperic HQ code, but man, that thing is huge.