Re: [Nagios-users] search box returning no results

2011-07-11 Thread Claudio Kuenzler
What happens if you type just an asterisk (*) ? Then check in your apache access logs. in my case the following entry appeared (status.cgi was used): 10.0.0.1 - nagiosadmin [11/Jul/2011:17:27:45 +0200] "GET /nagios/cgi-bin/status.cgi?navbarsearch=1&host=* HTTP/1.1" 200 1549007 " https://nagios.loc

Re: [Nagios-users] Macro values don't seem to be consistent

2011-07-11 Thread Claudio Kuenzler
This particular one: define service{ use normal-service-trading host_name server14 service_description Service Check check_command check_nrpe!proxy_bs_connections } So there's no alias entry either. It's the

Re: [Nagios-users] Macro values don't seem to be consistent

2011-07-11 Thread Terry Carmen
Quoting Claudio Kuenzler : > Hello, > > Since today I have almost the same problem as Jim. > The $HOSTALIAS$ macro works fine for all the checks, except one host alias > is wrong. I got aware of it today. > > Same version as Jim's, 3.2.3, compiled from source as well. > > Host config: > > define h

Re: [Nagios-users] Macro values don't seem to be consistent

2011-07-11 Thread Claudio Kuenzler
Hello, Since today I have almost the same problem as Jim. The $HOSTALIAS$ macro works fine for all the checks, except one host alias is wrong. I got aware of it today. Same version as Jim's, 3.2.3, compiled from source as well. Host config: define host{ use linux-pla

Re: [Nagios-users] check_interval or normal_check_interval ?

2011-07-11 Thread Paul M. Dubuc
Malcolm Cowe wrote: > Hello All, > > I have a quick question arising from a discrepancy between the Nagios 3 > documentation and the service templates supplied with the distribution. > When defining services, should one use "check_interval" or > "normal_check_interval"? I'm currently using Nagios 3

Re: [Nagios-users] Antwort: Re: Redundant network monitoring

2011-07-11 Thread ranjib dey
you can use adaptive monitoring too, where state change in one of the check (the first ip check) will trigger further checks (second ip check); You can chart the performance data by enabled process_performance_data and related configuration and then using nagiosgraph or pnpgraph . Optionally if you

[Nagios-users] Antwort: Re: Redundant network monitoring

2011-07-11 Thread Radu . Popa
Hello and thank your for your answer! The plugin should be really good for any service, but what about graphing the perf data? Let's take the following example: 1 server has two IPs: 192.168.1.1 and 192.168.2.1 I would like to monitor the CPU load via wmi queries on the machine. I would like

Re: [Nagios-users] Redundant network monitoring

2011-07-11 Thread Carlos de Santa-Ana Garcia
http://www.nagios.org/news/77-news-announcements/272-nagios-business-process-intelligence-addon Greets. El 11/07/2011 8:36, radu.p...@technomatic.de escribió: Hello, I have the following setup: Nagios server monitoring a few servers on a redundant network. Each system has two NICs, so two I

Re: [Nagios-users] Check_WMI

2011-07-11 Thread nag ios
It worked when i changed it and in the service definition i have added check_command check_wmi!checkcpu!70!80! and when i'm checking the service its showing the error as Error:Service Status Not Found! but On Mon, Jul 11, 2011 at 12:31 PM, David Wilkinson < nagios-us...@noroutetohos

[Nagios-users] Antwort: Re: Antwort: Check_WMI

2011-07-11 Thread Radu . Popa
Please list your local-service template, Probably in templates.cfg... And the definition of your localhost ( I need to see the IP of it). Von:nag ios An: Nagios Users List Datum: 07/11/2011 10:21 AM Betreff:Re: [Nagios-users] Antwort: Check_WMI This is the service in loca

Re: [Nagios-users] Antwort: Check_WMI

2011-07-11 Thread nag ios
This is the service in localhost.cfg file define service{ use local-service host_name localhost service_description checkcpu check_command check_wmi!checkcpu!c!70!80 } And i'm checking the windows host details do i need to add this is windows.cfg

[Nagios-users] Antwort: Check_WMI

2011-07-11 Thread Radu . Popa
Please post your localhost and local-service definitions. If localhost is the linux host then you have no chance getting the wmi info. Von:nag ios An: Nagios Users List Datum: 07/11/2011 09:46 AM Betreff:[Nagios-users] Check_WMI Hi this is krishna,

Re: [Nagios-users] Check_WMI

2011-07-11 Thread Axel Rosenski
On Montag, 11. Jul. 11 08:44:56 nag ios wrote: > define service{ > use local-service > host_name localhost > service_description checkcpu > check_command check_wmi!checkcpu!c!70!80 > } > > define command{ > command_name check_wmi >

Re: [Nagios-users] Check_WMI

2011-07-11 Thread David Wilkinson
On 11/07/11 07:44, nag ios wrote: In the command.cfg file i have added the following lines define command{ command_name check_wmi command_line$USER1$/check_wmi.pl -H hostname -u domainname/user -p password -w $ARG1$ -c $ARG2$ } Hi Try