ATM interfaces not showing on Device Overview
Hi Adam,
I am having a strange issues which I need your help in troubleshooting. I have this 7606 which has ATM interfaces configured but the problem is that when I discover this device, all the interfaces are discovered include ATM ones but as soon as the poller runs, they disappear again. I am not sure how to fix this issues. I am running the latest version of Observium. Thanks for your help.
After discovery
After poller has run
Regards, Bruce Majola
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
Hi Bruce,
That's probably because of recent changes done in includes/defaults.inc.php, which I involved a bit. Some of interfaces ignored by iftype now.
On 04/04/12 15:08, Bruce-Young Majola wrote:
Hi Adam,
I am having a strange issues which I need your help in troubleshooting. I have this 7606 which has ATM interfaces configured but the problem is that when I discover this device, all the interfaces are discovered include ATM ones but as soon as the poller runs, they disappear again. I am not sure how to fix this issues. I am running the latest version of Observium. Thanks for your help.
After discovery
After poller has run
Regards, Bruce Majola
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi Nikolay,
Would removing this line from the includes/defaults.inc.php file help?
$config['bad_if'][] = "-atm";
Regards, Bruce Majola
-----Original Message----- From: Nikolay Shopik [mailto:shopik@inblock.ru] Sent: 04 April 2012 03:17 PM To: Bruce Majola; Observium Network Observation System Subject: Re: [Observium] ATM interfaces not showing on Device Overview
Hi Bruce,
That's probably because of recent changes done in includes/defaults.inc.php, which I involved a bit. Some of interfaces ignored by iftype now.
On 04/04/12 15:08, Bruce-Young Majola wrote:
Hi Adam,
I am having a strange issues which I need your help in
troubleshooting.
I have this 7606 which has ATM interfaces configured but the problem
is
that when I discover this device, all the interfaces are discovered include ATM ones but as soon as the poller runs, they disappear again.
I
am not sure how to fix this issues. I am running the latest version of Observium. Thanks for your help.
After discovery
After poller has run
Regards, Bruce Majola
DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
I never work with real ATM interfaces, so I don't know how they actually named. I do recommend run snmpwlk -Os -c community -v 2C host.example.com ifdescr, to find out that actually names of your ATM interfaces and see if they actually match this option.
And $config['bad_if'][] = "-atm"; option exist there for quite some time, how long ago you notice problem?
On 04/04/12 17:31, Bruce Majola wrote:
Hi Nikolay,
Would removing this line from the includes/defaults.inc.php file help?
$config['bad_if'][] = "-atm";
Regards, Bruce Majola
-----Original Message----- From: Nikolay Shopik [mailto:shopik@inblock.ru] Sent: 04 April 2012 03:17 PM To: Bruce Majola; Observium Network Observation System Subject: Re: [Observium] ATM interfaces not showing on Device Overview
Hi Bruce,
That's probably because of recent changes done in includes/defaults.inc.php, which I involved a bit. Some of interfaces ignored by iftype now.
On 04/04/12 15:08, Bruce-Young Majola wrote:
Hi Adam,
I am having a strange issues which I need your help in
troubleshooting.
I have this 7606 which has ATM interfaces configured but the problem
is
that when I discover this device, all the interfaces are discovered include ATM ones but as soon as the poller runs, they disappear again.
I
am not sure how to fix this issues. I am running the latest version of Observium. Thanks for your help.
After discovery
After poller has run
Regards, Bruce Majola
DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
Hi Nikolay,
Thanks for your help. I did not bother with this previously because for some reason Observium was not picking up the ATM interfaces nor showing traffic on them. By chance I noticed that after upgrading to the latest version the traffic was being graphed for these interfaces but there was nothing shown under device overview. I corrected the issue by disabling these lines;
#$config['bad_iftype'][] = "atmSubInterface"; #$config['bad_iftype'][] = "aal5";
Regards, Bruce Majola
-----Original Message----- From: Nikolay Shopik [mailto:shopik@inblock.ru] Sent: 04 April 2012 03:42 PM To: Bruce Majola Cc: Observium Network Observation System Subject: Re: [Observium] ATM interfaces not showing on Device Overview
I never work with real ATM interfaces, so I don't know how they actually named. I do recommend run snmpwlk -Os -c community -v 2C host.example.com ifdescr, to find out that actually names of your ATM interfaces and see if they actually match this option.
And $config['bad_if'][] = "-atm"; option exist there for quite some time, how long ago you notice problem?
On 04/04/12 17:31, Bruce Majola wrote:
Hi Nikolay,
Would removing this line from the includes/defaults.inc.php file help?
$config['bad_if'][] = "-atm";
Regards, Bruce Majola
-----Original Message----- From: Nikolay Shopik [mailto:shopik@inblock.ru] Sent: 04 April 2012 03:17 PM To: Bruce Majola; Observium Network Observation System Subject: Re: [Observium] ATM interfaces not showing on Device Overview
Hi Bruce,
That's probably because of recent changes done in includes/defaults.inc.php, which I involved a bit. Some of interfaces ignored by iftype now.
On 04/04/12 15:08, Bruce-Young Majola wrote:
Hi Adam,
I am having a strange issues which I need your help in
troubleshooting.
I have this 7606 which has ATM interfaces configured but the problem
is
that when I discover this device, all the interfaces are discovered include ATM ones but as soon as the poller runs, they disappear
again.
I
am not sure how to fix this issues. I am running the latest version
of
Observium. Thanks for your help.
After discovery
After poller has run
Regards, Bruce Majola
DISCLAIMER: The information in this message is confidential and may
be
legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the
intended
recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited
and
may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through
its
networks. Thank you.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
Please be aware, that it's not recommended to edit this file as it will be overwritten at next update. These two lines changes made by me, to actually match some subinterfaces of ADSL modules, previously it was matched using ifdescr text. Before r2938 commit it matched using ifdescr. $config['bad_if'][] = "-atm layer"; $config['bad_if'][] = "-atm subif"; $config['bad_if'][] = "-aal5";
Does it partially match your current ATM interface names?
On 04/04/12 18:05, Bruce Majola wrote:
Hi Nikolay,
Thanks for your help. I did not bother with this previously because for some reason Observium was not picking up the ATM interfaces nor showing traffic on them. By chance I noticed that after upgrading to the latest version the traffic was being graphed for these interfaces but there was nothing shown under device overview. I corrected the issue by disabling these lines;
#$config['bad_iftype'][] = "atmSubInterface"; #$config['bad_iftype'][] = "aal5";
Regards, Bruce Majola
-----Original Message----- From: Nikolay Shopik [mailto:shopik@inblock.ru] Sent: 04 April 2012 03:42 PM To: Bruce Majola Cc: Observium Network Observation System Subject: Re: [Observium] ATM interfaces not showing on Device Overview
I never work with real ATM interfaces, so I don't know how they actually named. I do recommend run snmpwlk -Os -c community -v 2C host.example.com ifdescr, to find out that actually names of your ATM interfaces and see if they actually match this option.
And $config['bad_if'][] = "-atm"; option exist there for quite some time, how long ago you notice problem?
On 04/04/12 17:31, Bruce Majola wrote:
Hi Nikolay,
Would removing this line from the includes/defaults.inc.php file help?
$config['bad_if'][] = "-atm";
Regards, Bruce Majola
-----Original Message----- From: Nikolay Shopik [mailto:shopik@inblock.ru] Sent: 04 April 2012 03:17 PM To: Bruce Majola; Observium Network Observation System Subject: Re: [Observium] ATM interfaces not showing on Device Overview
Hi Bruce,
That's probably because of recent changes done in includes/defaults.inc.php, which I involved a bit. Some of interfaces ignored by iftype now.
On 04/04/12 15:08, Bruce-Young Majola wrote:
Hi Adam,
I am having a strange issues which I need your help in
troubleshooting.
I have this 7606 which has ATM interfaces configured but the problem
is
that when I discover this device, all the interfaces are discovered include ATM ones but as soon as the poller runs, they disappear
again.
I
am not sure how to fix this issues. I am running the latest version
of
Observium. Thanks for your help.
After discovery
After poller has run
Regards, Bruce Majola
DISCLAIMER: The information in this message is confidential and may
be
legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the
intended
recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited
and
may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through
its
networks. Thank you.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
atm subif and aal5 match. Please the other mail I just sent to the forum, I am not sure if the picture attached will make it through though.
Regards, Bruce Majola
-----Original Message----- From: Nikolay Shopik shopik@inblock.ru To: Bruce Majola Brucem@fastnet.co.za Cc: Observium Network Observation System observium@observium.org Subject: Re: [Observium] ATM interfaces not showing on Device Overview Date: Wed, 04 Apr 2012 18:20:57 +0400 Mailer: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120327 Thunderbird/11.0.1
Please be aware, that it's not recommended to edit this file as it will be overwritten at next update. These two lines changes made by me, to actually match some subinterfaces of ADSL modules, previously it was matched using ifdescr text. Before r2938 commit it matched using ifdescr. $config['bad_if'][] = "-atm layer"; $config['bad_if'][] = "-atm subif"; $config['bad_if'][] = "-aal5";
Does it partially match your current ATM interface names?
On 04/04/12 18:05, Bruce Majola wrote:
Hi Nikolay,
Thanks for your help. I did not bother with this previously because for some reason Observium was not picking up the ATM interfaces nor showing traffic on them. By chance I noticed that after upgrading to the latest version the traffic was being graphed for these interfaces but there was nothing shown under device overview. I corrected the issue by disabling these lines;
#$config['bad_iftype'][] = "atmSubInterface"; #$config['bad_iftype'][] = "aal5";
Regards, Bruce Majola
-----Original Message----- From: Nikolay Shopik [mailto:shopik@inblock.ru] Sent: 04 April 2012 03:42 PM To: Bruce Majola Cc: Observium Network Observation System Subject: Re: [Observium] ATM interfaces not showing on Device Overview
I never work with real ATM interfaces, so I don't know how they actually named. I do recommend run snmpwlk -Os -c community -v 2C host.example.com ifdescr, to find out that actually names of your ATM interfaces and see if they actually match this option.
And $config['bad_if'][] = "-atm"; option exist there for quite some time, how long ago you notice problem?
On 04/04/12 17:31, Bruce Majola wrote:
Hi Nikolay,
Would removing this line from the includes/defaults.inc.php file help?
$config['bad_if'][] = "-atm";
Regards, Bruce Majola
-----Original Message----- From: Nikolay Shopik [mailto:shopik@inblock.ru] Sent: 04 April 2012 03:17 PM To: Bruce Majola; Observium Network Observation System Subject: Re: [Observium] ATM interfaces not showing on Device Overview
Hi Bruce,
That's probably because of recent changes done in includes/defaults.inc.php, which I involved a bit. Some of interfaces ignored by iftype now.
On 04/04/12 15:08, Bruce-Young Majola wrote:
Hi Adam,
I am having a strange issues which I need your help in
troubleshooting.
I have this 7606 which has ATM interfaces configured but the problem
is
that when I discover this device, all the interfaces are discovered include ATM ones but as soon as the poller runs, they disappear
again.
I
am not sure how to fix this issues. I am running the latest version
of
Observium. Thanks for your help.
After discovery
After poller has run
Regards, Bruce Majola
DISCLAIMER: The information in this message is confidential and may
be
legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the
intended
recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited
and
may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through
its
networks. Thank you.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
On 05/04/12 00:20, Nikolay Shopik wrote:
Please be aware, that it's not recommended to edit this file as it will be overwritten at next update.
Incidentally, if you use the svn update method, the changes should be kept during merges with upstream. However, you do need to be on the lookout for merge conflicts if you change anything significant.
Paul
Please note:
Paul Gear is a very naughty boy.
One must NEVER edit defaults.inc.php or static-config.inc.php. To do so would be extremely naughty.
adam.
On Thu, 05 Apr 2012 06:58:22 +1000, Paul Gear observium@gear.dyndns.org wrote:
On 05/04/12 00:20, Nikolay Shopik wrote:
Please be aware, that it's not recommended to edit this file as it will be overwritten at next update.
Incidentally, if you use the svn update method, the changes should be kept during merges with upstream. However, you do need to be on the lookout for merge conflicts if you change anything significant.
Paul _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
On 05/04/12 10:51, Adam Armstrong wrote:
Please note:
Paul Gear is a very naughty boy.
One must NEVER edit defaults.inc.php or static-config.inc.php. To do so would be extremely naughty.
I would never be so naughty as to suggest editing those files; i was merely pointing out that subversion can merge local changes with upstream in many cases. ;-)
Do not change anything in defaults.inc.php find out which rule is matching your interfaces and we'll remove it from there.
Hi Adam,
Please remove/disable these rules;
$config['bad_iftype'][] = "atmSubInterface";
$config['bad_iftype'][] = "aal5";
$config['bad_iftype'][] = "mpls";
Regards
Bruce Majola
From: observium-bounces@observium.org [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: 04 April 2012 04:29 PM To: Observium Network Observation System Subject: Re: [Observium] ATM interfaces not showing on Device Overview
Do not change anything in defaults.inc.php find out which rule is matching your interfaces and we'll remove it from there.
Are you *sure* you want to see those interfaces? :D
We've ignored MPLS on cisco kit for a long time!
What interfaces have we specifically caught in the recent changes?
adam.
On 2012-04-04 15:35, Bruce Majola wrote:
Hi Adam,
Please remove/disable these rules;
$config['bad_iftype'][] = "atmSubInterface";
$config['bad_iftype'][] = "aal5";
$config['bad_iftype'][] = "mpls";
Regards
Bruce Majola
*From:*observium-bounces@observium.org [mailto:observium-bounces@observium.org] *On Behalf Of *Adam Armstrong *Sent:* 04 April 2012 04:29 PM *To:* Observium Network Observation System *Subject:* Re: [Observium] ATM interfaces not showing on Device Overview
Do not change anything in defaults.inc.php find out which rule is matching your interfaces and we'll remove it from there. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Bruce Majola Brucem@fastnet.co.za wrote:
Hi Nikolay,
Would removing this line from the includes/defaults.inc.php file help?
$config['bad_if'][] = "-atm";
Regards,
Bruce Majola
-----Original Message-----
From: Nikolay Shopik [mailto:shopik@inblock.ru]
Sent: 04 April 2012 03:17 PM
To: Bruce Majola; Observium Network Observation System
Subject: Re: [Observium] ATM interfaces not showing on Device Overview
Hi Bruce,
That's probably because of recent changes done in
includes/defaults.inc.php, which I involved a bit. Some of interfaces
ignored by iftype now.
On 04/04/12 15:08, Bruce-Young Majola wrote:
Hi Adam,
I am having a strange issues which I need your help in
troubleshooting.
I have this 7606 which has ATM interfaces configured but the problem
is
that when I
discover this device, all the interfaces are discovered
include ATM ones but as soon as the poller runs, they disappear again.
I
am not sure how to fix this issues. I am running the latest version of
Observium. Thanks for your help.
After discovery
After poller has run
Regards,
Bruce Majola
DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee. Access to
this message by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or
any action or omission taken by you in reliance on it, is prohibited and
may be unlawful. Please immediately contact the sender if you have
received this message in error. SWIFTNET and any of its subsidiaries
each reserve the right to monitor all e-mail communications through its
networks. Thank you.
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Website: http://www.fastnet.co.za
__
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. *SWIFTNET *and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
__
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I definitely need the aal5 interface type as it shows me traffic carrying ATM sub-interfaces which I never had before; the atmSubInterface and the mpls interfaces can be ignored as they do not add any value in my case except to be informational.
Regards, Bruce Majola
-----Original Message----- From: Adam Armstrong adama@memetic.org Reply-to: Observium Network Observation System observium@observium.org To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] ATM interfaces not showing on Device Overview Date: Wed, 04 Apr 2012 15:53:34 +0100 Mailer: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1
Are you *sure* you want to see those interfaces? :D
We've ignored MPLS on cisco kit for a long time!
What interfaces have we specifically caught in the recent changes?
adam.
On 2012-04-04 15:35, Bruce Majola wrote:
Hi Adam,
Please remove/disable these rules;
$config['bad_iftype'][] = "atmSubInterface";
$config['bad_iftype'][] = "aal5";
$config['bad_iftype'][] = "mpls";
Regards
Bruce Majola
From: observium-bounces@observium.org [mailto:observium-bounces@observium.org] On Behalf Of Adam Armstrong Sent: 04 April 2012 04:29 PM To: Observium Network Observation System Subject: Re: [Observium] ATM interfaces not showing on Device Overview
Do not change anything in defaults.inc.php find out which rule is matching your interfaces and we'll remove it from there. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
Bruce Majola Brucem@fastnet.co.za wrote:
Hi Nikolay,
Would removing this line from the includes/defaults.inc.php file help?
$config['bad_if'][] = "-atm";
Regards,
Bruce Majola
-----Original Message-----
From: Nikolay Shopik [mailto:shopik@inblock.ru]
Sent: 04 April 2012 03:17 PM
To: Bruce Majola; Observium Network Observation System
Subject: Re: [Observium] ATM interfaces not showing on Device Overview
Hi Bruce,
That's probably because of recent changes done in
includes/defaults.inc.php, which I involved a bit. Some of interfaces
ignored by iftype now.
On 04/04/12 15:08, Bruce-Young Majola wrote:
Hi Adam,
I am having a strange issues which I need your help in
troubleshooting.
I have this 7606 which has ATM interfaces configured but the problem
is
that when I
discover this device, all the interfaces are discovered
include ATM ones but as soon as the poller runs, they disappear again.
I
am not sure how to fix this issues. I am running the latest version of
Observium. Thanks for your help.
After discovery
After poller has run
Regards,
Bruce Majola
DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee. Access to
this message by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or
any action or omission taken by you in reliance on it, is prohibited and
may be unlawful. Please immediately contact the sender if you have
received this message in error. SWIFTNET and any of its subsidiaries
each reserve the right to monitor all e-mail communications through its
networks. Thank you.
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
;
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Website: http://www.fastnet.co.za
& nbsp;
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
&nb sp;&nbs p;
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
DISCLAIMER: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. SWIFTNET and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Thank you.
participants (5)
-
Adam Armstrong
-
Bruce Majola
-
Bruce-Young Majola
-
Nikolay Shopik
-
Paul Gear