Recent Discussions
How to submit a Feature Request.
At LogicMonitor, we are dedicated to providing our customers with the best monitoring solutions and services. To ensure that we are meeting your needs, please share your feedback on our products by visiting our feedback form in theLM portalhttps://lmcloud.logicmonitor.com/santaba/uiv3/dashboard To submit your feedback successfully, please follow these steps: Click on the link provided Sign in to your LogicMonitor account Navigate to the ‘Support’ section Click ‘Contact Support’ Lastly, click ‘Feedback’ Provide a summary and descriptive message Click on ‘Submit’ Your input is invaluable in helping us understand how we can improve and continue to provide the best possible monitoring experience for our customers. You can share your ideas, vote on existing suggestions, and see what other members of our community are saying. We appreciate your time and effort in providing feedback and look forward to hearing from you. Thank you, The LogicMonitor Community Team.A11ey2 years agoFormer Employee272Views50likes13CommentsAruba Central monitoring
Because of COVID19 the University tried to reduce density in residence halls by leasing about 75 apartments in nearby complexes. Each apartment is an island with ISP service; the decision was made to deploy WIFI access points in each apartment supported by Aruba Central. None of the Aruba Central visibility can be brought back to the on-campus controllers that support WIFI across all campus locations. Can you please consider developing some datasources that exploit the Aruba Central API? ? ? ?Michael_Dieter4 years agoNeophyte200Views5likes16CommentsScripted Alert Thresholds
It should be possible to groovyscript Alert Thresholds, based on (for example) ILPs and hostProperties. I need to modify the SNMP_Network_Interfaces to vary the InDiscardPercent threshold depending on whether this is a radioMAC interface type and whether it is a given customer. Something along the lines of: def isRadio = instanceProps.get('auto.interface.type') == 'radioMAC'; def customerCode = hostProps.get('customer.code'); if(isRadio && customerCode == 'ACME') { // No threshold return ''; } // The default return '> 10';Solved200Views17likes26CommentsPublic DNS resolution monitoring
Newbie to LM and have been asked for a method to monitor Public DNS A,MX,PTR record monitoring for a number of DNS Zones e.g. customer1.domain.com, customer2.domain.co.uk. I know I do a powershell command resolve-DnsName <domain> -Server <Target DNS Server> -Type <A etc> and get the correct output. What I do not know is how to turn this into a datasoure and use properties to pass in the domains and record types. Has anyone got some scripts and examples I can use to create a datasource in LM please. Much appreciated if you could helpSolvedphakesley9 months agoNeophyte199Views12likes4CommentsNeeded Features for Network Topology Mapping
We need the ability to create topology map of our switches and routers showing the actual links between interfaces on the devices and showing the latest InMbps / OutMbps datapoints for each interface. The goal is to have a live network map for networks likeInternet Service Provider networks, to be able to visualize the active state of the network and the bandwidth utilization and alert status of each device and interface / link. We need to be able to do the following: - Manually add the switch and router resources to the map. - Once the resource is on the map, click on the resource on the map and select an interface instance from the "network interfaces" LogicModule to add to a "Link". Then drag over to, or select, the connected resource, and select the associated interface instance from the "network interfaces" LogicModule on the second device. - This will visually show a link between the two devices, and the InMbps and/or OutMbps datapoints should be displayed over the link on each end of the link. - The color of each half or end of the link should also change based on the highest active alert level for the associated "network interfaces" instance on that end of the link. So for example, If we have Router1 interface GigEth0/1 connected to Router2 GigEth0/2, and Router1 GigEth0/1 has an active warning level alert for InBroadcastPkts, then that half of the line representing the link, should turn to yellow. - It's not enough to simply outline the resource with a color based on the alert level of the resource. We need to visually see each desired interface / link on the map and see visually which interface(s) is/are alerting. LogicMonitor has done an absolutely outstanding job of giving us immense flexibilty in how we can represent any datapoint on widgets on dashboards. But when it comes to the Topology mapping, we’re severely limited in how we can represent the exact same datapoints visually on the map. Also, for these kind of use-cases, people managing these kinds of network generally already know how their devices are connected, or can easily identify the connectivity. We don’t really need LogicMonitor to automatically detect connections between devices, because that’s too big of a challenge to automate that well. We just need to be able to manually say, “This interface on this device connects to this interface on this device. That’s a link.” The link itself is actually comprised of two sides, each being an instance on theresource’s LogicModule. And it could be “Interfaces 64 bit” or “Network Interfaces” or whatever other LogicModule we need. When we make w widget, we can select whatever LogicModule and Instance we need. We should be able to do the same thing on the topology map.171Views26likes12CommentsUpdates to modules showing in repo but not modules toolbox
Why would this be? There were 5 updates to aws_billing_* modules today, but they only show up when i use the traditional repo update option. No combination of filters could show those in the module toolbox, except by clearing all filters and just searching by name. Even then, once found by name, they showed already up to date. In addition, when trying to make a filter to show them, i was frustrated (once again) that the filters are filtering by values we cannot see: The “Customized” field isn’t displayable on the table at all, or if it is, it’s displayed as an icon in the status column. However, the dropdown for the filter is not an icon, it’s text. The status column shows an icon, but the filter values are text. Which icon corresponds to which text? For these 5 modules, the “Support” column was blank, even though these modules come from LM so should be “official”? How can you filter by “Support” == null? It’s all very Duolingo: make mistakes and wander your way through until you figure it out?Anonymous2 years ago163Views33likes16CommentsLogicModule development: script editor line numbers
Great news! LogicMonitor is finally adding line numbers to the groovyscript editor. Only joking. It’s STILL rubbish and there are no plans to fix it. When pairing LogicModule development I STILL have to say “up about 6 lines”, “no not that line”and “down a bit” every few seconds.Solved100Views14likes10CommentsComplex Groovy DataPoint access to Script/Batchscript output
I need access to Script/Batchscript output in a Complex Groovy DataPoint. This isa rather fundamental omission. It should be trivial to permit the output[“datapoint”] approach supported for other collection types. Make it so!Solved100Views5likes8Comments