Hello, this is my situation
IOS (tm) 7200 Software (C7200-IS-M), Version 12.3(15b), RELEASE SOFTWARE (fc1)
I retrive from command line this output
show ip route
xxxxxxxxxxxxx/32 is directly connected, Virtual-Access2.4
I have modify my file
/opt/observium/includes/defaults.inc.ph
by adding the following lines
$config['bad_if'][] = "Virtual-Access"; $config['bad_if'][] = "Virtual-Access*";
Observium doesn't find ports/interface
Can you help me?
2014-07-17 12:55 GMT+02:00 Simon Smith simonsmith5521@gmail.com:
Hi,
i have it running on Ubuntu 12.04 LTS
it might take time to poll the devices correctly and find the interfaces...
also you need to make sure the interface names are set as " pppoe-* " otherwise it won't be detected correctly
Regards
Simon
On 17 Jul 2014, at 11:43, Paolo Giustiniani clubbu@gmail.com wrote:
Hello Simon, i commented out the pppeo line in defaults.inc.php
$ config ['bad_if'] [] = "pppoe-";
but this doesn't work
Have you install observium in centos o debian?
2014-07-17 12:37 GMT+02:00 Simon Smith simonsmith5521@gmail.com:
Hi,
i currently use the professional for our PPPOE session on mikrotik equipment
we also monitor the PPP interfaces on our standard ADSL routers with SNMP enabled :)
i just simply commented out the pppoe line in defaults.inc.php
# $ config ['bad_if'] [] = "pppoe-";
but im sure the is a better way :)
Regards
Simon - Hestor Ltd
On 17 Jul 2014, at 11:25, Paolo Giustiniani clubbu@gmail.com wrote:
Hello to all, i would buy professional edition.
I would like to first know how to enable the discovery interface ppp
Thanks
2014-05-30 14:44 GMT+02:00 simonsmith5521@gmail.com:
Hi,
thanks for that, I forgot about looking in the wiki...
question, it says to put in the ignore variable if I want to ignore stuff...
but I don't!!! I want to show the pppoe interfaces ???
so, should I just simple put...
$config['bad_if'][] = ""
and that would clear all the bad_if stuff ???
regards
Simon
Sent from Surface
*From:* Tom Laermans tom.laermans@powersource.cx *Sent:* Friday, 30 May 2014 13:27 *To:* Observium Network Observation System observium@observium.org
http://www.observium.org/wiki/Configuration_Options#Configuration_format
On 05/30/2014 01:06 PM, Simon Smith wrote:
Hi,
If I'm not to edit the defaults.inc.php
Then how would I include it in my config.php
Remember I want to show stuff with pppoe in the name!?
Regards
Simon
Sent from my iPhone
On 30 May 2014, at 12:00 pm, Tom Laermans <
tom.laermans@powersource.cx> wrote:
(please don't edit defaults.inc.php)
On 05/30/2014 12:53 PM, Simon Smith wrote: Hi,
What equipment are you using?
Because all I did was comment out the pppoe line in the
defaults.inc.php file
And the discovery found all our pppoe connects on our ADSL routers
and our mikrotik equipment???
Regards
Simon
Sent from my iPad
> On 30 May 2014, at 11:26 am, Paolo Giustiniani clubbu@gmail.com
wrote:
> > I would like to monitor several interfaces pppoe connections. > > I enabled the feature and vpdn pppoe > > # $ config ['bad_if'] [] = "pppoe-"; > $ config ['poller_modules'] ['cisco-vpdn'] = 1; > > The process of self discovery did not detect it. > > The command show vpdn order properly connections. > > How can I do? > >