Dear all,
I have a working installation of Nagios + PNP 4 Nagios. How can I monitor
and graph the usage of CPU on a windows machine for one or more processes?
I have triedm but without too much luck by using check_wmi: I get the
information, but not as performance data so I can graph it.
Thank
t; 239-949-4450 x6628
>
>
> -Original Message-
> From: Izz Abdullah [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 05, 2008 2:38 AM
> To: Chris Lee; nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Monitor windows process
>
> Dear Chris,
> Thi
Subject: Re: [Nagios-users] Monitor windows process
Dear Chris,
This is 'out-of-the-box' if you use check_nt (NTClient++). Please look
at the documentation...
HINT:
define service{
use generic-service
host_name PC1,PC2,PC3
service_d
SHOWALL -l java.exe
>}
>
> Regards,
> Izz
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> Sent: Wed, 5 Nov 2008 15:12:05 +0800
>> To: nagios-users@lists.sourceforge.net
>> Subject: [Nagios-users] Monitor windows process
>>
>> D
5
retry_interval 3
check_command check_nt!PROCSTATE!-d SHOWALL -l java.exe
}
Regards,
Izz
> -Original Message-
> From: [EMAIL PROTECTED]
> Sent: Wed, 5 Nov 2008 15:12:05 +0800
> To: nagios-users@lists.sourceforge.net
> Subjec
Dear All,
I would like to use nagios to monitor a windows process, eg. java.exe.
If the process is there, then nagios 's status is OK. If the process
is not there, nagios will then send out "Critical" status. Is there
any existing plugin that can help me do this job?
Thanks a lot,
-- Chris