Re: [Nagios-users] web interface to add hosts and services...

2007-09-06 Thread Melanie Pfefer
Hi,

MonArch is part of GroundWork? Or is it a sperate
tool? I have nagios installed and running and want
only the web tool...

Also could you please post what you did to install
MonArch? or point me to the Installation
documentation?

thanks.
--- [EMAIL PROTECTED] wrote:

> There are several, Take a look at nagios exchange to
> see which web front
> ends are available. Im currently installing MonArch
> which I hope will
> satisfy my needs.
> 
> I Must admit though that I do prefer to edit the
> files manually as it
> gives you a better feel for how Nagios all hangs
> together .
> 
> Regards
> 
> Tom
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> On Behalf Of Melanie
> Pfefer
> Sent: 06 September 2007 09:15
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] web interface to add hosts
> and services...
> 
> Hi,
> Is there any tool that you use to add new
> hosts/services/
> graphically instead of editing files?
> thx
> 
> 
>  
>
___
> Want ideas for reducing your carbon footprint? Visit
> Yahoo! For Good
>
http://uk.promotions.yahoo.com/forgood/environment.html
> 
>

> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? 
> Stop.
> Now Search log events and configuration files using
> AJAX and a browser.
> Download your FREE copy of Splunk now >> 
> http://get.splunk.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
> 



  ___ 
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good  
http://uk.promotions.yahoo.com/forgood/environment.html

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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] Invalid max_check_attempts value for host

2007-09-06 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Melanie Pfefer
> Sent: Thursday, September 06, 2007 10:08 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Invalid max_check_attempts value for host
> 
> Hi,
> 
> I am running nagios 2.9 and created a new file
> hosts.cfg to list all servers to be monitored.
> 
> The initial lines were taken from localhost.cfg where
> it defines 2 templates and the localhost. I added
> these lines:
> 
> # 'host1 ' host definition
> define host{
> use generic-host
> host_name   host1
> address 172.10.31.22
> contact_groups  sysadmin
> }
> 
> ./nagios -v ../etc/nagios.cfg gives this error:
> 
> Error: Invalid max_check_attempts value for host
> 'host1'
> Error: Could not register host (config file
> '/usr/local/nagios/etc/hosts.cfg', starting on line
> 56)
> 
> any idea please on how to resolve this error?

Does your generic-host template specify a valid max_check_attempts
value? If not, you'll need to add it there or to the host definition
itself.

--
Marc

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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


[Nagios-users] Invalid max_check_attempts value for host

2007-09-06 Thread Melanie Pfefer
Hi,

I am running nagios 2.9 and created a new file
hosts.cfg to list all servers to be monitored.

The initial lines were taken from localhost.cfg where
it defines 2 templates and the localhost. I added
these lines:

# 'host1 ' host definition
define host{
use generic-host
host_name   host1
address 172.10.31.22
contact_groups  sysadmin
}

./nagios -v ../etc/nagios.cfg gives this error:

Error: Invalid max_check_attempts value for host
'host1'
Error: Could not register host (config file
'/usr/local/nagios/etc/hosts.cfg', starting on line
56)




any idea please on how to resolve this error?

thanks



  ___
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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


[Nagios-users] Problems getting NDO to work

2007-09-06 Thread tom.welsh
Hi All,

I have just recompiled nagios 2.9 with event broker support as I wish to
use ndo-utils but I get the following message when I try to start the
event broker 

#/usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg -i
Support for the specified database server is either not yet supported,
or was not found on your system.

Is this because ndo does not support MySQL 5.0.54?

OS and Software as follows
SUSE Linux Enterprise Server 9. SP2
Nagios 2.9
NDO Utils 1.4b5
MySQL 5.0.54

My Nagios configure scripts goes like this
./configure --prefix=/usr/local/nagios --with-cgiurl=nagios/cgi-bin
--with-htmurl=/nagios/ --with-nagios-user=nagios
--with-nagios-group=nagios --with-command-group=nagcmd
--enable-event-broker

Nagios is installed and runs fine.

I have ran through the ndo utils README and installed the module as
described.

EXCERPT FROM NAGIOS.CFG
# EVENT BROKER MODULE(S)
broker_module=/usr/local/nagios/bin/ndomod.o
config_file=/usr/local/nagios/etc/ndomod.cfg
event_broker_options=-1

FROM NDOMOD.CFG

# INSTANCE NAME
instance_name=default

# OUTPUT TYPE
output_type=unixsocket

# OUTPUT
output=/usr/local/nagios/var/ndo.sock

# TCP PORT
tcp_port=5668

# OUTPUT BUFFER
output_buffer_items=5000

# BUFFER FILE
buffer_file=/usr/local/nagios/var/ndomod.tmp

# FILE ROTATION INTERVAL
file_rotation_interval=14400

# FILE ROTATION COMMAND
#file_rotation_command=rotate_ndo_log

# FILE ROTATION TIMEOUT
file_rotation_timeout=60

# RECONNECT INTERVAL
reconnect_interval=15

# RECONNECT WARNING INTERVAL
reconnect_warning_interval=15

# DATA PROCESSING OPTION
data_processing_options=-1

# CONFIG OUTPUT OPTION
config_output_options=2

FROM NDO2DB.CFG

# USER/GROUP PRIVILIGES
ndo2db_user=monitoring
ndo2db_group=nal

# SOCKET TYPE
socket_type=unix

# SOCKET NAME
socket_name=/usr/local/nagios/var/ndo.sock

# TCP PORT
tcp_port=5668

# DATABASE SERVER TYPE
db_servertype=mysql

# DATABASE HOST
db_host=localhost

# DATABASE PORT
db_port=3306

# DATABASE NAME
db_name=ndo

# DATABASE TABLE PREFIX
db_prefix=nagios_

# DATABASE USERNAME/PASSWORD
db_user=user
db_pass=password

All help/comments welcome

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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

[Nagios-users] LDAP Issue

2007-09-06 Thread Antonio Pereira
Hello,

 

I am trying to run check_ldap from a command line and I get an error
message.

 

I type the following

./check_ldap -H hostname -b dc=Duo,dc=local

 

Could not search/find objectclasses in dc=Duo,dc=local

 

I have defined the command in commands as follows

 

define command{

command_name check_ldap

command_line  $USER1$/check_ldap -H
$HOSTADDRESS$

}

 

I am trying to check a windows 2003 server ldap. Also, I am running
fedora 6 with nagios 2.9, nagios plugins 1.4.8.

 

Any help would be appreciated.

 

Thanks

 

 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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

[Nagios-users] Nagios Interface Personalization

2007-09-06 Thread D.Parise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear All,

 

I would like to modify the web interface of Nagios, to allow my 
users to have some particular view and adding links to others application we 
use in our organization. Is there something I need to know before changing the 
code ? Do you have guidelines on how to do this?

 

Thanks,

 

 

 

Davide Parise

Safeguards Systems Analyst

Division of Technical Support (SGTS)

International Atomic Energy Agency (IAEA) 

Tel.: +43 1 2600 26496 (Office)

Fax: +43 1 2600 29317 (21st Floor)

E-mail: [EMAIL PROTECTED]

 


-BEGIN PGP SIGNATURE-
Version: 9.5.3 (Build 5003)

wsBVAwUBRuAO7B+K8IX89MUJAQjYhgf/TxNEdX8uqBBRSIqGFfUuKt6aQSyWdAeE
n4ciDoElUkyw5H30jfQJFnetcXg7DrgCsP/4KSceAzge/uEjJdNWbQmovjRDtqaH
r1js+LzuP+tyx0PnNrUaznhT9a49WxEhhxT2Tdmufmi5G+pyephnC1qtLUOXhK9h
zar4rGWStYwHcbe9EIXsXG3NqQY9biqY/ymduR92nS0C+cpU3qXp6RqKIPy9XC3D
EKRC/nI79YcPW466cQw7Jz0uAkS5t8YLgJUyKTL5CwNfe1vOCn91iS3/xr9Zuf6A
qmHKZaYd6YXH0sG4QPyO00Vpq/ASJ9XCF2/RExXj9XV4u43aRGKjCA==
=TRK3
-END PGP SIGNATURE-

This email message is intended only for the use of the named recipient.
Information contained in this email message and its attachments may be
privileged, confidential and protected from disclosure. If you are not the
intended recipient, please do not read, copy, use or disclose this
communication to others. Also please notify the sender by replying to this
message and then delete it from your system.



PGPexch.htm.pgp
Description: PGPexch.htm.pgp
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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] Check_ldap issue

2007-09-06 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Donald Kinney
> Sent: Thursday, September 06, 2007 8:53 AM
> To: Marc Powell
> Cc: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] Check_ldap issue
> 

> 
> I have run this as the nagios user from the command line and get an OK
> response.
> The plugins package version I have did not come with a check_ldap
command.
> Thinking nagios may have had an issue with file extensions, I copied
> check_ldap.pl  to check_ldap.  I have tried both commands in nagios to
no
> avail.

Thanks for the clarification. Did you compile nagios with ePN (embedded
perl) enabled? Chances are that this plugin is not compatible with ePN.
If you did, try changing your command definition like below to bypass
ePN for this plugin, substituting /path/to/perl to the real path to perl
on your system (usually /usr/bin/perl or /usr/local/bin/perl) --

# 'check_ldap' command definition 
define command {
command_namecheck_ldap
command_line/path/to/perl $USER1$/check_ldap -H
$HOSTADDRESS$
}


If that still doesn't work, try to see if the plugin has any output at
all with the command below. /tmp/output will then contain full STDOUT
and STDERR output from the plugin run --

# 'check_ldap' command definition 
define command {
command_namecheck_ldap
command_line$USER1$/check_ldap -H $HOSTADDRESS$ >/tmp/output
2>&1
}

Other than that, I don't see anything wrong with how you're calling the
plugin.

--
Marc

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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] alert when new device is on network

2007-09-06 Thread Cook, Garry
I think you should take a look at NeDI, the Network Discovery tool.
http://nedi.ch/

It's much more than a plugin, it's an application all its own. But it does 
network discovery, which is what you're looking for, and Nagios does not. Use 
the correct tool for the job.

Thanks,
Garry

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rogelio Bastardo
Sent: Wednesday, September 05, 2007 3:52 PM
To: Nagios Users mailinglist
Subject: [Nagios-users] alert when new device is on network

I am looking for a tool that will alert me (possibly send me an email)
when a new device pops on the network.

Does anyone know if there is a Nagios plugin?  Or whether or not
something else Nagios-friendly might help with this task?

NOTICE: This e-mail and any files transmitted with it are the property of 
ARCADIS U.S., Inc. and its affiliates. All rights, including without limitation 
copyright, are reserved. The proprietary information contained in this e-mail 
message, and any files transmitted with it, is intended for the use of the 
recipient(s) named above. If the reader of this e-mail is not the intended 
recipient, you are hereby notified that you have received this e-mail in error 
and that any review, distribution or copying of this e-mail or any files 
transmitted with it is strictly prohibited. If you have received this e-mail in 
error, please notify the sender immediately and delete the original message and 
any files transmitted. The unauthorized use of this e-mail or any files 
transmitted with it is prohibited and disclaimed by ARCADIS U.S., Inc. and its 
affiliates.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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] Check_ldap issue

2007-09-06 Thread Donald Kinney
On 9/6/07, Marc Powell <[EMAIL PROTECTED]> wrote:
>
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:nagios-users-
> > [EMAIL PROTECTED] On Behalf Of Donald Kinney
> > Sent: Thursday, September 06, 2007 7:55 AM
> > To: nagios-users@lists.sourceforge.net
> > Subject: [Nagios-users] Check_ldap issue
> >
>
> > I have downloaded the check_ldap.pl plugin from nagiosexchange, and
> placed
> > it in my plugin directory (/usr/local/libexec/nagios)
>
> > from the command prompt, I can:
> >
> > # ./check_ldap -H 
> >
> > I receive an OK response
>
> Nagios isn't running this plugin as root so the test is invalid. Try
> running it as the nagios user. I'd also have to say, which is it?


I have run this as the nagios user from the command line and get an OK
response.
The plugins package version I have did not come with a check_ldap command.
Thinking nagios may have had an issue with file extensions, I copied
check_ldap.pl  to check_ldap.  I have tried both commands in nagios to no
avail.

check_ldap from the plugins package or check_ldap.pl from
> nagiosexchange.org? Looks like you're using the plugins package version.
> Perhaps there's a permissions issue accessing the openldap libs that it
> depends on.
>
> > I receive a (No Output!) status message in nagios.
>
> This usually means that the plugin is generating some error when run.
>
> --
> Marc
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.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
>
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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] Check_ldap issue

2007-09-06 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Donald Kinney
> Sent: Thursday, September 06, 2007 7:55 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Check_ldap issue
> 

> I have downloaded the check_ldap.pl plugin from nagiosexchange, and
placed
> it in my plugin directory (/usr/local/libexec/nagios)
 
> from the command prompt, I can:
> 
> # ./check_ldap -H 
> 
> I receive an OK response

Nagios isn't running this plugin as root so the test is invalid. Try
running it as the nagios user. I'd also have to say, which is it?
check_ldap from the plugins package or check_ldap.pl from
nagiosexchange.org? Looks like you're using the plugins package version.
Perhaps there's a permissions issue accessing the openldap libs that it
depends on.
 
> I receive a (No Output!) status message in nagios.

This usually means that the plugin is generating some error when run.

--
Marc

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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] alert when new device is on network

2007-09-06 Thread Andreas Ericsson
Steve Huff wrote:
> On Sep 5, 2007, at 5:51 PM, Rogelio Bastardo wrote:
> 
>> I am looking for a tool that will alert me (possibly send me an email)
>> when a new device pops on the network.
>>
>> Does anyone know if there is a Nagios plugin?  Or whether or not
>> something else Nagios-friendly might help with this task?
> 
> perhaps a combination of arpwatch (http://freequaos.host.sk/ 
> arpwatch/) and passive monitoring?  i have not in fact implemented  
> this, but it's the first idea that comes to mind.
> 

ARP is a bit limited though, in that it will only ever find host on
the same subnet.

-- 
Andreas Ericsson   [EMAIL PROTECTED]
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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] alert when new device is on network

2007-09-06 Thread Steve Huff

On Sep 5, 2007, at 5:51 PM, Rogelio Bastardo wrote:

> I am looking for a tool that will alert me (possibly send me an email)
> when a new device pops on the network.
>
> Does anyone know if there is a Nagios plugin?  Or whether or not
> something else Nagios-friendly might help with this task?

perhaps a combination of arpwatch (http://freequaos.host.sk/ 
arpwatch/) and passive monitoring?  i have not in fact implemented  
this, but it's the first idea that comes to mind.

-steve

-- 
Steve Huff - Systems Administrator, Harvard-MIT Data Center -  
[EMAIL PROTECTED]




-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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] Nagios performance and delayed checks

2007-09-06 Thread kyle . odonnell
Hi Kyle,

I used the nagios tuning guide:

http://nagios.sourceforge.net/docs/2_0/tuning.html

I've also had some success with lowering the 'service_reaper_frequency'

I've also found that lowering the host and service timeouts to be useful.


--kyleo

On 9/6/07, kyle <[EMAIL PROTECTED]> wrote:
>
> Hi folks,
>
> I'm having some performance issues with a rather big Nagios 2.4 deployment
> (430
> servers, 3000 service checks) .
>
> I'm having now a 600-900 secs avg latency for checks - checks distribution
> is more or less like this :
>
>  450 check_icmp   (scheduled every minute)
>  500 check_ifoperstatus (scheduled very 5 minutes)
>  800 check_nt (scheduled every 5-10 minutes)
>  200 check_http   (scheduled every 5 minutes)
> 1000 check_by_ssh (scheduled every 5-10 minutes)
>
> 1730 Performance graphs generated by PNP
>
> I've already applied some performance tips specified in the nagios faq
> (aggregated status updates, max_concurrent_checks=0, checked hardware
> config, etc)
>
> Since load average for this server is always below 1, is there any way to
> force more concurrent checks per second? (btw, I've replicated the same
> config in a similar server with a Nagios 2.9 setup and ended with similar
> results as well)
>
> Thanks in advance :-)
>
>
> ---
>
> Output of nagiostat:
>
> Active Service Latency:   590.886 / 671.695 / 635.054 %
> Active Service Execution Time:0.124 / 19.130 / 0.483 sec
> Active Service State Change:  0.000 / 49.930 / 0.238 %
> Active Services Last 1/5/15/60 min:   61 / 673 / 2150 / 2929
>
>
>
> Output of nagios -s nagios.cfg :
>
> HOST SCHEDULING INFORMATION
> ---
> Total hosts: 424
> Total scheduled hosts:   0
> Host inter-check delay method:   SMART
> Average host check interval: 0.00 sec
> Host inter-check delay:  0.00 sec
> Max host check spread:   30 min
> First scheduled check:   N/A
> Last scheduled check:N/A
>
>
> SERVICE SCHEDULING INFORMATION
> ---
> Total services: 2929
> Total scheduled services:   2929
> Service inter-check delay method:   SMART
> Average service check interval: 433.36 sec
> Inter-check delay:  0.15 sec
> Interleave factor method:   SMART
> Average services per host:  6.91
> Service interleave factor:  7
> Max service check spread:   30 min
> First scheduled check:  Thu Sep  6 11:18:31 2007
> Last scheduled check:   Thu Sep  6 11:25:45 2007
>
>
>
>
>
> --
> Windows macht frei!
>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.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
>

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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


[Nagios-users] Check_ldap issue

2007-09-06 Thread Donald Kinney
Greetings all,

I am currently running Nagios 2.7 with plugins 1.4.6 on an OpenBSD
4.1system.  I am successfully monitoring our environment on several
different
services, dns, http, mail (smtp and imap) and check_host_alive on all our
servers.  In shorter terms the system is working.
My issue is this,

I have downloaded the check_ldap.pl plugin from nagiosexchange, and placed
it in my plugin directory (/usr/local/libexec/nagios)
The permissions on this file are exactly the same as the other plugins in
this directory.

from the command prompt, I can:

# ./check_ldap -H 

I receive an OK response.

However when I create a service definition for this check:

define service {
use generic-service
service_description LDAP
host_name   
check_command   check_ldap

with the following command definition:

# 'check_ldap' command definition
define command {
command_namecheck_ldap
command_line$USER1$/check_ldap -H $HOSTADDRESS$
}

and generic-service defined thusly:

define service {
namegeneric-service
is_volatile 0
contact_groups  eservices
active_checks_enabled   1
check_periodalways
normal_check_interval   5
retry_check_interval1
max_check_attempts  3
parallelize_check   1
passive_checks_enabled  1
event_handler_enabled   1
process_perf_data   1
retain_status_information   1
retain_nonstatus_information1
notifications_enabled   1
notification_interval   120
notification_period always
notification_optionsw,u,c,r

register0
}

I receive a (No Output!) status message in nagios.

This would indicate I have something misconfigured, but I can not figure out
where I'm  having the problem.
Has anyone else had this issue, or could you point me to the right spot in
the documentation that would allow me to get this working?

Thanks,


Don Kinney
cccIT
Corning Community College
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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

[Nagios-users] Nagios performance and delayed checks

2007-09-06 Thread kyle

Hi folks,

I'm having some performance issues with a rather big Nagios 2.4 deployment (430
servers, 3000 service checks) .

I'm having now a 600-900 secs avg latency for checks - checks distribution
is more or less like this :

 450 check_icmp (scheduled every minute)
 500 check_ifoperstatus (scheduled very 5 minutes)
 800 check_nt   (scheduled every 5-10 minutes)
 200 check_http (scheduled every 5 minutes)
1000 check_by_ssh   (scheduled every 5-10 minutes)

1730 Performance graphs generated by PNP 
 
I've already applied some performance tips specified in the nagios faq
(aggregated status updates, max_concurrent_checks=0, checked hardware
config, etc)

Since load average for this server is always below 1, is there any way to
force more concurrent checks per second? (btw, I've replicated the same
config in a similar server with a Nagios 2.9 setup and ended with similar
results as well)

Thanks in advance :-)


---

Output of nagiostat:

Active Service Latency:   590.886 / 671.695 / 635.054 %
Active Service Execution Time:0.124 / 19.130 / 0.483 sec
Active Service State Change:  0.000 / 49.930 / 0.238 %
Active Services Last 1/5/15/60 min:   61 / 673 / 2150 / 2929



Output of nagios -s nagios.cfg : 

HOST SCHEDULING INFORMATION
---
Total hosts: 424
Total scheduled hosts:   0
Host inter-check delay method:   SMART
Average host check interval: 0.00 sec
Host inter-check delay:  0.00 sec
Max host check spread:   30 min
First scheduled check:   N/A
Last scheduled check:N/A


SERVICE SCHEDULING INFORMATION
---
Total services: 2929
Total scheduled services:   2929
Service inter-check delay method:   SMART
Average service check interval: 433.36 sec
Inter-check delay:  0.15 sec
Interleave factor method:   SMART
Average services per host:  6.91
Service interleave factor:  7
Max service check spread:   30 min
First scheduled check:  Thu Sep  6 11:18:31 2007
Last scheduled check:   Thu Sep  6 11:25:45 2007





-- 
Windows macht frei!


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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] web interface to add hosts and services...

2007-09-06 Thread tom.welsh
There are several, Take a look at nagios exchange to see which web front
ends are available. Im currently installing MonArch which I hope will
satisfy my needs.

I Must admit though that I do prefer to edit the files manually as it
gives you a better feel for how Nagios all hangs together .

Regards

Tom

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Melanie
Pfefer
Sent: 06 September 2007 09:15
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] web interface to add hosts and services...

Hi,
Is there any tool that you use to add new hosts/services/
graphically instead of editing files?
thx


  ___
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good
http://uk.promotions.yahoo.com/forgood/environment.html


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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


[Nagios-users] web interface to add hosts and services...

2007-09-06 Thread Melanie Pfefer
Hi,
Is there any tool that you use to add new
hosts/services/ graphically instead of editing
files?
thx


  ___ 
Want ideas for reducing your carbon footprint? Visit Yahoo! For Good  
http://uk.promotions.yahoo.com/forgood/environment.html

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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] Distributed config admin tool?

2007-09-06 Thread Nate Campi
The part of my post that was snipped out showed how to use a single host
and service definition but put in place *only* a different template for
the central and distributed Nagios instances.

The ease of distribution comes for free at that point, and nothing is
used here beyond the basic built-in features of Nagios. How you
distribute it from there is up to you, I just happen to use cfengine.

On Tue, Sep 04, 2007 at 04:51:40PM -0700, Rob Brown wrote:
> Thanks, but most of these answers seem to be based around distributing
> the configs. All good answers, but not really what I was looking for.
> I am more interested in how to GENerate the configs (ie: adding hosts,
> services etc) for a distributed setup, without having to add things
> twice (once on master as passive, then again on distributed as active,
> yadda yadda)
> We currently have an in-house tool that we use to manage the master
> config but it was written years ago (back when there were none) and
> does not have this capability. Since we are planning to break up our
> monolithic Nagios cluster into distributed sites, we wanted to
> evaluate any config tools that already have this capability to see if
> they are worth using versus spending time retrofitting ours.
> So far, it seems OpsView has the features to support this, but
> migrating may be a bit of a chore. I will be installing it so I can at
> least take a peek under the hood for some ideas.
> 
> On 9/3/07, Nate Campi <[EMAIL PROTECTED]> wrote:
> > I use cfengine, and have it down to where I can setup a new Nagios
> > instance or setup a failed Nagios instance in minutes.
> >
> > I have a single Nagios filesystem hierarchy that helps ensure that the
> > central and distributed services and host definitions are exactly the
> > same - using symlinks.
> > [snip]
> > None of this is original, of course, but along with cfengine it makes it
> > a breeze to manage. If people really care, I could put up a better
> > description of how I did it.
> >
> > On Fri, Aug 31, 2007 at 08:29:18AM +0100, [EMAIL PROTECTED] wrote:
> > > Yes, I'd second cfengine. Though rsync is a simple quick fix
> > >
> > > 
> > >
> > > From: [EMAIL PROTECTED] on behalf of Bill Omer
> > > Sent: Thu 30/08/2007 21:11
> > > To: Rob Brown
> > > Cc: nagios-users@lists.sourceforge.net
> > > Subject: Re: [Nagios-users] Distributed config admin tool?
> > >
> > >
> > >
> > > On 8/30/07, Rob Brown <[EMAIL PROTECTED]> wrote:
> > > > Are there any configuration admin tools out there that are multi-site
> > > > aware to be able to manage a distributed nagios setup (multiple
> > > > sites/servers)?
> > > > I am in the planning stages of expanding from a single pair (failover)
> > > > to distributed servers and am looking for a tool to help manage the
> > > > configs.
> > > > How are you admins with distributed sites managing them?
> > >
> > >
> > > You may want to take a look at cfengine.  It's pretty robust, and can
> > > support much more than just nagios configs.
> > >
> > > -Bill
> > >
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.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
> 

-- 
Nate

"Of course, the best way to get accurate information on Usenet is to
post something wrong and wait for corrections."- Matthew Austern. 


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.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