Re: [Nagios-users] Nagios Sound Alerts configuration

2008-08-04 Thread Marc Powell
On Aug 4, 2008, at 8:12 PM, Jay R. Ashworth wrote: > On Tue, Aug 05, 2008 at 09:37:52AM +0900, Ian Masters wrote: >> It's a bit of a kludge so I was wondering if anyone else had found a >> cleaner way of using the alert sounds function in Nagios itself. > > As I recall, it was determined that the

Re: [Nagios-users] Nagios Sound Alerts configuration

2008-08-04 Thread Jay R. Ashworth
On Tue, Aug 05, 2008 at 09:37:52AM +0900, Ian Masters wrote: > It's a bit of a kludge so I was wondering if anyone else had found a > cleaner way of using the alert sounds function in Nagios itself. As I recall, it was determined that the problem is that the CGI is sending the audio files with the

[Nagios-users] Nagios Front End for Nagios 3

2008-08-04 Thread Ian Masters
Hello again I'd like to ask list members for their recommendations for front end GUIs for configuring Nagios. There's a list of 10 here: http://www.ducea.com/2008/01/16/10-nagios-web-frontends/ I'm wondering which might be the most useful. Also I'd like to know that if I change my mind and don'

[Nagios-users] Nagios Sound Alerts configuration

2008-08-04 Thread Ian Masters
Hi, I'm using Nagios 3.0.3 and I've been trying to get sound alerts working. For my company's purposes, this is more useful than email alerts. Looking at the archives, I can see this subject pops up on an intermittent basis, but most of the proposed solutions involve scripting that I'd rather not

[Nagios-users] Upgrade problem

2008-08-04 Thread Leandro de Oliveira
Hi I upgrade de nagios installation to version 3.0.3 and after this the sound notifications stop to play. Anyone can helpme? Leandro- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coo

[Nagios-users] Nagios Looking Glass - what do you want to see?

2008-08-04 Thread Andy Shellam
Hi all, Nagios Looking Glass was first formed as a project nearly 2 years ago, with the sole aim to provide a public-facing, read-only interface to provide Nagios status updates to end users. Since then, the team has received plenty of suggestions for how we can take the project further in the

[Nagios-users] Nagios Looking Glass 1.1.0 beta 2 released

2008-08-04 Thread Andy Shellam
NLG 1.1.0 Beta 2 The Nagios Looking Glass project is pleased to announce the immediate availability of the 2nd beta of Nagios Looking Glass 1.1.0. If there are no major issues with this beta, we will release 1.1.0 as stable in 1-2 weeks time. Download it now from www.nagioslookingglass.co.uk/

Re: [Nagios-users] hierarchical nagios

2008-08-04 Thread Duncan Ferguson
On 4 Aug 2008, at 17:28, dave stern - e-mail.pluribus.unum wrote: > We have a primary nagios install that monitors hosts/services spread > across multiple > labs (political domains). In one of the labs, I've build a nagios > install monitoring all of > its local hosts and services. It would be in

[Nagios-users] Using SNMP to get 'top' information

2008-08-04 Thread Phuk Yu
I'm wondering what's the best way to get resource hog information in Linux from Nagios. is enterprises.ucdavis.extTable.extEntry.extCommand.1 ="/usr/bin/top -bcisS -n 3" the way to go? Or should I use the Nagios plug check_top_process.sh as an event handler and just have the script placed on

Re: [Nagios-users] feature request: Service used as Host check

2008-08-04 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Goldschrafe, Jeffrey wrote: |> It seems some of us could just do with a config where we appoint a |> service check as being a host check. |> |> So if I define the service PING and use check_icmp on there I might as |> well derive the host state from t

Re: [Nagios-users] check_smartmon - IndexError: list index out ofrange

2008-08-04 Thread Jake Solid
I had to change the folowing line: elif line == "=== START OF READ SMART DATA SECTION ===": to: elif line == "": Now I get the following output: [EMAIL PROTECTED] plugins]# /usr/sbin/smartctl -c /dev/sda smartctl version 5.36 [x86_64-redhat-linux-gnu] Copyright (C) 2002-6 Bruce Allen Home page

[Nagios-users] hierarchical nagios

2008-08-04 Thread dave stern - e-mail.pluribus.unum
We have a primary nagios install that monitors hosts/services spread across multiple labs (political domains). In one of the labs, I've build a nagios install monitoring all of its local hosts and services. It would be interesting to tie the two together. Ultimatey what I'd like to see is a "30,000

Re: [Nagios-users] is there a plugin for traffic threshold?

2008-08-04 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of slamp slamp > Sent: Monday, August 04, 2008 10:12 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] is there a plugin for traffic threshold? > > i've seen plugins whe

Re: [Nagios-users] check_md_raid plugin and check_smartmon plugin comparison

2008-08-04 Thread Hari Sekhon
Jake Solid wrote: > The check_md_raid plugin which uses the mdadm program to get the status > of all the linux md arrays on the local machine provides the same > functionality as the check_smartmon plugin? > > Thanks in advanced. No, check_md_raid checks on the status linux software raid arrays.

Re: [Nagios-users] feature request: Service used as Host check

2008-08-04 Thread Goldschrafe, Jeffrey
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Hugo van der Kooij > Sent: Sunday, August 03, 2008 1:28 PM > To: nagios-user Mailinglist > Subject: [Nagios-users] feature request: Service used as Host check > > Hi, > > It seems some of

Re: [Nagios-users] New user with nagios 3.0.3 hanging.

2008-08-04 Thread Jose Luis Garcia
Hello David, I think I haven't. How can I know if i have defined a pipe. If I have done I didn't it in purpose, I promise :-) Thanks a lot Jose Luis 2008/8/1 David Ford <[EMAIL PROTECTED]> > Do you by chance have a pipe output defined, such as the nagios irc > bot? And, is that bot not run

[Nagios-users] check_md_raid plugin and check_smartmon plugin comparison

2008-08-04 Thread Jake Solid
The check_md_raid plugin which uses the mdadm program to get the status of all the linux md arrays on the local machine provides the same functionality as the check_smartmon plugin? Thanks in advanced. - This SF.Net email is

[Nagios-users] is there a plugin for traffic threshold?

2008-08-04 Thread slamp slamp
i've seen plugins where it alerts when a certain percentage of an interface for in/out is reached. what about a plugin for the other way around? alert when an interface is using below a certain speed lets say alert below 50mbit. -

Re: [Nagios-users] feature request: Service used as Host check

2008-08-04 Thread Marcus Rejås
On 08/03 19:28, Hugo van der Kooij wrote: > Hi, Hi, > It seems some of us could just do with a config where we appoint a > service check as being a host check. That's true in many situations. > So if I define the service PING and use check_icmp on there I might as > well derive the host state f