Forum Discussion
4 Replies
- I am interested in your datasource as well. We are mainly a a Cisco MSP and this would be very helpful to us. - Thanks, - James 
- Antony_HawkinsEmployee @jamiemurphyit are you willing to share your DataSource? I understand if not, but I'd be keen to take a look at it if you are - feel free to send me a message if you don't want to share it publicly. :)/emoticons/smile@2x.png 2x" title=":)" width="20"> 
- @David Bond (LM) I wrote something like this a year ago with a slightly bigger ambition. It pulls the list of CDP neighbours but then on the 10 minute poll it runs a groovy script to check if the CDP neighbour exists in LM and sets off a warning if not. This made it much easier to find unmonitored devices 
- this is cool. it'd be very interesting to see this incorporated into the snmp64 interfaces datasource as instance properties. - one thing to mention, add a timeout variable to your snmp.walk because the default is too short and times out. - def s_walk_out = Snmp.walk(host,"1.3.6.1.4.1.9.9.23.1.2.1.1.6",60000); 


