i am trying to modify my nagios a little. At the moment i monitor 60 servers with 340 checks. What i want is to see how many users are logged in in total. I have 9 terminal servers and i really dislike to keep on adding up all active sessions.
Is there a way to take the output from 9 checks and add them up? This could be very handy too if you want to know your cumulative CPU usage over x servers, same with memory.
Thanks for the reply! Well i eventually just pushed all output in a mysql db. Fronm there i just read the last distinct entries and sum that up. Bit of a work around but works quite nice, I see how much memory is in use on all servers at any time and i see how many users are logged on on my terminal servers. It is not much more then a gimmick, but it does look good for passing manager types