Recent Discussions
LogUsage data source
Hello, We are having all our devices sending syslog to LM collector. Via LogUsage data source, we can monitor if the device sends syslog data or no. But the threshold to alarm on that is only 60 minutes. We would like to make the threshold longer like 1 or 2 days because some devices are quieter than others, and we want to control if we missed to configure syslog on one of the devices or it doesn't send syslog anymore due to any reason. So, i contacted LM support, they said it would be custom datasource. Any help with how to achieve that?omarhegazy11 hours agoNeophyte20Views0likes2CommentsInfluence the GPU-monitoring future at LM - Product Mgmt call for your GPU needs/use cases
Influence the GPU-monitoring offerings and features at LogicMonitor… by sharing your needs and use cases. Help LM Product Management hone its GPU-monitoring roadmap by contacting Craig Phelps at Craig.Phelps@logicmonitor.com to set up a discussion. Please include contact info for additional GPU-savvy contacts from your organization, if applicable.108Views4likes0CommentsDisable Alerting by Instance at Resource Group Level?
I think the answer is "no" here but I promised someone I would ask. There is some Microsoft update coming that is apparently about to break one Automatic Services instance and make them all start alerting, "System Guard Runtime Monitor Broker". At least that is what I'm told. I know I could make an alert rule to scoop that guy out and send it nowhere, but the user really wants to do the equivalent of toggling alerting off on all those instances manually, so that the alert doesnt show in the UI either. (Apparently the service will still be in the services list in Windows so LM wont delete the instance). I checked the Resources Folder in the UI, both UIv3 and also UIv4 (sigh). I dont see options, and I know a couple of years ago, I had asked around and got similar answers. There is no instance column or anything where you can put an expression or anything. But hey, I figured I would ask. Thanks in advance, either way.Lewis_Beard7 days agoExpert98Views1like2CommentsAlert Trends (Counts) by LogicModule/Datapoint?
A user asked me if there is a way to know how many alert happened over a given time period, broken down (or rolled up) by counts, based on LogicModule, or even LogicModule/Datapoint? For example, he would want to see that in folder Customers/Region1/ that there were 47 ping alerts, 32 host down, 17 ssl cert alerts, 4 file system alerts, etc etc, with the counts by each one based on the time period selected. The Alert Trends report will show alerts per folder or some similar very basic rollup, and I can make an alerts report and pick a specific logicmodule to see the counts for just that logicmodule. But I dont really see a way to do it. I think the user would even be OK if it were possible to do counts on the Alerts page. Maybe there is some ticky way to do it by the Resource Explorer, that only occurred to me as I'm typing this. I guess I will check. But is there any way to get a breakdown, or counts, of alerts by type? Preferably in a report, but on a live page like Alerts page or Resource Explorer would be fine. Thanks!Lewis_Beard8 days agoExpert110Views0likes4CommentsAnyone else keep missing chats because there's no Audible Notification any more?
This is so annoying. I start a chat and get put into queue. I work on other things because I can't just sit there and stare at the chat window for 30 minutes. At some point, someone comes into chat, I don't respond, so they leave. Then I get to start the whole process all over. Before the "upgrade" the chat would 1) Tell me my position in the queue so I could tell when it would be my turned, and 2) It would Ding when someone chatted so I knew to flip back over if my browser was behind other things. This is so frustrating. Am I the only one that gets bit by this all the time?Kelemvor9 days agoExpert89Views0likes0CommentsVery basic question
Sorry for such a basic question! We monitor vm's in Azure from an Azure-based collector. We don't use snmp to monitor, just wmi, however in our traffic logs we see the collector attempting snmp, ms-sql, postgres, and several other ports that don't apply to this host. Is it possible there are a bunch of 'out of the box' tests the collector is continually trying to run against the host, just in case they become available? How can I ensure the collector only attempts to monitor the resources that were discovered? For instance, tell the collector to stop attempting snmp calls? Thanks!bmduncan3311 days agoNeophyte96Views1like2CommentsUnclear GD Collector 37.000 Release
Over the last week I saw the collector install was defaulting to v.37.000 (General Release). This seems like an issue in light of: There have been no Early Release collectors in the 37 version previous to this release There were no release notes for this until today, which only lists "A minor fix" Are others experiencing this, and is there any other information about this major version jump? https://www.logicmonitor.com/release-notes/collector-release-notes-timelinecollectorJaredM15 days agoNeophyte179Views4likes2CommentsPull .csv Alerts Thresholds Report via API
Hello All, I’m looking for the fastest and most efficient way to generate an Alert Thresholds Report across more than 26,000 devices or 9,000 distinct groups in LogicMonitor. Group Example: Group#1: Customers_datacenter1/customer1/Azure Resources/Non-Prod/VirtualMachines Group#2: Customers_datacenter2/customer2/Azure Resources/Prod/VirtualMachines Challenges Faced: API 50000 records Limitations: Using https://$company.logicmonitor.com/santaba/rest/functions works well, but due to the 50,000-record limit, I need to iterate through each device. This results in extremely long execution times. Script Freezing & Dynamic Link Not Found Error, it could be related: After running for several hours, the script sometimes gets stuck and stops progressing. When manually running the report for the same group, I encountered a "Dynamic Link Not Found" error after a long execution time (see attached screenshot) I attempted to use the REST API /report/reports/ID/executions after referring the following post pull csv report via rest api $jsonData = '{"receiveEmails": "dummy.account@gmail.com"}' $url = 'https://' + $company + '.logicmonitor.com/santaba/rest/report/reports/1659/executions?v=3' $response = Invoke-WebRequest -Uri $url -Method Post -Header $headers -Body $jsonData -ContentType 'application/json' -UseBasicParsing -ErrorAction Stop } Got the following response Report_Data_Response :=> { "reportId" : 1659, "taskId" : 2025084198330241236, "resulturl" : null } Then used "reportId" : 1659 and "taskId" : 2025084198330241236 in the following API call which resulted the following response "The task is running; errorCode=1202" (even with 5 min retrying) https://' + $company + '.logicmonitor.com/santaba/rest/report/reports/1659/tasks/' + $tid + '?v=3 Response: errorMessage=The task is running; errorCode=1202; errorDetail= Attempts So Far: Tried using the /rest/functions API again, but it still struggles with large data volumes may be due to Firebase Tried using /report/reports/ID/executions Attempted to generate the report via REST API but faced the 415 error. Request for Recommendations: What’s the most efficient way to retrieve the Alert Thresholds Report for such a large dataset? Is there an optimized approach to handle this volume without exceeding API limits or running into execution failures? Would appreciate any guidance! Thanks Ashishasikarwar15 days agoNeophyte105Views0likes1CommentUsing data from another datasource
Hi, we are creating a new datasource that needs data that is already being collected on another datasource. It is possible to use that data already collected instead of polling the device again? Our need is to re organize collected data on another way to simplify the LM Services creation as it cannot filter instances by any instance property. Thanks!smaidana18 days agoNeophyte129Views6likes6Comments