custom speed for interfaces
In some cases, it is important to be able to alter the speed of an interface (speed up or down or both) to accurately reflect the connected device speed (which itself may be opaque, like a cable modem that runs at 20/1 on a gigabit port). I asked this a while back from TS and was told "just change the interface", but when I explained how this is not always feasible (e.g., Cisco ASA), they recommended I open a feature request. So, here it is -- I would like to be able to set speed up and speed down on an interface, overriding what comes back from ifSpeed. If I can do this another way (via cloned DS) ,that could work, but I would like to make this as simple as possible since it comes up quite a lot for Internet-edge equipment. Thanks, Mark99Views0likes29CommentsSSL Cert expiration alerting
Some other monitoring tools provide SSL certificate monitoring to alert for expiring certs. Really wish LogicMonitor had this. +1 if I could use a collector to monitor for private SSL certs that aren't accessible publicly (like for RDS and the like).56Views2likes12CommentsVariable for Polling Interval for use in expressions
It would be very useful to know the polling interval for doing expressions. In my case, I wanted a chart that displayed the actual value of a counter (delta between two samples) and not the average per second of that counter. I was able to get the number I wanted by hard-coding an expression with the myCounter*60 (my polling interval), but if I change that interval, I have to fix my chart. An expression like myCounter*pollingInterval would be awesome (and presumably easy to expose).40Views0likes3CommentsSpeedtest Option
It would be nice if we had a way to invoke a speedtest and record the data pulled down. This could easily be done using a powershell script and a datasource but I'm still fairly new to logicmonitor so creating a data source isn't really something I'm good or comfortable with.31Views2likes16CommentsRecent changes to Windows Event datasource filter need more thought
From thev75 release notes."Information, FailureAudit and SuccessAudit have been removed as options for the Windows Eventsource Level filter. Level filters set to these values always had to be used in conjunction with an event ID, making them superfluous." This is a bad change. It wasn't superfluous, it was clear interface design.Here's the unintended consequences to this change: 1) I can't have a single windows event datasource that shows both warnings and errors unless I create a new datasource and not change the filter from the default. 2)Why have a “more urgent than” setting when it doesn’t do anything? See the table below 3) There is no way to set an existing datasource back to the default (more urgent than information)once it has been modified. Here are the options that are possible after the changein the interface. Datasource filter setting What is alerted Notes LEVEL More urgent than Warning Will only alert on Errors Pointless because it’s the same as below LEVEL More urgent than Error Will never alert on anything Pointless because it never alerts LEVEL Equal Error Will only alert on Errors31Views0likes5CommentsMonitoring of json pages
As a vertical market provider, we have a need to monitor an application that is json-based. Logicmonitor can load the raw html itself, and gather latency times and the http status codes, but there's no way to monitor expected text that's a result of the JSONcalls. Since it's part of the data stream, it makes sense that LogicMonitor could read read a json call just like anything else, and parse the data stream.30Views0likes6CommentsDynamic Tables (dashboard widget)
Currently, a table must have static columns and rows defined before the widget will display data. It would be great to be able to dynamically build a table's rows based on * To expand on this, it would be great for the table to have the option to excludeinstances with zero/no data from the list. For example, I would like a table that displays all MSMQ queue names and the number of messages in eachqueue - but not display anything if the current queue length = 021Views3likes13Comments