
Hi
Does Observium support ATM on cisco ?
because i see the first card: ATM1/0 but not all sub interface
regards jerome

hello,
On 05/11/2015 09:57 AM, Jerome SCHEVINGT wrote:
Does Observium support ATM on cisco ?
because i see the first card: ATM1/0 but not all sub interface
check your config file: maybe you are not accepting virtual interfaces (look for bad_if directives)

Le 11/05/2015 15:42, emilio brambilla a écrit :
hello,
On 05/11/2015 09:57 AM, Jerome SCHEVINGT wrote:
Does Observium support ATM on cisco ?
because i see the first card: ATM1/0 but not all sub interface
check your config file: maybe you are not accepting virtual interfaces (look for bad_if directives)
Hi
thanks for your answer.
No i don't have "bad_if" directive into my config.php
regards jerome

I had to go into /includes/defaults.inc.php and comment out the line $config['bad_iftype'][] = "atmSubInterface"; I know we're only supposed to edit the config.php, so how would we override the setting from the defaults? I'm guessing my change will get overwritten next time the defaults file get's updated.
-Colin Anderson
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Jerome SCHEVINGT Sent: Monday, May 11, 2015 10:46 AM To: observium@observium.org Subject: Re: [Observium] Observium and ATM ?
Le 11/05/2015 15:42, emilio brambilla a écrit :
hello,
On 05/11/2015 09:57 AM, Jerome SCHEVINGT wrote:
Does Observium support ATM on cisco ?
because i see the first card: ATM1/0 but not all sub interface
check your config file: maybe you are not accepting virtual interfaces (look for bad_if directives)
Hi
thanks for your answer.
No i don't have "bad_if" directive into my config.php
regards jerome
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

Hi
very thanks, i have put a # at $config['bad_if'][] = "-atm"; and now i see my interface
regards jerome
Le 11/05/2015 18:25, Colin Anderson a écrit :
I had to go into /includes/defaults.inc.php and comment out the line $config['bad_iftype'][] = "atmSubInterface"; I know we're only supposed to edit the config.php, so how would we override the setting from the defaults? I'm guessing my change will get overwritten next time the defaults file get's updated.
-Colin Anderson
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Jerome SCHEVINGT Sent: Monday, May 11, 2015 10:46 AM To: observium@observium.org Subject: Re: [Observium] Observium and ATM ?
Le 11/05/2015 15:42, emilio brambilla a écrit :
hello,
On 05/11/2015 09:57 AM, Jerome SCHEVINGT wrote:
Does Observium support ATM on cisco ?
because i see the first card: ATM1/0 but not all sub interface
check your config file: maybe you are not accepting virtual interfaces (look for bad_if directives)
Hi
thanks for your answer.
No i don't have "bad_if" directive into my config.php
regards jerome
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

I want to move this stuff to the database so that it's a little easier to deal with, and a little more obvious!
adam.
On 2015-05-11 17:25, Colin Anderson wrote:
I had to go into /includes/defaults.inc.php and comment out the line $config['bad_iftype'][] = "atmSubInterface"; I know we're only supposed to edit the config.php, so how would we override the setting from the defaults? I'm guessing my change will get overwritten next time the defaults file get's updated.
-Colin Anderson
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Jerome SCHEVINGT Sent: Monday, May 11, 2015 10:46 AM To: observium@observium.org Subject: Re: [Observium] Observium and ATM ?
Le 11/05/2015 15:42, emilio brambilla a écrit :
hello,
On 05/11/2015 09:57 AM, Jerome SCHEVINGT wrote:
Does Observium support ATM on cisco ?
because i see the first card: ATM1/0 but not all sub interface
check your config file: maybe you are not accepting virtual interfaces (look for bad_if directives)
Hi
thanks for your answer.
No i don't have "bad_if" directive into my config.php
regards jerome
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

hello,
On 05/13/2015 03:24 PM, Adam Armstrong wrote:
I want to move this stuff to the database so that it's a little easier to deal with, and a little more obvious!
great!
and it would be nice to have bad_if not created at all (now, if I correctly understand, the poller inserts the interface in the db, create the rrd and then delete it from the db if it match a bad_if rule)

I think that is a minor difference between how the discovery and poller processes do the filtering.
I should look in to that, since it is a longstanding irritation!
Adam.
Sent with AquaMail for Android http://www.aqua-mail.com
On 13 May 2015 14:33:25 emilio brambilla emilio@ngi.it wrote:
hello,
On 05/13/2015 03:24 PM, Adam Armstrong wrote:
I want to move this stuff to the database so that it's a little easier to deal with, and a little more obvious!
great!
and it would be nice to have bad_if not created at all (now, if I correctly understand, the poller inserts the interface in the db, create the rrd and then delete it from the db if it match a bad_if rule)
-- bye, emilio _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

On Mon, May 11, 2015 at 04:25:26PM +0000, Colin Anderson wrote:
I had to go into /includes/defaults.inc.php and comment out the line $config['bad_iftype'][] = "atmSubInterface"; I know we're only supposed to edit the config.php, so how would we override the setting from the defaults? I'm guessing my change will get overwritten next time the defaults file get's updated.
-Colin Anderson
I think doing the following in config.php would remove the value you want:
if (($key = array_search("atmSubInterface", $config['bad_iftype'])) !== false) { unset $config['bad_iftype'][$key]; }
without resorting to editing defaults.inc.php, if config.php is processed after the defaults file.

Some are ignored by default.
On May 11, 2015 4:46 PM, Jerome SCHEVINGT jerome.ml@phibee-telecom.net wrote:
Le 11/05/2015 15:42, emilio brambilla a écrit :
hello,
On 05/11/2015 09:57 AM, Jerome SCHEVINGT wrote:
Does Observium support ATM on cisco ?
because i see the first card: ATM1/0 but not all sub interface
check your config file: maybe you are not accepting virtual interfaces (look for bad_if directives)
Hi
thanks for your answer.
No i don't have "bad_if" directive into my config.php
regards jerome
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (6)
-
Adam Armstrong
-
Brandon Ewing
-
Colin Anderson
-
emilio brambilla
-
Jerome SCHEVINGT
-
Tom Laermans