Recent Discussions
Reporting Improvements
I've been waiting for improvements to the reports section of LM for about two years now. Everytime I have asked about it, I've been told there's stuff coming but only after a bunch of other things get done first. I need to be able to design a report and have it sent with the information I need in it attached in a file. The capabilities in the current report templates are lacking and I don't understand why the graphs don't look like the ones on the dashboards. I can't even control what order the data is listed in. I've had several folks look at reports with me and they were very capable people and we just couldn't get the reports to do what I wanted. Other than making UIv4 permanent, are there any actual improvements coming to the reporting section?109Views4likes4CommentsWQL Query Datapoint cant do Expressions or Scripts?
Because LogicMonitor can't do Text Datapoints (correct me if I'm wrong) and because a Config Source can't run as frequently as I would like, I'm trying to find a way to essentially turn an ENUM through some kind of hardcoding, into a numeric value. I need to turn a normal TEXT FIELD from a WQL Query into a number, something like State, aka ServiceControllerStatus: 1 Stopped 2 StartPending 3 StopPending 4 Running 5 ContinuePending 6 PausePending 7 Paused But unfortunately I cant reference WQL query fields in the Complex datapoint section, but ONLY the complex datapoint section can do any kind of expressions. But it can only base those from the Normal datapoints, which all must be numeric. So short of doing some complete hack where I have a "Normal" datapoint that converts a textmatch(BLAH) into a gauge via a regex for each of the above text strings (essentially having a bunch of normal datapoints by the above names returning 0 or 1) and THEN doing some horrendous if expression or something that embeds all the gauges in a 7-nested deep if statement that multiplies the 0 or 1 * its value I need displayed in a super ugly expression ..... OOF ..... I cant think of any other way to do that. But I have someone that needs to track these states aka ServiceControllerStatus values. None of the WQL Query fields that come back from "SELECT * from Win32_Service" have a numeric equivalent of the text value. Just hoping there is some better way to do it. Thanks!SolvedLewis_Beard2 days agoExpert66Views0likes3CommentsAny way to add the graphs into a ticket using the Integration to a ticketing system?
Hi, When I get an alert email, it has a graph at the bottom showing me the last hour of data for that datapoint. This is super helpful to get some context around the alert. Is there any way to do that same thing with our Zendesk Integration and add the same graph into the tickets that get created? It would save a lot of time since going to view the graphs is usually one of the first steps we currently do manually with all our tickets anyway. I didn't see a ##GRAPH## token or anything like that so don't know if it's even possible. Thanks.Kelemvor2 days agoExpert43Views1like3CommentsAPI v1 reference?
I found a module that I suppose I had overlooked that might be v1 of the API. Its a custom module that ... well the details dont matter. A few days ago on the 24th or 25th, it just straight up stopped working, some 406 error, it looks like an old V1 API call or something. I cant find it in the V3 API. "/setting/admin/groups" is the call. Anyway, I was just going to re-write it in V3 (it does other stuff other than this one dall) but I cant even find anything for counting user groups directly in the V3 API. I'm guessing I'll have to snag all the users and count the groups myself. No big deal. But all this isnt really what I'm asking. I'm just wondering .... is there still a full reference of the old V1 API, like the full swagger? My search magic is either bad, or its not up anymore. Maybe both. :) Thanks!Lewis_Beard2 days agoExpert130Views0likes3CommentsEscalation Chains for bank holidays vs standard weeks
Hi LogicMonitor community, We are fairly new to the product, just looking to see if anyone had any advice for handling Escalation Chains when it comes to Bank Holiday weekends. We currently have escalation chains created for our teams to handle automated call-outs for our critical devices/checks during standard weekends and outside of core hours. However with Bank Holiday weekends requiring the need to operate the same process on Friday/Monday's depending on the specific weekend, we'd need to ensure those additional days does are covered too. The obvious solution we've come up with is to create a Bank Holiday On-call escalation chain for each of the teams where we can be flexible and amend the days we'd want to be called out on, then swap out that escalation chain to any alert rules which required it. This would work, although considering we've got multiple teams configured with on-call escalation chains within LogicMonitor as well as many alert rules using them, this is a manual process we'd need to keep on top of before/after every bank holiday, which leaves some room for human error of course. Has anyone implemented something similar and have any advice they would be willing to share? I can't imagine we would be the first customers to come across this scenario. Thanks in advance!dancox2 days agoNeophyte66Views3likes4CommentsHPE Aruba Orchestrator 9.3 (Formerly Silver Peak) early adopters?
In our lab, we’re working on a new suite of HPE Aruba EdgeConnect SD-WAN modules using Aruba Orchestrator 9.3 and ECOS 9.3 If you happen to be on Orchestrator 9.3 and would like to participate in the R&D process, please send me a DM. Thanks. https://www.arubanetworks.com/techdocs/sdwan/Patrick_Rouse5 days agoProduct Manager485Views45likes5CommentsGroovy 4 timeline and Collector question
https://www.logicmonitor.com/release-notes/collector-release-notes-timelinecollector Right now, because we have a lot of custom things that use groovy, we are still working on making sure all of our custom modules are groovy4 compliant. All the out-of-box ones are upgraded. But in order to do that, I paused our portal updates by ONLY having the checkbox set for REQUIRED. So our version is in the 35.xxx range because I paused it in November or December. One item I'm having a bug with is jsonslurper giving a faststring service error, but i found out its been fixed since 36.200 by setting a parameter ( groovy.v4.classloader.enable ) to true. But the collector version we have doesnt even have that in the Agent.conf. So in order to test properly, and make sure its working, I want to upgrade to a version PRIOR to EA 37.100. EA 37.100 will absolutely force us onto Groovy4. But if I briefly toggle the schedule to also include Optional General, it looks like I will get 37.002. So I'm just hoping someone can sanity check me ..... I assume 37.002 is BEFORE the forced 37.200? And that 37.002 still supports both groovy2 and groovy4? So I may have a short window where I could upgrade our collectors. I'm just confused because the URL I posted lists the date for EA 37.100 as coming BEFORE GD 37.002, and now of course the latest EA is 37.200. If I take advantage of my short window, which shows that Optional General will gove me 37.002, will that version still support groovy2 AND groovy4? I expect to be done with my testing within 1-2 weeks but I'm stuck on this faststring bug. Thanks!SolvedLewis_Beard5 days agoExpert85Views2likes4CommentsWhat is up with Meraki API Modules?
I know the LM Meraki API Modules have been around for a minute now. But I'm just getting around to testing it out on some of our Meraki-heavy customers and man, does anyone else find it incredibly tedious to try to get to work? I have been having so many issues with it. Netscan is one problem, but that's for another discussion. But then once the devices are added, we get No Data alerts ALL THE TIME. Right now, for example, I have 1644 Warning alerts (No Data) for ONE customer. It's insane how many alerts there are. And it's even scarier that when I look at the Raw Data on others that aren't alerting, they are also showing No Data but just don't have an alert threshold. I don't know if I should be pointing the finger at Meraki or LM here, honestly. But the API modules are so inconsistent, at best. I know the API key, OrgID and NetworkIDs are right because I can use them for API pulls in Python. It just seems to be LM not able to figure it out. And what's worse is how inconsistent it is. Some devices work for some organizations. Others don't. I can't be the only having this issue. And I can hear the critics chiming in now saying, "well then don't use the Meraki API modules." Problem is if we don't, we only get SNMP stats and those are nowhere near as helpful as the API modules, plus the potential to be less secure. Just wondering if there are some fellow LM community friends out there struggling to make the API stuff work for Meraki and LM. Thanks for listening to my rant.aarkkelin6 days agoNeophyte111Views0likes4CommentsOption to remove Resource descriptions from Resource Tree
In the Resource Tree, vertical space is consumed if a resource has a description and it's visually noisy. I don't want to half the number of resources I can see, I now have to go through all my resources removing descriptions. Please make the resource description div optional and default it to OFF. Example (where it's not possible to even edit/remove the description): I really don't care that each Azure account is "Automatically generated". Why would LM force me to see that under each Azure account?David_Bond6 days agoProfessor49Views7likes2CommentsSelenium IDE extension not available on Chrome
Hi Team, We have synthetics monitoring in place and I could see today that selenium IDE extension in removed from Chrome browser and even I am unable to download the extension now. Getting a message 'This extension is no longer available because it doesn't follow best practices for Chrome Extensions'. I am not sure if LM has any other plan for this. I have even raised a case with LM support. For now, we are unable to test any existing checks or even can't create new website checks.sayalirevalkar6 days agoNeophyte98Views0likes5Comments