Re: [Nagios-users] cisco traffic monitoring

2011-05-04 Thread Michael Friedrich

On 04.05.2011 15:54, Nibin VM wrote:

Hi guys,

I would like to monitor the traffic of my cisco routers and need to 
get alarmed when the traffic threshold is crossed( need to avoid 
bandwidth over usage ) . I have snmp enabled on my routers.


try checkmk.



Can anybody help me?

--
Regards,
Nibin.





--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today.  Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd


___
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


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
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] cisco traffic monitoring

2011-05-04 Thread Michael Saldivar
On Wed, May 4, 2011 at 1:17 PM, Nibin VM  wrote:
> also..anybody can tell me what does the log file we need to specify when we
> use check_mrtgtraf...we don't have any such log file generated on our server
> by cacti

MRTG and Cacti are different products, and may use different Nagios plugins.

MRTG creates a website, puts the logs in that website's directory, and
dynamically creates graphs based on the log data.  On my Ubuntu
Nagios/MRTG machine, the logs & web pages are in /var/www/mrtg.

Each port gets its own log, so for instance on my switch 10.5.10.4,
port 15, the log file is:

nagios@itweb1:/var/www/mrtg$ ls -l 10.5.10.4_15.log
-rw-r--r-- 1 root root 74442 2011-05-04 15:40 10.5.10.4_15.log

and the service bandwidth check in Nagios is:

define service{
use generic-service ; Inherit values from a template
host_name   switch-CoreA
service_description Port15
check_command
check_local_mrtgtraf!/var/www/mrtg/10.5.10.4_15.log!AVG!100,100!500,500!10
}

I haven't used Cacti, so can't offer tips there.

-Mike

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
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] cisco traffic monitoring

2011-05-04 Thread Nibin VM
also..anybody can tell me what does the log file we need to specify when we
use check_mrtgtraf...we don't have any such log file generated on our server
by cacti

On Wed, May 4, 2011 at 10:20 PM, Nibin VM  wrote:

> Thanks Marco..I will check it :)
>
>
> On Wed, May 4, 2011 at 7:56 PM, Marco Tirado wrote:
>
>> Hello:
>>
>> You should always check the nagios exchange webpage for plugin related
>> questions:
>>
>> http://exchange.nagios.org/
>>
>>  I guess the plugin you are looking for is
>> check_snmp_int.pl
>>
>> http://nagios.manubulon.com/snmp_int.html
>>
>> //Marco
>>
>> On Wed, May 4, 2011 at 3:54 PM, Nibin VM  wrote:
>>
>>> Hi guys,
>>>
>>> I would like to monitor the traffic of my cisco routers and need to get
>>> alarmed when the traffic threshold is crossed( need to avoid bandwidth over
>>> usage ) . I have snmp enabled on my routers.
>>>
>>> Can anybody help me?
>>>
>>> --
>>> Regards,
>>> Nibin.
>>>
>>>
>>>
>>>
>>>
>>> --
>>> WhatsUp Gold - Download Free Network Management Software
>>> The most intuitive, comprehensive, and cost-effective network
>>> management toolset available today.  Delivers lowest initial
>>> acquisition cost and overall TCO of any competing solution.
>>> http://p.sf.net/sfu/whatsupgold-sd
>>> ___
>>> 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
>>>
>>
>>
>>
>> --
>> WhatsUp Gold - Download Free Network Management Software
>> The most intuitive, comprehensive, and cost-effective network
>> management toolset available today.  Delivers lowest initial
>> acquisition cost and overall TCO of any competing solution.
>> http://p.sf.net/sfu/whatsupgold-sd
>> ___
>> 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
>>
>
>
>
> --
> Regards,
> Nibin.
> -
> Nibin.V.M
> Operations Engineer(Unix)
> PiServe.com
>
>
>


-- 
Regards,
Nibin.
-
Nibin.V.M
Operations Engineer(Unix)
PiServe.com
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
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] cisco traffic monitoring

2011-05-04 Thread Nibin VM
Thanks Marco..I will check it :)

On Wed, May 4, 2011 at 7:56 PM, Marco Tirado  wrote:

> Hello:
>
> You should always check the nagios exchange webpage for plugin related
> questions:
>
> http://exchange.nagios.org/
>
>  I guess the plugin you are looking for is
> check_snmp_int.pl
>
> http://nagios.manubulon.com/snmp_int.html
>
> //Marco
>
> On Wed, May 4, 2011 at 3:54 PM, Nibin VM  wrote:
>
>> Hi guys,
>>
>> I would like to monitor the traffic of my cisco routers and need to get
>> alarmed when the traffic threshold is crossed( need to avoid bandwidth over
>> usage ) . I have snmp enabled on my routers.
>>
>> Can anybody help me?
>>
>> --
>> Regards,
>> Nibin.
>>
>>
>>
>>
>>
>> --
>> WhatsUp Gold - Download Free Network Management Software
>> The most intuitive, comprehensive, and cost-effective network
>> management toolset available today.  Delivers lowest initial
>> acquisition cost and overall TCO of any competing solution.
>> http://p.sf.net/sfu/whatsupgold-sd
>> ___
>> 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
>>
>
>
>
> --
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today.  Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> ___
> 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
>



-- 
Regards,
Nibin.
-
Nibin.V.M
Operations Engineer(Unix)
PiServe.com
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
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] cisco traffic monitoring

2011-05-04 Thread Marco Tirado
Hello:

You should always check the nagios exchange webpage for plugin related
questions:

http://exchange.nagios.org/

I guess the plugin you are looking for is
check_snmp_int.pl

http://nagios.manubulon.com/snmp_int.html

//Marco

On Wed, May 4, 2011 at 3:54 PM, Nibin VM  wrote:

> Hi guys,
>
> I would like to monitor the traffic of my cisco routers and need to get
> alarmed when the traffic threshold is crossed( need to avoid bandwidth over
> usage ) . I have snmp enabled on my routers.
>
> Can anybody help me?
>
> --
> Regards,
> Nibin.
>
>
>
>
>
> --
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today.  Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> ___
> 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
>
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
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] cisco traffic monitoring

2011-05-04 Thread Nibin VM
Hi guys,

I would like to monitor the traffic of my cisco routers and need to get
alarmed when the traffic threshold is crossed( need to avoid bandwidth over
usage ) . I have snmp enabled on my routers.

Can anybody help me?

-- 
Regards,
Nibin.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
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