[Nagios-users] bandwidth monitoring and presentation?

2010-06-18 Thread Roderick A. Anderson
Similar to what Solarwinds does?

I'm back.  Last August I asked about monitoring Tranzeo wireless radios 
and SNMP.

Did some more searching and found my own posts :-) and a few more but 
nothing really substantial.

More research and a bit of clarification of needs/desires leads me to 
think I need monitor bandwidth utilization and graph it.  I found the 
check_bandwidth plug-in.  Haven't tried it yet so was hoping some one on 
the list could offer some insight and as to what it will provide 
Nagios-wise.


TIA,
Rod
-- 

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
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] Looking for an alternative user interface with more advanced features

2010-06-18 Thread Robert Wolfe
Okay, I was looking for this, however, I was not able to find it.  Either that 
or I just didn't look hard enough :)



From: Kyle Bader [mailto:kyle.ba...@gmail.com]
Sent: Wed 6/16/2010 3:04 PM
To: Nagios Users List
Subject: Re: [Nagios-users] Looking for an alternative user interface with more 
advanced features



> What is this "Ninja" and where might one be able to obtain a copy of it?

Their site explains it far better than I could:

http://www.op5.org/community/projects/ninja


--

Kyle

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.  See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
___
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


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
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] Missing -l parameters. Detailed i nformation (can´t solve the problem) PLEASE H ELP!!

2010-06-18 Thread Gustavo Araujo
Sean,

Thanks a lot for your help.

It is now working fine.

Regards.

2010/6/17 Sean McAfee 

> Gustavo Araujo wrote:
> > Hello everyone.
> >
> > I´m using ubuntu-server 10.4 with nagios 3.2 (from repository)
> >
> > Follow down my configurations.
> >
> > /etc/nagios-plugins/config/nt.cfg:
> >
> > define command {
> > command_namecheck_nt
> > command_line/usr/lib/nagios/plugins/check_nt -H
> > '$HOSTADDRESS$' -v '$ARG1$'
> > }
> >
> > define command {
> > command_namecheck_nscp
> > command_line/usr/lib/nagios/plugins/check_nt -H
> > '$HOSTADDRESS$' -p 12489 -v '$ARG1$'
> > }
> >
> >
> > /etc/nagios3/conf.d/conf_nagios_afis.cfg
> >
> > define service{
> > host_name   dpfmas01
> > service_description check_space
> > use generic-service
> > check_command   check_nscp!USEDDISKSPACE! -l c -w 80 -c
> 90
> > }
>
> Command, not service, definitions contain the switches.
>
> Service definition's check_commands can only take !-delimited arguments,
> which are then used to populate the switches from the command definition.
>
> You can hardcode the drive, warning/critical levels, and port into the
> command definition, but I'd do the following:
>
> define command {
>  command_namecheck_nt_disk
>   command_line/usr/lib/nagios/plugins/check_nt -H
>   '$HOSTADDRESS$' -p '$ARG1$' -v 'USEDDISKSPACE' -l '$ARG2$' -w '$ARG3$'
> -c '$ARG4$'
> }
>
> Which would mean your service definition should look like:
>
> define service{
>  host_name   dpfmas01
>  service_description check_space
>  use generic-service
>   check_command   check_nt_disk!12489!c!80!90
> }
>
> Hope this helps,
>
> --
> Sean McAfee
> Senior Systems Engineer
>
>
> --
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit.  See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> ___
> 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
>



-- 
Gustavo Campos Araujo
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
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] Escalate after X warnings or criticals

2010-06-18 Thread Michael Friedrich
Andrew Li wrote:
> Thanks for the patch, it applies cleanly to 3.0.6 stable. I've read
> through it but have not yet tried using it.
>

Hiren has been in contact with Mark on it the last months, in Icinga it 
works just fine now.

> I think it's a good enhancement because it makes the escalation path
> more logical.
>

Yep we too - that is why it has been slightly adapted and will be in 
Icinga 1.0.2

Kind regards,
Michael

-- 
DI (FH) Michael Friedrich
michael.friedr...@univie.ac.at
Tel: +43 1 4277 14359

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
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