ContributionsMost RecentMost LikesSolutionsRe: BGP Neighbor Monitoring in Multi-VRF environment @Michael Baker Thanks for sharing your insights. I would need this working for Fortigate and Cisco IOS XE devices. If you follow the above approach, you will at least have issues with the OID 1.3.6.1.2.1.15.3.1.7 when having multiple neighbors with the same IP, since the OID will only return one value. @Patrick Rouse Thanks, I will consider creating a feature request. BGP Neighbor Monitoring in Multi-VRF environment The core DataSource “BGP-” uses the BGP4-MIB to discover and monitor BGP neighbors on a device. This MIB doesn’t account for VRFs or address families. Does anybody use some advanced DataSources to monitor BGP neighbor state information which considers different VRFs? My use case is: We have some routers with multiple VRFs with overlapping IP subnets (which is obviously the major point of having VRFs...). Hence we do have multiple neighbors with the same neighbor IP within different VRFs. The BGP- DataSource just discovers one neighbor per IP, although there are multiple. I’d like to have a separate instance for each neighbor. Re: Testing groovy script on local ubuntu machine Thanks Eric. I have already been using this browser extension for quite a while. It does solve at least some of the issues. How does Host Status idleInterval treat Ping Multi instances @LogicMonitor Team: By reverse engineering I discovered the following behavior: If a Ping Multi instance ip address is also listed in the device property system.ips, the ICMP replies are also considered for Host Status idleInterval If a Ping Multi instance ip address is not listed in the device property system.ips, the ICMP replies are not considered for Host Status idleInterval It basically means that the Host Status may show a host unreachable even if a Ping Multi instance is still responding. This behavior was also confirmed by a support engineer (by reverse engineering). Can you confirm this observed behavior? Please update the online documentation accordingly, since it already contains a note for scripted DataSources, but not for Ping Multi. SolvedRe: Testing groovy script on local ubuntu machine Thanks for sharing this knowledge! Re: Testing groovy script on local ubuntu machine Thanks Stuart, totally agree, +1 for such a plugin. I’m wondering how LM staff is doing dev for DataSources etc. ..? Re: Testing groovy script on local ubuntu machine Are you referring to the web-based collector debug console? If yes, my reasons are: I prefer using my own editor for writing code (VS Code). This has several advantages, like syntax highlighting, bracket-matching, auto-indentation, box-selection, snippets, and more. And I am able to easily work with multiple different draft versions and test instantly in the terminal. Any ideas how I can achieve this? If not, is it maybe possible to directly access the debug console via SSH? Then I would at least be able to use my own terminal client instead of the browser. Testing groovy script on local ubuntu machine I am searching for a way to run groovy scripts on my local ubuntu (WSL) while being able to work with the same classes that are used by the collectors. To achieve this I installed a java+groovy and deployed a collector. However I am unable to import the classes like “com.santaba.agent.groovyapi.snmp.Snmp” Is there any way to achieve this? Or can I somehow locally access the collector shell to test groovy code without the need to use the LM web UI? So, I am basically searching for a way to develop scripted DataSources using CLI, without fiddling with the web UI. Any guidance very much appreciated. Solved
Top ContributionsHow does Host Status idleInterval treat Ping Multi instancesSolvedTesting groovy script on local ubuntu machineSolvedBGP Neighbor Monitoring in Multi-VRF environmentRe: Testing groovy script on local ubuntu machineRe: Testing groovy script on local ubuntu machineRe: Testing groovy script on local ubuntu machineRe: BGP Neighbor Monitoring in Multi-VRF environmentRe: Testing groovy script on local ubuntu machine