I’m completely new to monitoring, so I’m sorry in advance if this is a basic question. I have a setup with a central Icinga installation on one master node and a bunch of different nodes that I’m trying to monitor. I had no trouble setting up ping checks, I also have some SNMP checks running. I would love to execute some more ‘advanced’ checks, via the scripts in the plugins dir. However, whenever I try to set-up something like that, the check just runs locally on the master node, instead of being executed on the node I wish to monitor. Is there anything specific I need to set in the configuration to make this possible? Is this even actually possible without installing Icinga on the monitored node?
Linux machines can be directly monitored running checks via [ssh], however, based on our experience I’d recommend this only for machines for which icinga doesn’t provide an agent or you’re not allowed to install the agent. For Windows it’s almost impossible to run checks remotely.
Pretty much easier and even best practice is to configure distributed monitoring. However, its learning curve is very steep. Hence, I’d recommend to practice and get familiar with the concept first. I’d even recommend a consultant If you or your company could afford.