VMWare Services and Processes check

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mwasc
Posts: 9
Joined: Fri Jan 23, 2015 8:06 am

VMWare Services and Processes check

Post by mwasc »

Hey Guys,

we are using the check_esx3 vmware plugin to monitor our virtual machines. Now we see Memory, Network, CPU ...

Is there any possibility to monitor some processes or services of the virtual machines, like "spoolsv.exe"?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: VMWare Services and Processes check

Post by lmiltchev »

You can monitor the services, for example:

Code: Select all

[root@testbox libexec]# /usr/local/nagios/libexec/check_esx3.pl -H "x.x.x.x" -f "/usr/local/nagiosxi/etc/components/vmware/x.x.x.x_auth.txt" -l "SERVICE"
ESX3 OK - services : DCUI (up), TSM (down), TSM-SSH (up), lbtd (up), lsassd (down), lwiod (down), netlogond (down), ntpd (up), sfcbd-watchdog (up), vpxa (up)
If you need to specify a single service, you can use a sub-command:

Code: Select all

[root@testbox libexec]# /usr/local/nagios/libexec/check_esx3.pl -H "x.x.x.x" -f "/usr/local/nagiosxi/etc/components/vmware/x.x.x.x_auth.txt" -l "SERVICE" -s ntpd
ESX3 OK - All services are in their apropriate state.
Be sure to check out our Knowledgebase for helpful articles and solutions!
mwasc
Posts: 9
Joined: Fri Jan 23, 2015 8:06 am

Re: VMWare Services and Processes check

Post by mwasc »

Thank you, but thats not what I'm looking for.

I'm looking for a function, like this one:
Image

Is there any possibility to monitor Services and Processes for a virtual Windows Server by using the VMWare-Plugin?
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: VMWare Services and Processes check

Post by tgriep »

The VMWare plugin doesn't have the capability to monitor services on a Windows Host.
You would have to use the Windows Server monitoring wizard to do that.
Be sure to check out our Knowledgebase for helpful articles and solutions!
mwasc
Posts: 9
Joined: Fri Jan 23, 2015 8:06 am

Re: VMWare Services and Processes check

Post by mwasc »

OK,

Thank You
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: VMWare Services and Processes check

Post by tmcdonald »

Are we all set to close this up?
Former Nagios employee
Locked