monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Monitoring VMWare deamon


From: Alexandre Carlos Vilarinho de Oliveira
Subject: Monitoring VMWare deamon
Date: Fri, 25 May 2012 17:13:40 -0300

Hello all

 

I’m trying to configure monit to monitor vmware daemon, has anyone tried it before?

 

I’m willing to use the following configuration:

 

#VMWARE

check process ssh with pidfile /var/run/vmnet-bridge-0.pid

            group vmware

            start program = "/etc/init.d/vmware start"

            stop program = "/etc/init.d/vmware stop"

 

check process ssh with pidfile /var/run/vmware vmware-hostd.PID

            group vmware

            start program = "/etc/init.d/vmware start"

            stop program = "/etc/init.d/vmware stop"

 

check process ssh with pidfile /var/run/vmware watchdog-webAccess.PID

            group vmware

            start program = "/etc/init.d/vmware start"

            stop program = "/etc/init.d/vmware stop"

 

check file vmware-authdlauncher with path /usr/sbin/vmware-authdlauncher

            group vmware

            if failed checksum then unmonitor

            if failed permission 755 then unmonitor

            if failed uid root then unmonitor

            if failed gid root then unmonitor

 

check file vmware-hostd with path /usr/sbin/vmware-hostd

            group vmware

            if failed checksum then unmonitor

            if failed permission 755 then unmonitor

            if failed uid root then unmonitor

            if failed gid root then unmonitor

 

check file vmnet-bridge with path /usr/bin/vmnet-bridge

            group vmware

            if failed checksum then unmonitor

            if failed permission 755 then unmonitor

            if failed uid root then unmonitor

            if failed gid root then unmonitor

 

 

check file vmware with path /usr/bin/vmware

            group vmware

            if failed checksum then unmonitor

            if failed permission 755 then unmonitor

            if failed uid root then unmonitor

            if failed gid root then unmonitor

 

 

check file vmware-watchdog with path /usr/bin/vmware-watchdog

            group vmware

            if failed checksum then unmonitor

            if failed permission 755 then unmonitor

            if failed uid root then unmonitor

            if failed gid root then unmonitor

 

 

check file vmware-vdiskmanager with path /usr/bin/vmware-vdiskmanager

            group vmware

            if failed checksum then unmonitor

            if failed permission 755 then unmonitor

            if failed uid root then unmonitor

            if failed gid root then unmonitor

 

Does anyone have any other suggestion of configuration?

 

Is possible to use monit to monit the virtual server?

 

Regards


Alexandre Vilarinho

Gerente de Engenharia de Rede IP/TI
Tel.: (55 11) 3017-4683
Cel.: (55 11) 7757-8388
Fax: (55 11) 3017-4464

address@hidden
www.neovia.com.br
----------------------------

 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]