[Nagios-users] nagios-plugins-1.4.12

2008-06-12 Thread Kaushal Shriyan
hi I have installed [I--] [M~] net-analyzer/nagios-plugins-1.4.12 on Gentoo OS when i do sudo qlist nagios-plugins, I dont see check_mysql and check_mysql_query plugin. Also i have double checked /usr/nagios/libexec/ there isnt too. Any ideas. Thanks and Regards Kaushal

Re: [Nagios-users] Change nagios monitoring port

2008-06-12 Thread Forsaken
On Fri, 13 Jun 2008 12:26:50 +0800 "howard chen" <[EMAIL PROTECTED]> wrote: If all of your hosts are running on port 4000, just add -p 4000 onto the end of the command check, like so: define command{ command_name check_ssh command_line$USER1$/check_ssh -H $HOSTADDRESS$ -p 4000

[Nagios-users] Change nagios monitoring port

2008-06-12 Thread howard chen
Hi For example, my sshd is running at a port 4000, how to change nagios use this port for alert instead? Thanks. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about any

Re: [Nagios-users] NRPE host on Solaris 10 (now can monitor from server, but local issue on remote host)

2008-06-12 Thread Izz Abdullah
This is interesting: although running the check_nrpe -H localhost on the remote host returns the error, I am able to monitor from the actual Nagios server. And yes, LOCAL, localhost, 127.0.0.1, etc. are in the hosts.allow file. I thought I would take the chance and see if I could monitor since

Re: [Nagios-users] NRPE host on Solaris 10

2008-06-12 Thread Izz Abdullah
Also, I should mention this is the latest NRPE version, but more importantly, we ran ./configure without SSL as I have had too many problems with it. Thanks again, Izz > -Original Message- > From: [EMAIL PROTECTED] > Sent: Wed, 11 Jun 2008 21:41:25 -0800 > To: nagios-users@lists.sourcefo

Re: [Nagios-users] A couple newb questions

2008-06-12 Thread Patrick Morris
On Thu, 12 Jun 2008, Forsaken wrote: > Hi there, > > I'm fairly new to dealing with nagios. I'm currently running nagios > 2.10 on OpenBSD (using their package) > > My first question is thus - > > Are hostgroups pretty much just a cosmetic gathering for viewing in a > web interface, or can they

[Nagios-users] NRPE problems.. blank arugments

2008-06-12 Thread Lyle Scott III
Hey there.. i am having a problem with my NRPE plugins when using argument maros. Am i making a syntax error or what? I have looked at it too long today to tell :) I have confirmed the package was configured with command args enabled and I did turn on dont_blam_nrpe. As stated later, the plugin

[Nagios-users] A couple newb questions

2008-06-12 Thread Forsaken
Hi there, I'm fairly new to dealing with nagios. I'm currently running nagios 2.10 on OpenBSD (using their package) My first question is thus - Are hostgroups pretty much just a cosmetic gathering for viewing in a web interface, or can they serve some practical use during configuration. For ex

Re: [Nagios-users] Flapping & notification

2008-06-12 Thread Tom Throckmorton
On 6/6/08 7:00 AM, Cyril Jaquier wrote: > Hi nagios users, > > We are currently using nagios 3.0.2 on Debian/testing. Everything works > fine. However, something is really annoying with flapping detection and > notification. Let's take an example. > > We have SMS notification using gnokii for C

[Nagios-users] Nagios, on a remote server

2008-06-12 Thread DAve
Good afternoon, We use Nagios here and we would like to have a Nagios install outside of our network. We are in the midwest with our fiber coming out of Chicago. Ideally we would like to get a BSD/Linux host serviced by the west or east coast to monitor our public services. We can certainly fi

Re: [Nagios-users] Nagios server hardware dimensions

2008-06-12 Thread Frederik Vanhee
Aaron M. Segura wrote: > Please stop posting the same exact thing on a daily basis. Sending > multiple posts on consecutive days is *not* going to help you. Quite > the opposite, in fact. > > On Thu, 2008-06-12 at 20:32 +0200, Frederik Vanhee wrote: > >> Hello, >> >> I'm thinking about a har

Re: [Nagios-users] Flapping & notification

2008-06-12 Thread Jakub Łaszczyński
On Tue, Jun 10, 2008 at 8:45 AM, Cyril Jaquier <[EMAIL PROTECTED]> wrote: > >> We are currently using nagios 3.0.2 on Debian/testing. Everything works >> fine. However, something is really annoying with flapping detection and >> notification. Let's take an example. >> > > Does nobody else experimen

Re: [Nagios-users] Services on down hosts

2008-06-12 Thread Andreas Ericsson
Jay R. Ashworth wrote: >>> On Wed, Jun 11, 2008 at 05:54:48PM +0200, Andreas Ericsson wrote: > Well, since (to take an example), CRITICAL load means "a loadaverage > over 8" (on my 8-core Opteron), and we don't *know* the load average if > the machine isn't reachable to return a value..

Re: [Nagios-users] Nagios server hardware dimensions

2008-06-12 Thread Aaron M. Segura
Please stop posting the same exact thing on a daily basis. Sending multiple posts on consecutive days is *not* going to help you. Quite the opposite, in fact. On Thu, 2008-06-12 at 20:32 +0200, Frederik Vanhee wrote: > Hello, > > I'm thinking about a hardware upgrade of my Nagios server. > I h

[Nagios-users] Nagios server hardware dimensions

2008-06-12 Thread Frederik Vanhee
Hello, I'm thinking about a hardware upgrade of my Nagios server. I have a setup with 1500 hosts and 9000 services (from which 2500 services are active and the other 6500 passive). I use the 'classic' Nagios interface for consulting + the Nagvis frontend with the ndo backend. In addition, I use

Re: [Nagios-users] check_vmfs

2008-06-12 Thread Satish Kumar P
Thanks a lot. check_snmp_vmfs.pl has worked for my requirement. Just one more query: Is there any nagios plugin to monitor ssh keys on remote servers?? Thanks in advance. Thanks & Regards, Satish Kumar P On Thu, Jun 12, 2008 at 4:59 AM, Steve Shipway <[EMAIL PROTECTED]> wrote: > Check on na

Re: [Nagios-users] nrpe error - nrpe 1.9 - RHEL 5.2

2008-06-12 Thread Tom Brown
> perhaps something like that as this config works fine on RHEL4 machines > - Its just on RHEL5 where the issue is, i will look at some options to > /etc/sudoers > > thanks Daniel, it was this line causing the issue Defaultsrequiretty it now works! cheers ---

Re: [Nagios-users] nrpe error - nrpe 1.9 - RHEL 5.2

2008-06-12 Thread Tom Brown
> > > I bet it's a sudo issue, maybe related to restrictions executing sudo outside > a real tty. There was an option in sudoers config related to this. > > eventually try to use capture_plugin.pl ... it works nice. > > perhaps something like that as this config works fine on RHEL4 machines

[Nagios-users] Dropping packet with future timestamp, NSCA

2008-06-12 Thread Vinogratzky
Hi list, I have some passive checks with NSCA and my clients are a few seconds ahead. The server rejects the package with: ---8<--- nsca[10986]: Dropping packet with future timestamp. ---8<--- max_packet_age=0 doesn't help here. Any hints? (No, I'm not able to sync the Clients with ntp.) Thx,

[Nagios-users] Dropping packet with future timestamp, NSCA

2008-06-12 Thread Vinogratzky
Hi list, I have some passive checks with NSCA and my clients are a few seconds ahead. The server rejects the package with: ---8<--- nsca[10986]: Dropping packet with future timestamp. ---8<--- max_packet_age=0 doesn't help here. Any hints? (No, I'm not able to sync the Clients with ntp.) Thx,

Re: [Nagios-users] nrpe error - nrpe 1.9 - RHEL 5.2

2008-06-12 Thread Daniel López
On Thu June 12 2008 17:57:09 Tom Brown wrote: > # ./check_nrpe -H xx0204 -c check_hpasm > UNKNOWN - insufficient rights to call sudo /sbin/hpasmcli > > BUT nrpe is running as the user nagios > > $ ps auxwww | grep nrpe > nagios 23963 0.0 0.0 10232 876 ?Ss 15:10 0:00 > /opt/na

Re: [Nagios-users] nrpe error - nrpe 1.9 - RHEL 5.2

2008-06-12 Thread Tom Brown
> > This is an nrpe question so sorry if this is not the right place - I am > trying to monitor a hp disk array and chassis and i have done this > before using check_hparray and check_hpasm without issue, > > Now however i come accross a situation where nrpe is not starting as the > user 'nagio

Re: [Nagios-users] Monitoring data throuhput from SAN switches

2008-06-12 Thread Christian Schneemann
On Thursday June 12 2008 04:11:30 pm Joerg Linge wrote: > Christian Schneemann schrieb: > > On Thursday June 12 2008 03:30:12 pm Joerg Linge wrote: > >> Christian Schneemann schrieb: > >>> On Thursday June 12 2008 02:25:49 pm Max wrote: > On Thu, Jun 12, 2008 at 7:30 AM, Christian Schneemann >

Re: [Nagios-users] NDOutils load configuration

2008-06-12 Thread Morris, Patrick
> I've setup NDOutils with nagios, But is it possible to manage the mysql > database to update the config instead of using config files? > Is there an option for this? Because I only can see that NDOutils is > used for pushing data to mysql but not for pulling. > > Anbody an idea if this is possibl

Re: [Nagios-users] Monitoring data throuhput from SAN switches

2008-06-12 Thread Joerg Linge
Christian Schneemann schrieb: > On Thursday June 12 2008 03:30:12 pm Joerg Linge wrote: >> Christian Schneemann schrieb: >>> On Thursday June 12 2008 02:25:49 pm Max wrote: On Thu, Jun 12, 2008 at 7:30 AM, Christian Schneemann <[EMAIL PROTECTED]> wrote: > Hi, > > I want t

Re: [Nagios-users] Services on down hosts

2008-06-12 Thread Jay R. Ashworth
On Thu, Jun 12, 2008 at 12:24:39AM +0200, Andreas Ericsson wrote: > Bringing this back on-list. I'd appreciate if you could use > "reply-to-all" instead of just "reply", as some of this discussion > is probably of interest to the rest of the community as well. > Thanks. Sorry; my version of mutt d

[Nagios-users] Dummy objects?!?!?

2008-06-12 Thread mirko stefanelli
Hi all, I need to add, if can be possible, some dummy object in status map. how can I add some object that are only container object (without ipaddress). For example: Location --host1 |--host2 |--host3 Thanks in advance. Best Regards

Re: [Nagios-users] Monitoring data throuhput from SAN switches

2008-06-12 Thread Christian Schneemann
On Thursday June 12 2008 03:30:12 pm Joerg Linge wrote: > Christian Schneemann schrieb: > > On Thursday June 12 2008 02:25:49 pm Max wrote: > >> On Thu, Jun 12, 2008 at 7:30 AM, Christian Schneemann > >> > >> <[EMAIL PROTECTED]> wrote: > >>> Hi, > >>> > >>> I want to monitor the data throughput fro

Re: [Nagios-users] Monitoring data throuhput from SAN switches

2008-06-12 Thread Joerg Linge
Christian Schneemann schrieb: > On Thursday June 12 2008 02:25:49 pm Max wrote: >> On Thu, Jun 12, 2008 at 7:30 AM, Christian Schneemann >> >> <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> I want to monitor the data throughput from SAN Switchen in nagios, so >>> that I can use pnp after that to visual

Re: [Nagios-users] Monitoring data throuhput from SAN switches

2008-06-12 Thread Christian Schneemann
On Thursday June 12 2008 02:25:49 pm Max wrote: > On Thu, Jun 12, 2008 at 7:30 AM, Christian Schneemann > > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I want to monitor the data throughput from SAN Switchen in nagios, so > > that I can use pnp after that to visualise it. > > > > I can't believe tha

[Nagios-users] Host check retries

2008-06-12 Thread Emanuel Massano
Title: Emanuel Massano Hi all, I'm having a strange nagios behavior in my host checks. The problem is the number of retries before a hard state is computed. I can't figure out what's the problem, so I'm asking for some help from you. My nagios setup is 3.02, with flap detection disabled. I th

[Nagios-users] mirko stefanelli desidera chattare

2008-06-12 Thread mirko stefanelli
--- mirko stefanelli desidera poter comunicare con te usando i nuovi interessanti prodotti di Google. Se possiedi già Gmail o Google Talk, apri il link http://mail.google.com/mail/b-2b1178f8fa-607adc77d5-bc23d2ef3bfda62b Fai clic

[Nagios-users] Installing Nagios 3 on Debian Etch

2008-06-12 Thread Matthew Macdonald-Wallace
Hi All, Just thought I'd let you know that I've cribbed together a few notes on installing Nagios 3 on Debian etch. I've put them on my blog (http://www.truthisfreedom.org.uk/) and when I get a minute I'll try and turn it into a proper how-to for the wiki. Let me know if there's any edits requir

[Nagios-users] nrpe error - nrpe 1.9 - RHEL 5.2

2008-06-12 Thread Tom Brown
Hi This is an nrpe question so sorry if this is not the right place - I am trying to monitor a hp disk array and chassis and i have done this before using check_hparray and check_hpasm without issue, Now however i come accross a situation where nrpe is not starting as the user 'nagios' # /etc

[Nagios-users] Monitoring data throuhput from SAN switches

2008-06-12 Thread Christian Schneemann
Hi, I want to monitor the data throughput from SAN Switchen in nagios, so that I can use pnp after that to visualise it. I can't believe that I would be the first one who wants to do this ;) Any recommendations? Is there already a plugin for this? I'm playing around with snmp, but I don't want

[Nagios-users] NDOutils load configuration

2008-06-12 Thread Ward Loockx
Hello, I've setup NDOutils with nagios, But is it possible to manage the mysql database to update the config instead of using config files? Is there an option for this? Because I only can see that NDOutils is used for pushing data to mysql but not for pulling. Anbody an idea if this is possible