Page 1 of 1

Nagios XI windows monitoring through WMI WITHOUT plugin

Posted: Mon Apr 15, 2019 8:01 am
by Kush
Nagios XI windows monitoring through WMI WITHOUT plugin. Is that possible? I know it can be monitored with plugin. Can it also be done without plugin using WMI. We do so in other monitoring tools like ManageEngine Opmanager. Was wondering if the same is possible in Nagios XI?

Re: Nagios XI windows monitoring through WMI WITHOUT plugin

Posted: Mon Apr 15, 2019 9:23 am
by mcapra
Nagios checks results are retrieved either actively or passively.

Active checks are tied to some specific command/plugin execution. Passive checks are not.

So yes, you could perform WMI monitoring without a specific "plugin" passively. You can leverage an agent like NCPA or NSClient++ to perform the checks on the remote machine, then ship them back to Nagios.

But if you want to perform any sort of monitoring of WMI, a client of some form is going to be involved to handle the WMI communications and translate those into Nagios check results. I would imagine Opmanager has this exact same restriction, though their client may be embedded in the code itself.

Re: Nagios XI windows monitoring through WMI WITHOUT plugin

Posted: Mon Apr 15, 2019 11:35 am
by benjaminsmith
Thanks @mcapra!

If you have any other questions, just let us know.

Re: Nagios XI windows monitoring through WMI WITHOUT plugin

Posted: Mon Apr 22, 2019 2:57 pm
by Kush
Thanks all for their time and input. I greatly appreciate it. I think the thread can be locked.

Re: Nagios XI windows monitoring through WMI WITHOUT plugin

Posted: Mon Apr 22, 2019 3:23 pm
by benjaminsmith
Hi Kush,
Thanks all for their time and input. I greatly appreciate it. I think the thread can be locked.
Great. Closing.

Thank you for using the Nagios Support Forum.