Recent Discussions
Public 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 helpSolvedphakesley2 years agoNeophyte661Views12likes4CommentsAruba 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_Dieter5 years agoNeophyte656Views5likes16CommentsHow 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 the LM portal https://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.A11ey3 years agoFormer Employee644Views50likes14CommentsLM Instance Auto Balance Collector Tool
Can you please provide the LM instance auto balance collector optimization tools in customer portals, so that we can calculate and assign instance per collectors to balance our collector loads. Regards AmitAmit_Ojha12 months agoNeophyte479Views2likes8CommentsScripted 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';Solved376Views17likes26CommentsRubrik Monitoring package - REST API being retired
I am hearing that Rubrik is retiring their REST API in favor of GraphQL. This will likely impact the Rubrik monitoring package in LM since the REST API will no longer work. The below documentation from Rubrik suggests that starting with version 9, the REST API will not be supported. It is not clear if there will be backwards compatibility with old REST API tokens but it could cause monitoring to stop working when customers upgrade to version 9. https://www.rubrik.com/blog/technology/23/1/rubrik-security-cloud-transition-from-rest-to-graphql-api Does LM have plans to update the Rubrik monitoring package to use GraphQL queries instead of API calls?Matt_Whitney2 years agoExpert335Views7likes4Comments