Recent Discussions
Filter within a widget
Hi, I have a custom datasource for some specific SQL metrics. Presently the collection script is explicitly excluding system databases (master, model, tempdb etc.) with a WHERE clause. I'd like to re-include these system databases but have them on their own widget (with the current widget excluding them). Only way I can think of is a duplicate datasource that simply reverses the WHERE clause, but this seems way overkill. Can we filter per-widget?ldoodle4 hours agoAdvisor13Views0likes2CommentsMaking "Services" usable/scalable
I've been bumping into tasks lately that would be great candidates for using an LM service to combine data into a more usable set pulling from other DSs without having to duplicate effort. Adding a ServiceSource in the modules would solve for it... the ability to add the 'Source to a group instead of a device could allow it to show up as a device in that group with the service icon. The primary issue I'm having with the current implementation is that it's a single thing that doesn't scale to "all client environments." As an MSP for a specific industry vertical, many of our clients use same/similar software stacks. Making a service means I repeat the same thing 50 more times to make it for all of those clients. I'd much rather build once, then be able to apply it to a client environment: /Clients/* and have it propogate itself, discovering the appropriate resources via some kind of active discovery type of mechanism. Just a starting point for conversation at this point. This would allow for implementation of application monitoring for third party application multi-tiered enterprise stacks where we don't have access to the source code to add monitoring hooks.60Views1like2Commentscollector installtion on Domain controllers
Hi We have 100+ domain controllers where we want to install local collector to monitor them.But everytime we need to execute the command on server one at a time,is there any atuomation possible which can be done to install it on all the Domain controllers at once ,as the Collector ID and the token will always change and we cannot use the same installervenkat23 hours agoNeophyte12Views0likes1CommentFortigate HTTPS Remote Session Failing to Complete connection
Hello We have an issue within every customer environment we have FortiGates in where the https remote session doesnt work, SSH works fine. We hit the login page for the fortigate, login, but then when it tries to redirect we are just left with a blank page, e.g. this is one in our lab, firewall between collector and fw but rule is allow full access to this device: Login, then get: Chrome errors whenever accessing a fortigate device, do not get this when accessing a Palo: Has anyone else run into this problem? We have no issues with any other tech, e.g. Palo Alto, Cisco, Windows, etc. SSH to the FortiGates works fine.brett_brown23 hours agoNeophyte90Views0likes1CommentAPI v4
As per the REST API Change Log, API V4 exists and is REALLY powerful and efficient. We make a lot of heavy requests to the LogicMonitor API and want us (and the poor LogicMonitor servers) to benefit from these efficiency gains. As per the official docs, means of accessing the API v4 have been removed: https://www.logicmonitor.com/support/rest-api-change-log . A search for "V4" reveals: Block Access to LM REST API v4 using Bearer Token Starting with v198 release, you will not be able to use bearer token to authenticate yourself to use LogicMonitor REST API v4 external endpoints. We have already disabled Basic and LMv1 authentication to use API v4. Note that API v4 is not officially supported. We recommend you to use LogicMonitor REST API v3. Great, but the implication is that it there IS a way of authenticating. So.. UNOFFICIALLY... Has anyone successfully made an API V4 call in (e.g.) Postman?SolvedDavid_Bond24 hours agoProfessor379Views2likes17CommentsDoes a change in a Dynamic Threshold reset the training data?
We rarely use dynamic alerts but someone wanted to test for it. We set something up but accidentally left the polling interval at 5 (50 minutes). It happened to be set that way for a few weeks before we got around to testing an actual event that exceeded the band we set. But it DID work, it just took almost an hour to get the alert. Well today when we realized this, I tweaked the dynamic threshold, mainly just changing it to 1 interval (2 minutes) because we want the shortest possible response. But the engineer also dropped the bandwidth on the port to a super low value at basically the same time. Its been an hour or more, no alerts. But literally all i changed was the qualification to make it happen sooner. So the TL;DR is ..... does a change to a threshold make the training of the datapoint start over? I see references to how long it takes to train, but nothing on whether changes reset the training, or anything that would explain this.5Views0likes0CommentsHow can I import a bunch of websites?
Hi, The documentation just says to import a JSON file, but I don't see anything about how to format said JSON file. Does anyone have any more information on how I can format a file to import a bunch of Internal URLs? https://www.logicmonitor.com/support/websites-management#h-importing-a-website-check-from-file https://www.logicmonitor.com/support/services/adding-managing-services/editing-an-existing-service#importing If anyone from LM sees this, please add an Example file or something to the above pages. :)Kelemvor6 days agoExpert196Views7likes3CommentsDisks volume capacity alert thresholds based on volume size
Hi folks, Does anyone have alerting thresholds set up based on disk volume capacity, or do you have an idea how to set it up? It could be good practice to have lower thresholds for larger data drives and higher thresholds for small drives. For example, we need to set up warning alerts if space used is ≥98% for data drives larger than 1 TB and for every other drive, warning ≥90%. I'm thinking about pulling the size of the disk as a property and using dynamic groups where I could set the threshold at the device group level; however, I'm not sure if this is the best approach. Thanks!SolvedEgis7 days agoNeophyte130Views1like8CommentsUIv4 Module Code Editor/IDE funkiness
code reverting (reproducable): If I make changes to some powershell in the new code editor, then change tabs/windows. When I change back to the window with my editor, it has reverted to the previous save point. An Undo will bring back my changes... but it's scary after making a few changes after staring at your code for longer than expected working through logic in your head. property source error output: In UIv3, there was side by side output vs. error screens. We now just get the little info bar at the bottom that states "couldn't do"... but not where/why/what that could be troubleshot. I'm having to add in a ton of troubleshooting output to the property definition to be able to expose the data I need to fix the scripts. The one I just completed is nearly 30% error output handling to be able to figure out what is wrong with it. Other than those two things, I'm pretty happy with the changes from the old.Cole_McDonald7 days agoProfessor151Views2likes9Comments