![](https://secure.gravatar.com/avatar/822fda33fbb4018e5bd03dbd161d93df.jpg?s=120&d=mm&r=g)
Hello,
I am working on evaluating Observium as a Cacti replacement for monitoring network devices and servers at my university. So far I have Observium working with all of our Cisco and Juniper gear as well as a few of the Linux boxes that I manage but seem to be having issues with getting everything working nicely with our Enterasys gear. Let me preface the below with stating that this project is absolutely wonderful and if I can get our Enterasys devices to play nicely we will be upgrading to the paid version.
I understand that Enterasys is not officially supported so I have begun diving into the code base to see what needs to be done to write the poller modules myself. Does any one on the list have the ports poller fully working with an Enterasys device?
Now, one of the things that I noticed with the Enterasys gear is that the ports poller module will continue running the snmpbulkwalk for the dot1qVlanCurrentEgressPorts mib until the user finally kills the poller. This appears to be an issue with the number of repetitions as the poller will continue walking the table for over an hour. I have the following line in my config.php which should limit the repetitions.
$config['snmp']['max-rep'] = TRUE;
participants (1)
-
Corey Eichelberger