[Nagios-users] R: Nagios 3 compatible RSS

2009-07-27 Thread Bertinelli Massimo
I'm using Blosxom from one mounth and work fine... I'setting my nagios 3.0.6 (ubuntu 8.0.4) for send Rss/Atom notification during work time and mail notification during not work time.. You can download application and install-instructions from nagios exchange site:

Re: [Nagios-users] R: Nagios 3 compatible RSS

2009-07-27 Thread Marc-André Doll
I wrote my own perl script to generate RSS notifications using the XML::RSS perl module. Marc-André Le lundi 27 juillet 2009 à 09:25 +0200, Bertinelli Massimo a écrit : I'm using Blosxom from one mounth and work fine... I'setting my nagios 3.0.6 (ubuntu 8.0.4) for send Rss/Atom notification

Re: [Nagios-users] Update 3.0 to 3.1.2

2009-07-27 Thread Marc Powell
On Jul 27, 2009, at 7:45 AM, Esteban Torres Rodriguez wrote: how to update versión? I have nagios on RHEL 5.1 with install from .tar.gz. Upgrading within the same major version is trivial. ./configure --with-your-options make all (stop nagios) make install (start nagios) -- Marc

[Nagios-users] Help with check_cluster plugin

2009-07-27 Thread shadih rahman
I am trying to monitor 3 exchange server and combined them with check_cluster to report if there was any issue with them or not. If any of my exchange server is down then my check_cluster should report down. So I have 3 individual exchange checks as listed below define service { use

[Nagios-users] Method of notifying nagios by rsyslog

2009-07-27 Thread Jiří Hlinka
Hi, Im thinking about how to monitor important messages on central rsyslog server via nagios. I've got nagios monitoring various services on several servers on a network. Some servers are sending syslog to rsyslog central server. In general, There are two ways of syslog messages monitoring: a)

Re: [Nagios-users] Nagios 3 compatible RSS

2009-07-27 Thread Natxo Asenjo
On Sun, Jul 26, 2009 at 8:18 PM, Joseph L. Casalejcas...@activenetwerx.com wrote: Anyone using one, or got a reco for this? hi, I followed these instructions recently and it works quite fine, I must say: http://altinity.blogs.com/dotorg/2006/07/lessons_in_rss.html -- natxo

Re: [Nagios-users] Update 3.0 to 3.1.2

2009-07-27 Thread Rui Miguel Silva Seabra
Seg, 2009-07-27 às 08:29 -0500, Marc Powell escreveu: On Jul 27, 2009, at 7:45 AM, Esteban Torres Rodriguez wrote: how to update versión? I have nagios on RHEL 5.1 with install from .tar.gz. Upgrading within the same major version is trivial. ./configure --with-your-options make

[Nagios-users] FW: Antwort: Notification oddity

2009-07-27 Thread Kevin Davison
This is really strange, the Nagios server was restarted this weekend and now Nagios isn’t sending any notifications out at all. The Nagios.log shows numerous events, both Warnings and Critical but no notifications for any of them. If it were simply a case of my email not being sent, I can

Re: [Nagios-users] Update 3.0 to 3.1.2

2009-07-27 Thread Marc Powell
On Jul 27, 2009, at 9:14 AM, Rui Miguel Silva Seabra wrote: Seg, 2009-07-27 às 08:29 -0500, Marc Powell escreveu: On Jul 27, 2009, at 7:45 AM, Esteban Torres Rodriguez wrote: how to update versión? I have nagios on RHEL 5.1 with install from .tar.gz. You will need to update

Re: [Nagios-users] NRPE + check_oracle + XINET.d = Problem

2009-07-27 Thread Paulo Andrade
Hello again Nagios community, I found the solution for the NRPE over XINET.D permission problem. As I said, the check_oracle plugin uses some features from the Oracle Home directory to do the Test. But if we don't have permission to access the Oracle directory from the Nagios linux user (as

Re: [Nagios-users] nagios web ui granular access

2009-07-27 Thread Alex Burger
Hi. My Nagios advanced permissions patch may help: http://www.fragit.net/nagios.html Patch for 3.1.2 coming soon. Alex alexus wrote: is there a way to provide an access to a nagios's web interface for a user and assign only particular host/service or hostgroup/servicegroup and nothing

[Nagios-users] Nagios Queries

2009-07-27 Thread Tom Denham
Hello, I'm currently running Nagios 3.0 on CentOS and was curious if anyone can tell me (in Service Detail) how (without plugins) that Nagios is able to query remote Linux boxes and gather information such as Current Load, Root Partition, Swap Usage, Total Processes, etc... I do not recall doing

Re: [Nagios-users] Nagios Queries

2009-07-27 Thread Mathew Walker
typically the remote linux server runs NRPE ... it can be installed relatively easily via most package managers and/or source. -- Mat W. - http://www.techadre.com Date: Mon, 27 Jul 2009 17:14:58 -0400 From: tdenham...@gmail.com To: nagios-users@lists.sourceforge.net Subject:

Re: [Nagios-users] Nagios Queries

2009-07-27 Thread Mathew S. McCarrell
Tom, Are all the values the same, for each piece of information on all the hosts? It sounds like you've got your hosts inheriting service checks, which has resulted in all of them inheriting the default local service checks for your Nagios server. As for best ways to monitor systems remotely,

[Nagios-users] Nagios 3.0.6 process hangs, then recovers

2009-07-27 Thread Andrew Noonan
Hi all, This is the second time this has happened to me... Nagios is working fine when suddenly it stops monitoring. Hours later, the process un-hangs and a message like: [1248653042] Warning: A system time change of 0d 3h 39m 9s (forwards in time) has been detected. Compensating... happens,

Re: [Nagios-users] Nagios Queries

2009-07-27 Thread Rangi, Jai
You can also setup ssh trust and run commands remotely using ssh. -Jai Rangi From: Mathew Walker [mailto:lmw94...@hotmail.com] Sent: Monday, July 27, 2009 2:27 PM To: tdenham...@gmail.com; nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users]

[Nagios-users] Static linked libraries

2009-07-27 Thread Matthew Tice
Hello, I'd like to compile Nagios and the Nagios plugins with static linked libraries. Is this possible? I couldn't find any documentation regarding it and my understanding of gcc is shoddy at best. If it is possible then a few examples would be appreciated. Thanks, Matt

Re: [Nagios-users] Static linked libraries

2009-07-27 Thread James Pratt
-Original Message- From: Matthew Tice [mailto:mjt...@gmail.com] Sent: Monday, July 27, 2009 10:29 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Static linked libraries Hello, I'd like to compile Nagios and the Nagios plugins with static linked libraries. Is

Re: [Nagios-users] Static linked libraries

2009-07-27 Thread James Pratt
-Original Message- From: James Pratt [mailto:jpr...@norwich.edu] Sent: Monday, July 27, 2009 10:41 PM To: Matthew Tice; nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Static linked libraries -Original Message- From: Matthew Tice