On Wed, 21 Jan 2015, Wade Lich wrote:
I have a situation where two entities need to monitor servers independent from each other. Is it possible to have one agent report to multiple servers or run multiple agents on a single server pointing at different servers? If so, could you please point me in the direction of enlightenment?
You can't have one agent report to multiple servers, but you should be able to run multiple agents. You need to have them read separate config files, which may require compiling two different agents so that they default to looking different places for the config (there is probably a command-line flag for which config to use, but there is enough stuff hard-coded that you are probably better off having two installs that use different directories)
David Lang