Re: [Nagios-users-br] Não consigo configurar nada.

2009-06-08 Thread Cleiton Souza
Rubia digite o comando abaixo que checa os arquivos especificados no
nagios.cfg, e veja aonde ele aponta o erro.

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

Cleiton Souza

2009/6/4 Rúbia Karla donab...@gmail.com

 Instalei o nagios v3.0.1, com o plugin v1.4.12 e o nrpe v2.12.
 Mas notei que não há nenhum arquivo hosts.cfg nem hostextinfo.cfg. Quando
 tentei colocar os arquivos no nagios.cfg, ele não aceita e dá erro ao
 reiniciar. Assim, só estou conseguindo monitorar o localhost.
 Alguém me ajuda?

 --
 OpenSolaris 2009.06 is a cutting edge operating system for enterprises
 looking to deploy the next generation of Solaris that includes the latest
 innovations from Sun and the OpenSource community. Download a copy and
 enjoy capabilities such as Networking, Storage and Virtualization.
 Go to: http://p.sf.net/sfu/opensolaris-get
 --
 Nagios-users-br@lists.sourceforge.net mailing list
 https://lists.sourceforge.net/lists/listinfo/nagios-users-br
 Wiki: http://nagios-br.sf.net/wiki

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
-- 
Nagios-users-br@lists.sourceforge.net mailing list
https://lists.sourceforge.net/lists/listinfo/nagios-users-br
Wiki: http://nagios-br.sf.net/wiki


Re: [Nagios-users] Nagos issuse: ExternalCommands: failed to create process when exectuted from command line

2009-06-08 Thread Elvir Kuric
Hi all,

I played with this and I made it to works. I am using windows plugins from
http://www.psychoticwolf.net/blog/2007/07/nagios_plugins_for_windows.php

and I got results for check_load, check_users...

anyway list of plugins on
http://www.psychoticwolf.net/blog/2007/07/nagios_plugins_for_windows.php
is not compete as list of plugins in

/usr/lib/nagios/plugins on linux, and I am wondering exist some other
list of windows nagios plugins, or if you have some guide, how plugins
from
/usr/lib/nagios/plugins could be converted to be used on windows.

Thank you and nice regards,

Elvir



On Fri, Jun 5, 2009 at 4:57 PM, Assaf Flattoassaf.fla...@ssp-intl.com wrote:
 you may want to read on nrpe to understand the issue you are having :
 http://nagios.sourceforge.net/docs/3_0/addons.html#nrpe

 also see the reply from Marc in this thread .

 In a nutshell - you can not use nrpe on windows unless you also install 
 Cygwin.

 you are better off using the chekc_nt command
 read this :

 http://nagios.sourceforge.net/docs/3_0/monitoring-windows.html

 Assaf


 On Friday 05 June 2009 13:50:38 Elvir Kuric wrote:
 I used this

 http://nagios.sourceforge.net/docs/3_0/monitoring-windows.html

 as starting point. Installed nscclient on windows, and then within
 nsc.ini edited part related nrpe part, defined allowed hosts, port,
 and placed command to be exectuted
 command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c
 30,25,20

 and nothing else. On linux machine I did configuration of nagios.

 Should I install something more on windows machine, where/how I can
 define check_load on remote ( windows ) machine.


 Thank you for reply and nice regards,

 Elvir

 On Fri, Jun 5, 2009 at 4:16 PM, Assaf Flattoassaf.fla...@ssp-intl.com 
 wrote:
  Have you configured ,implanted  and defined NRPE tests on the remote
  machine ?
 
  The command you defined in below is the base for nrpe - telling the
  nagios that when it is executing to use the check_nrpe plugin and attempt
  to connect to the $HOST , and try to initiate a commad $ARG1$ ( which is
  the check_load)  .
 
  have you defined the check_load  check  on the remote machine ?
 
  Assaf
 
  On Friday 05 June 2009 13:09:15 Elvir Kuric wrote:
  Thank you for mail and information.
 
  actually I I am using check_nrpe
 
  define command {
        command_name    check_nrpe
        command_line    /usr/lib/nagios/plugins/check_nrpe -H
  $HOSTADDRESS$ -c $ARG1$ -a $ARG2$
  }
 
  as I understood it it is necessary to use it to call NRPE daemon on
  windows server, and remotely execute command check_load, what I do not
  understand why I am getting error as I described in first mail.
 
  Kind regards,
 
  Elvir Kuric
 
  On Fri, Jun 5, 2009 at 3:22 PM, Assaf Flattoassaf.fla...@ssp-intl.com 
  wrote:
   You may want to use the following command
  
   define command{
          command_name    check_nt_cpuload
          command_line    $USER1$/check_nt -H $HOSTADDRESS$ -t 20 -p 1248
   -v CPULOAD -l $ARG1$ }
  
   Assaf
  
   On Friday 05 June 2009 11:47:26 Elvir Kuric wrote:
   Hi all,
  
   I have an question related to monitoring windows machines using
   nagios. I installed nagios on debian and it works
   super. For monitoring windows client I installed on windows
   NSClient++ - 0.3.5.2 2008-09-24, and set up NSC.ini ( among other
   configuration elements )
  
   command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c
   30,25,20 ( just want to make first step with this )
  
   When I execute from my linux -nagios server command as bellow
  
   /usr/lib/nagios/plugins# ./check_nrpe -H WIN_IP_ADDRESS -c check_load
  
   I got error:
  
   ExternalCommands: failed to create process
   (/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20): 3: The
   system cannot find the path specified.
  
   From this I can conclude that I can access from nagios server to
NRPE
  
   client on windows server, but for some reason I cannot get correct
   results.
  
   When I check over web for CPU LOAD  I am getting info as  UNKNOWN
(No output returned from plugin)  
  
   Demand is to monitor windows machines, monitoring linux servers works
   super.
  
   Any information is welcom and thank you in advance
  
   Elvir
  
   -
  --- --- --- OpenSolaris 2009.06 is a cutting edge operating system for
   enterprises looking to deploy the next generation of Solaris that
   includes the latest innovations from Sun and the OpenSource
   community. Download a copy and enjoy capabilities such as Networking,
   Storage and Virtualization. Go to:
   http://p.sf.net/sfu/opensolaris-get
   ___
   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 

[Nagios-users] nagios stops to check orphans

2009-06-08 Thread Samuel Bancal
Hi,

I'm a new Nagios administrator (since feb 09).
Until now, every thing was quite fine. Working smoothly ... ok!

This morning I saw that during the week-end, the Nagios daemon stopped from
doing checks.
After some research (on the server and on the web), here is what I've got.
Does someone can explain me more on it ... And how not to have this problem
again ...

OS : Ubuntu server 8.04.2 LTS
Versions : nagios-3.0.6  nagios-plugins-1.4.13
Hardware : on Vmware server infrastructure.

NTP is not set yet (I don't know if it has a side effect in my case...
Because time may be involved in the problem ...).

We're monitoring at this time 12 hosts and 64 services.

What I can see on the web interface (In scheduling Queue) :
Last check  Next
check
server_xxx 2009-06-07 03:52:352009-06-07
09:19:45Orphan ENABLED
server_yyyservice_zzz2009-06-07 03:50:312009-06-07 09:19:45
Orphan ENABLED

All hosts and services except 2 are orphan...
Both last check and next check are from yesterday morning!

On the server:
$ ps auxft | grep nagios\.cfg | grep -v grep
nagios   20578  0.4 72.9 2969592 1505772 ? Ssl  Apr30 275:20
/usr/local/nagios/bin/nagios -d /etc/nagios/nagios.cfg

- Wow ... nagios uses 72.9% of the server's memory!

$ free
 total   used   free sharedbuffers cached
Mem:   20629201636656 426264  0   4404  24532
-/+ buffers/cache:1607720 455200
Swap:  19518881450744 501144

What about forks?
$ pstree -aclpn
init,1
#snip
  ├─nagios,20578 -d /etc/nagios/nagios.cfg
  │   └─{nagios},20579
#snap

What about the log ?
In /var/nagios/archives/nagios-06-08-2009-00.log
...
thousands of :
[1244325825] Warning: The check of service 'Partition /' on host
'server_xxx' looks like it was orphaned (results never came back).  I'm
scheduling an immediate check of the service...
and later, thousands of :
[1244355705] Warning: The check of service 'HTTP' on host 'server_xxx' could
not be performed due to a fork() error: 'Cannot allocate memory'.  The check
will be rescheduled.

If I do a strace on process 20578, it loops with :
nanosleep({0, 25000}, NULL) = 0
stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=1892, ...}) = 0
stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=1892, ...}) = 0

And a strace on process 20579 it loops with :
poll([{fd=5, events=POLLIN}], 1, 500)   = 0


A part of the config :
$ egrep 'status_update|reaper|orphan' /etc/nagios/nagios.cfg
status_update_interval=10
check_result_reaper_frequency=10
max_check_result_reaper_time=30
check_for_orphaned_services=1
check_for_orphaned_hosts=1


Thanks for any reply,

Best regards,
Samuel Bancal

-- 
Samuel Bancal - CH
--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get___
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] Do services inherit downtime from their hosts?

2009-06-08 Thread Sean Carolan
If we put a host into downtime, will alerts be suppressed for services
running on the host?

Or does each and every service have to be put into downtime by hand?

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
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] Do services inherit downtime from their hosts?

2009-06-08 Thread Andreas Ericsson
Sean Carolan wrote:
 If we put a host into downtime, will alerts be suppressed for services
 running on the host?
 

Yes.

 Or does each and every service have to be put into downtime by hand?
 

No.

-- 
Andreas Ericsson   andreas.erics...@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
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] Do services inherit downtime from their hosts?

2009-06-08 Thread Sean Carolan
On Mon, Jun 8, 2009 at 8:49 AM, Andreas Ericssona...@op5.se wrote:
 Sean Carolan wrote:

 If we put a host into downtime, will alerts be suppressed for services
 running on the host?


 Yes.

Here's what we observed.  Host was put into two hour flexible downtime
at 7:03 am:

[06-08-2009 07:03:37] EXTERNAL COMMAND:
SCHEDULE_AND_PROPAGATE_HOST_DOWNTIME;host1;1244462581;1244469781;0;0;3600;James
Smith;patches

Ten minutes later a notification for one of the services on this host is sent:

[06-08-2009 07:13:44] SERVICE NOTIFICATION:
hostingam;host1;http://host1.company.net;CRITICAL;notify-service-by-pager;Connection
refused

How do we avoid service notifications for hosts that are in downtime?

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
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_cluster warning/critical problems

2009-06-08 Thread ScottO
Having an issue with check_cluster that I hope someone can help with.

Using the following versions of Nagios and the plugins:

Nagios 3.0.3
Nagios Plugins 1.4.11

Basically the problem is it the check_cluster check is reporting back the
proper ok/critical/warning messages from the underlying checks that are
being run, but it is not handling its own critical/warning properly.

Here is a snip of the relevant check_cluster check and the two underlying
checks it uses:

define service{
use check-proc
host_name  apachehost
display_name apachehost
service_description Apache Pair
check_commandcheck_service_cluster!Apache
Pair!1!2!$SERVICESTATEID:host1:Apache
Processes$,$SERVICESTATEID:host2:Apache Processes$
}


define service{
use check-cluster-proc
host_name  host1
display_name host1
service_description Apache Processes
check_commandcheck_proc!1.3.6.1.4.1.2021.2.1.5.2!1:10
}

define service{
use check-cluster-proc
host_name  host2
display_name host2
service_description Apache Processes
check_commandcheck_proc!1.3.6.1.4.1.2021.2.1.5.2!1:10
}


In our current setup, only host1 or host2 should have OK for the Apache
proc, the other should have Critical - which the check_cluster command picks
up properly as seen here:

CLUSTER OK: Apache Pair: 1 ok, 0 warning, 0 unknown, 1 critical

From here http://nagios.sourceforge.net/docs/3_0/clusters.html it states:

-

Now you'll need to create the cluster service and use the
check_service_cluster command you just created as the cluster's check
command. The example below gives an example of how to do this. The example
below will generate a CRITICAL alert if 2 or more services in the cluster
are in a non-OK state, and a WARNING alert if only 1 of the services is in a
non-OK state. If all the individual service members of the cluster are OK,
the cluster check will return an OK state as well.

define service{
...
check_commandcheck_service_cluster!DNS
Cluster!1!2!$SERVICESTATEID:host1:DNS Service$,$SERVICESTATEID:host2:DNS
Service$,$SERVICESTATEID:host3:DNS Service$
...
}
-

Our current setup of the check_cluster command mirrors the documentation of
1:2 for Warning/Critical.  Since there is one of the services in a non-OK
state, we expected the check_cluster command to have returned a Warning
instead of OK - but it always returns OK.  We have tried various different
things with regards to the different warning/critical settings and can't
seem to reliably get it to return the proper state.

Any thoughts here on what could be going on, or if there is an underlying
issue with the check_cluster plugin in this version (I didn't see any
updates in the changelog for check_cluster in the .12 and .13 updates)?

Thanks,

Scott
--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get___
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] Is there a way to ack all unhandled service alerts at once?

2009-06-08 Thread Sean Carolan
Is there an easy way to acknowledge all unhandled alerts at once,
instead of clicking on each one individually?

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
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] Is there a way to ack all unhandled service alerts at once?

2009-06-08 Thread Aaron Segura
Search for 'mass ack' on nagiosexchange.

-Original Message-
From: Sean Carolan [mailto:scaro...@gmail.com] 
Sent: Monday, June 08, 2009 8:47 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Is there a way to ack all unhandled service alerts at 
once?

Is there an easy way to acknowledge all unhandled alerts at once,
instead of clicking on each one individually?

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
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

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
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] ../include/config.h:315:18: error: ltdl.h: No suchfile or directory

2009-06-08 Thread alexus
On Fri, May 29, 2009 at 3:03 PM, alexusale...@gmail.com wrote:
 On Fri, Mar 6, 2009 at 3:22 PM, James Pratt jpr...@norwich.edu wrote:


 -Original Message-
 From: alexus [mailto:ale...@gmail.com]
 Sent: Friday, March 06, 2009 2:08 PM
 To: nagios-user Mailinglist
 Subject: [Nagios-users] ../include/config.h:315:18: error: ltdl.h: No
 suchfile or
 directory

 r...@lama /usr/local/src/nagios-3.0.6 586$ ./configure
 LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include
 checking for a BSD-compatible install... /usr/bin/install -c
 checking build system type... x86_64-unknown-freebsd7.1
 checking host system type... x86_64-unknown-freebsd7.1
 checking for gcc... gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 a whole lot of worthless trash snipped

 Err.. you can just send us the error instead of the whole configure
 script output...

  ... Google is your friend:

 http://www.google.com/search?hl=enq=ltdl.h%3A+No+such+file+or+directory
 +%22nagios%22btnG=Search


 regards,
 jamie


 r...@lama /usr/local/src/nagios-3.1.0 530$ ./configure
 LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include
 checking for a BSD-compatible install... /usr/bin/install -c
 checking build system type... x86_64-unknown-freebsd7.2
 checking host system type... x86_64-unknown-freebsd7.2
 checking for gcc... gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables...
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ANSI C... none needed
 checking whether make sets $(MAKE)... yes
 checking for strip... /usr/bin/strip
 checking how to run the C preprocessor... gcc -E
 checking for egrep... grep -E
 checking for ANSI C header files... yes
 checking whether time.h and sys/time.h may both be included... yes
 checking for sys/wait.h that is POSIX.1 compatible... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking arpa/inet.h usability... yes
 checking arpa/inet.h presence... yes
 checking for arpa/inet.h... yes
 checking ctype.h usability... yes
 checking ctype.h presence... yes
 checking for ctype.h... yes
 checking dirent.h usability... yes
 checking dirent.h presence... yes
 checking for dirent.h... yes
 checking errno.h usability... yes
 checking errno.h presence... yes
 checking for errno.h... yes
 checking fcntl.h usability... yes
 checking fcntl.h presence... yes
 checking for fcntl.h... yes
 checking getopt.h usability... yes
 checking getopt.h presence... yes
 checking for getopt.h... yes
 checking grp.h usability... yes
 checking grp.h presence... yes
 checking for grp.h... yes
 checking libgen.h usability... yes
 checking libgen.h presence... yes
 checking for libgen.h... yes
 checking limits.h usability... yes
 checking limits.h presence... yes
 checking for limits.h... yes
 checking math.h usability... yes
 checking math.h presence... yes
 checking for math.h... yes
 checking netdb.h usability... yes
 checking netdb.h presence... yes
 checking for netdb.h... yes
 checking netinet/in.h usability... yes
 checking netinet/in.h presence... yes
 checking for netinet/in.h... yes
 checking pthread.h usability... yes
 checking pthread.h presence... yes
 checking for pthread.h... yes
 checking pthreads.h usability... no
 checking pthreads.h presence... no
 checking for pthreads.h... no
 checking pwd.h usability... yes
 checking pwd.h presence... yes
 checking for pwd.h... yes
 checking regex.h usability... yes
 checking regex.h presence... yes
 checking for regex.h... yes
 checking signal.h usability... yes
 checking signal.h presence... yes
 checking for signal.h... yes
 checking socket.h usability... no
 checking socket.h presence... no
 checking for socket.h... no
 checking stdarg.h usability... yes
 checking stdarg.h presence... yes
 checking for stdarg.h... yes
 checking for string.h... (cached) yes
 checking for strings.h... (cached) yes
 checking sys/mman.h usability... yes
 checking sys/mman.h presence... yes
 checking for sys/mman.h... yes
 checking for sys/types.h... (cached) yes
 checking sys/time.h usability... yes
 checking sys/time.h presence... yes
 checking for sys/time.h... yes
 checking sys/resource.h usability... yes
 checking sys/resource.h presence... yes
 checking for sys/resource.h... yes
 checking for sys/wait.h... (cached) yes
 checking sys/socket.h usability... yes
 checking sys/socket.h presence... yes
 checking for sys/socket.h... yes
 checking for sys/stat.h... (cached) yes
 checking sys/timeb.h usability... yes
 checking sys/timeb.h presence... 

[Nagios-users] Check_NRPE

2009-06-08 Thread Eduardo Barreto
HI,

When try to check a service on a remote host, this message appears
CHECK_NRPE: Error receiving data from daemon. What might it be?
Does anybody knows what should I do?

Thanks in advance

Eduardo
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
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 monitoring for hack

2009-06-08 Thread shadih rahman
our web sites got hacked and we were subjected to ddos for last few days.  I
wanted to know what can I do for monitoring to find out if I am hacked or
not.  By the way, we were hacked by php exploits.  Please advise on this.
Thanks

-- 
Cordially,
Shadhin Rahman
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
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] Speed up nagios GUI?

2009-06-08 Thread Matthew Jurgens


Tore Lønøy wrote:

Hello,

I was wondering if anyone have used FastCGI on apache or similar, to 
speed up the nagios interface?



Are you experiencing any specific problems? Are you accessing it over a 
WAN or LAN? Is the server overloaded?
The reason I ask these questions is that for me the interface is very 
fast and the html seems well written, efficient and works well with 
browser caching. I'm wondering if you have some other problem eg 
overloaded server, slow links etc


I use Nagios internally over a LAN - no problems.
I also use it over a WAN - no problems.
Can you try the following demo server and let me know how the 
responsiveness is for you?

https://www.smartmon.com.au/nagios/ (user:demo1_siteadmin, pass:demo1)

Initially I thought I had gzipped the output of the entire site but it 
appears that I have missed the Nagios portion of the site. So let me 
know how it goes and then I will gzip the Nagios component of the site 
and then ask you if you notice any difference


--
Smartmon System Monitoring http://www.smartmon.com.au
www.smartmon.com.au
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
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] [Fwd: Re: setting up NSClient++ and CheckEventLog]

2009-06-08 Thread Matthew Jurgens


Assaf Flatto wrote:

Hello List .

This may be a stupid oversight  of myself but I'm trying to understand how to use the check event 
log - but seem to missing something .


I am reading through the 
http://www.nsclient.com/nscp/wiki/CheckEventLog/CheckEventLog
Page and i am still not certain why i am unable to get this to work .
I am running Nagios 3.0.6 ( from source) against NSClient++ 0.3.6.

Granted my windows knowledge is limited , but Do i have to configure any 
setting in the nsc.ini ?

Any help ?

  

I have done this and documented it.
Get my slightly modified NSClient++ kit and the install guide I wrote 
from 
http://www.smartmon.com.au/mp-bin/public/public.cgi?mode=publicmode2=downloads


Then have a look at the Nagios commands I use to make it work at 
(user:demo1_siteadmin, pass:demo1)

https://www.smartmon.com.au/mp-bin/portal/edit_config.cgi?mode=edit_objectmode2=showobject_type=mastermonsvr_commandrequested_custid=demo1monsvr=configid=object_id=64
https://www.smartmon.com.au/mp-bin/portal/edit_config.cgi?mode=edit_objectmode2=showobject_type=mastermonsvr_commandrequested_custid=demo1monsvr=configid=object_id=65


--
Smartmon System Monitoring http://www.smartmon.com.au
www.smartmon.com.au
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
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