Re: Monitoring Desktops

Jan-Henrik Haukeland <[email protected]> Mon, 27 Nov 2023 13:59:59 +0100
Newsgroups gmane.comp.monitoring.monit.general
Message-ID <[email protected]>

> On 24 Nov 2023, at 07:53, Lutz Mader <[email protected]> wrote:
> 
> from my point of view, Monit is the wrong tool to monitor Windows systems.

It depends, if you only need to check if the Windows machine is online and that its network services are responding and working, Monit is perfectly fine for this. In the scenario described in this thread, that should be good enough. BTW the every statement https://mmonit.com/monit/documentation/monit.html#SERVICE-POLL-TIME might be useful in this situation. 

If one needs to monitor the internal state of a Windows machine, then yes, Monit does not work on Windows. (Unless the unix sub-system has access to system resources in which case Monit should be able to run on Windows, but I don’t now and I have never tested this)