[Nagios-users] Problem in configuring NSClient ++

2009-05-12 Thread Sundar V S
Hi, I configured NSClient on Windows server, as menitoned in Nagios 
Documentation. Now, when i restarted the Nagios service on my Nagios Server, i 
gave me the following error,Stopping nagios: No lock file found in 
/usr/local/nagios/var/nagios.lockWhen i started the nagios service it 
gave,Starting nagios:CONFIG ERROR! Start aborted. Check your Nagios 
configuration.I tried to verify the nagios configuration it gave me the below 
error.Nagios 3.0.6Copyright (c) 19992008 Ethan Galstad 
(http://www.nagios.org)Last Modified: 12012008 License: GPLReading 
configuration data... Error: Template 'windowsserver' specified in host 
definition could not be not found (config file 
'/usr/local/nagios/etc/objects/windows.cfg', starting on line 25)*** One or 
more problems was encountered while processing the config files...Check your 
configuration file(s) to ensure that they contain valid directives and data 
defintions. If you are upgrading from a previous version of Nagios, you should 
be aware t
 hat some variables/definitions may have been removed or modified in this 
version. Make sure to read the HTML documentation regarding the config files, 
as well as the 'Whats New' section to find out what has changed. Can anyone 
guide me whats going wrong in my configuration. I followed all the steps 
mentioned in NSCLient++ site. I want to montior my Windows Server 
(10.180.117.172) on my Nagios Server (10.180.117.171) having OS RHEL 4. Please 
help.Dear nagiosusers! Get Yourself a cool, short @in.com Email ID now!
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Problem in configuring NSClient ++

2009-05-12 Thread Christopher McAtackney
2009/5/12 Sundar V S sunnywa...@in.com:
 Hi,

 I configured NSClient on Windows server, as menitoned in Nagios
 Documentation. Now, when i restarted the Nagios service on my Nagios Server,
 i gave me the following error,
 Stopping nagios: No lock file found in /usr/local/nagios/var/nagios.lock

 When i started the nagios service it gave,
 Starting nagios:CONFIG ERROR! Start aborted. Check your Nagios
 configuration.

 I tried to verify the nagios configuration it gave me the below error.

 Nagios 3.0.6
 Copyright (c) 1999-2008 Ethan Galstad (http://www.nagios.org)
 Last Modified: 12-01-2008

 License: GPL
 Reading configuration data...

 Error: Template 'windows-server' specified in host definition could not be
 not found (config file '/usr/local/nagios/etc/objects/windows.cfg', starting
 on line 25)
 *** One or more problems was encountered while processing the config
 files...Check your configuration file(s) to ensure that they contain valid
 directives and data defintions. If you are upgrading from a previous version
 of Nagios, you should be aware that some variables/definitions may have been
 removed or modified in this version. Make sure to read the HTML
 documentation regarding the config files, as well as the 'Whats New' section
 to find out what has changed.

 Can anyone guide me whats going wrong in my configuration. I followed all
 the steps mentioned in NSCLient++ site. I want to montior my Windows Server
 (10.180.117.172) on my Nagios Server (10.180.117.171) having OS RHEL 4.
 Please help.

Hi Sundar,

Check your etc/objects/templates.cfg file and make sure that the
following default template is defined;

define host{
namewindows-server  ; The name of this host template
use generic-host; Inherit default values from 
the generic-host template
check_period24x7; By default, Windows servers 
are monitored round the clock
check_interval  5   ; Actively check the server 
every 5 minutes
retry_interval  1   ; Schedule host check retries 
at 1 minute intervals
max_check_attempts  10  ; Check each server 10 times 
(max)
check_command   check-host-alive; Default command to 
check if servers
are alive
notification_period 24x7; Send notification out at any 
time - day or night
notification_interval   30  ; Resend notifications every 30 
minutes
notification_optionsd,r ; Only send notifications for 
specific host states
contact_groups  admins  ; Notifications get sent to the 
admins by default
hostgroups  windows-servers ; Host groups that Windows 
servers should
be a member of
register0   ; DONT REGISTER THIS - ITS JUST 
A TEMPLATE
}

This should be there by default, but it sounds like your configuration
is missing this definition for some reason. It may be commented out by
default, I can't remember - but if so, just uncomment it.

Chris

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Problem in configuring NSClient ++

2009-05-12 Thread MAD

It seems you used a template when you created your host definition into Nagios, 
but you hadn't created it. Try create the 'windows-server' template (I think 
you can also find it in some configuration file samples with your distribution 
of Nagios) or remove the template of your host definition if you don't need it.

Marc-André


- Mail Original -
De: Sundar V S sunnywa...@in.com
À: nagios-users@lists.sourceforge.net
Envoyé: Mardi 12 Mai 2009 11h07:10 GMT +01:00 Amsterdam / Berlin / Berne / Rome 
/ Stockholm / Vienne
Objet: [Nagios-users] Problem in configuring NSClient ++




Hi, 

I configured NSClient on Windows server, as menitoned in Nagios Documentation. 
Now, when i restarted the Nagios service on my Nagios Server, i gave me the 
following error, 
Stopping nagios: No lock file found in /usr/local/nagios/var/nagios.lock 

When i started the nagios service it gave, 
Starting nagios:CONFIG ERROR! Start aborted. Check your Nagios configuration . 

I tried to verify the nagios configuration it gave me the below error. 

Nagios 3.0.6 
Copyright (c) 1999-2008 Ethan Galstad ( http://www.nagios.org ) 
Last Modified: 12-01-2008 

License: GPL 
Reading configuration data... 

Error: Template 'windows-server' specified in host definition could not be not 
found (config file '/usr/local/nagios/etc/objects/windows.cfg', starting on 
line 25) 
*** One or more problems was encountered while processing the config 
files...Check your configuration file(s) to ensure that they contain valid 
directives and data defintions. If you are upgrading from a previous version of 
Nagios, you should be aware that some variables/definitions may have been 
removed or modified in this version. Make sure to read the HTML documentation 
regarding the config files, as well as the 'Whats New' section to find out what 
has changed. 

Can anyone guide me whats going wrong in my configuration. I followed all the 
steps mentioned in NSCLient++ site. I want to montior my Windows Server 
(10.180.117.172) on my Nagios Server (10.180.117.171) having OS RHEL 4. Please 
help. 



Dear nagios-users! Get Yourself a cool, short @in.com Email ID now! 
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] Problem in configuring NSClient ++

2009-05-12 Thread Sundar V S
Hi chris, Thanks for the update, as mentioned byyou, my default template.cfg is 
in the path, /usr/local/nagios/etc/objects/template.cfg. The default host 
definition is intact and uncommented. No  #  in any part of the file. Is 
there any alternate way to cross check the configuration, am i specifying 
anything wrong in the configuration. Do tell me if you require any .cfg file 
from me to verify. Regards,Sundar  Original message From:Christopher 
McAtackney crist...@gmail.com Date: 12 May 09 14:54:05Subject: Re: 
[Nagiosusers] Problem in configuring NSClient ++To: Sundar V S 2009/5/12 Sundar 
V S : Hi, I configured NSClient on Windows server, as menitoned in Nagios 
Documentation. Now, when i restarted the Nagios service on my Nagios Server, i 
gave me the following error, Stopping nagios: No lock file found in 
/usr/local/nagios/var/nagios.lock When i started the nagios service it gave, 
Starting nagios:CONFIG ERROR! Start aborted. Check your Nagios 
configuration. I 
 tried to verify the nagios configuration it gave me the below error. Nagios 
3.0.6 Copyright (c) 19992008 Ethan Galstad (http://www.nagios.org) Last 
Modified: 12012008 License: GPL Reading configuration data... Error: 
Template 'windowsserver' specified in host definition could not be not found 
(config file '/usr/local/nagios/etc/objects/windows.cfg', starting on line 
25) *** One or more problems was encountered while processing the config 
files...Check your configuration file(s) to ensure that they contain valid 
directives and data defintions. If you are upgrading from a previous version 
of Nagios, you should be aware that some variables/definitions may have been 
removed or modified in this version. Make sure to read the HTML documentation 
regarding the config files, as well as the 'Whats New' section to find out 
what has changed. Can anyone guide me whats going wrong in my configuration. 
I followed all the steps mentioned in NSCLient++ site. I want to m
 ontior my Windows Server (10.180.117.172) on my Nagios Server 
(10.180.117.171) having OS RHEL 4. Please help.Hi Sundar,Check your 
etc/objects/templates.cfg file and make sure that thefollowing default template 
is defined;define host{name windowsserver ; The name of this host templateuse 
generichost ; Inherit default values from the generichost templatecheckperiod 
24x7 ; By default, Windows servers are monitored round the clockcheckinterval 5 
; Actively check the server every 5 minutesretryinterval 1 ; Schedule host 
check retries at 1 minute intervalsmaxcheckattempts 10 ; Check each server 10 
times (max)checkcommand checkhostalive ; Default command to check if serversare 
alivenotificationperiod 24x7 ; Send notification out at any time  day or 
nightnotificationinterval 30 ; Resend notifications every 30 
minutesnotificationoptions d,r ; Only send notifications for specific host 
statescontactgroups admins ; Notifications get sent to the admins by 
defaulthostgroups windowsser
 vers ; Host groups that Windows servers shouldbe a member ofregister 0 ; DONT 
REGISTER THIS  ITS JUST A TEMPLATE}This should be there by default, but it 
sounds like your configurationis missing this definition for some reason. It 
may be commented out bydefault, I can't remember  but if so, just uncomment 
it.ChrisGet Yourself a cool, short @in.com Email ID now!
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null