Here is some information regarding my environment:
- 1000+ Windows servers
- Over half in the same network as my main XI server
- remaining ones are behind different firewalls
- Security is very tight about opening ports(retail PCI evironment)
- I do have mod_gearman workers behind the firewalls
- Scheduled tasks(default NRDS_Win method) are not preferred here
- Prefer passive
- Prefer as much automation as possible (i.e. NRDS Configs in XI)
- All windows servers will by default have C:\ checked and then [ALL other drives] in one other check(Currently like this in my WMI configs)
- All servers will check memory, swap and CPU
- Server-1 will need to monitor some specific services. How would I have it doing that? If using NCPA, then I manually have to modify that server's ncpa config to monitor those services, correct?
- Server-2 will need to run a specific executable plugin that monitors a log file. I can't use the passive checks in NCPA(because everything has to be API, right?), so this server would need NRDS and I could then use NRDS in XI to manage that config, but can I get NCPA to run the NRDS so I don't have to use scheduled tasks?
Thanks!
EDIT: Updated a typo and added some text