Hi,
I have a nagios script written in perl that checks a service using UDP communication. It can check the service on a Windows or Linux host and there is no need to upload the script via SSH. It should simply execute from the solarwinds server with the host name of the server to check passed in as a script argument. This seems very simple but I cannot find a solarwinds monitor that can do it. The Linux and Nagios script monitors all try to upload a script via SSH which is unnecessarily limiting. It also means Windows servers cannot be monitored with a Nagios script. Is there any solution to simply run some script directly from the SolarWinds server while passing in the host name of a remote host to monitor? This is the basic functionality of Nagios and it seems odd to me SolarWinds APM, for the price it costs, cannot do this.
Thanks