ContributionsMost RecentMost LikesSolutionsRe: https/SSH remote access authentication We do have a roadmap item to allow users to select remote session credentials already stored as properties so they do not need to type in the credentials when initiating a remote session. This is not something that we plan to add before the end of the year, but this high on the list for remote session enhancements that we will be looking to add soon. Please let me know if you have any additional questions or input. Thanks, Chris Re: dependencies, again While topology coverage expansion is a high priority, in the next year we also have planned initiatives intended to reduce alert noise based on other sources aside from topology. For example, alert grouping, where we can group related alerts to avoid alerts storms and this grouping is not reliant on topology. For topology coverage expansion the LM Exchange may help as well to develop new modules that can be shared with the community. But yes, definitely have more to chat about on our next call! Re: dependencies, again We are currently in beta for an alert notification suppressionfeature using topology relationships to map out dependent relationship. We are actively working to extend topology coverage for additional devices and technologies and to also expand the triggering of dependency evaluation beyond Ping-PingLossPercent and HostStatus-idleInteral. For the example you provide if BGP was supported by topology the dependency setup would involve selecting a root or entry-point device, such as the collectors server or the remote peer, on which other resources are dependent. Ping and HostStatus not being sufficient we would add definition for which datapoints are used to determine a down state for given devices so that a singular definition for dependency evaluation could be applied that could vary based on device type. This would allow for a down resource to trigger dependency evaluation for its parent and child resources in order to determine root cause and add contextual metadata to alerts so that notifications are suppressed based on the role the alerting resource plays in the dependency incident. (e.g. dependent resource alerts would be suppressed while originating/root cause resource alerts would be routed for notification) Re: Dependencies or Parent/Child Relationships On 9/13/2019 at 4:00 PM, ntw2 said: @Chris SternbergWas there a regression in a recent LM release which broke the dependencies feature that you developed? Our dependencies were working until a few weeks ago. The Alert Dependency project currently in beta makes use of automatically discovered Topology mapping relationships and is not directly related to theSDT_Dependent_Devices and SDT_Assign_Primary_For_Dependencies datasources. Is the issue thatthe automatic SDT no longer being placed on the child resources that have the depends_on property to theis_primary_device parent resource? Re: Dependencies or Parent/Child Relationships @chendricks@Mosh I emailed you both separately to setup a call on the Alert Dependency project. Look forward to hearing from you! Re: Dependencies or Parent/Child Relationships On 5/13/2019 at 8:39 AM, chendricks said: @Chris SternbergWasservicedependenciesadded to this? We really have a need for it. @chendricksThere have been no updates to this datasource to include services. I am working on the Alert Dependency project based on Topology which does provide for service dependencies. Let me know if you are interested in learning more and we can setup a call to discuss the details of this project. Re: Dependencies or Parent/Child Relationships Hi @Mosh Alert suppression based on dependencies relies on topology, so provided that we are able to discover the connections between the routers and devices that are dependent on them for connectivity, then we would be able to enable it for the network devices in those groups.You won't manually define which device groups are parents and which are children, but identify the core entry-point devices, in your case this would appear to be the routers, and any discovered device connections to those routers would be categorized into a dependent parent/child hierarchy. Meaning that if you have a core router connected to a firewall which is connected to a switch which is connected to a server, where each connection is an additional step removed from the core router, each device would serve as a parent for the next device in this hierarchy. So this means that if a router goes down then all alerts for the child firewall/switch/server devices would be identified as dependents, but also if just theswitch went down then the alerts for the server would be identified as dependent tothe switch going down. The current phase for topology is focused on CDP and LLDP discovery protocols so those would need to be supported by the devices in question. At this time the alert dependency functionality with use of SDT that I described in my previous postis only available for NG portals, but since you have a sandbox let me know if you'd like to get your hands on it for testing as I would love to get your feedback. Also, I want to clarify some points around the term alert "suppression". While we have started with the use of SDT as the best tool we currently have to suppress alert notifications, weare not looking to prevent or disable alerts for dependent resources. Instead we want to identify or tag dependent alerts so that you can configure how you view them within LM and route them externally for notification. The goal is to provide an "area of effect" for an alert storm and categorize the alerts based on their role as root or dependent causes. It would then be up to the user whether dependent alerts should be shown in various widgets, and if notifications for dependent alerts should be routed for notification. Ultimately, alerts for root/originating causes and their dependents would be displayed as such in the Alerts page. I would love to get your feedback on the functionality we have so far and where we're headed so please let me know if you have additional input and whether you'd be interested in testing the functionality as it stands nowin your sandbox portal. Thank you, Chris Re: Dependencies or Parent/Child Relationships Hi Everyone! Chris Sternberg here and I'm the PM working on the Alert Dependency & Suppression project. We are working on an algorithm for alert dependency based on resource "reachability" using the relationships established by topology and would appreciate any input you have to offer. There are two primary issues we are trying to address: 1. facilitate root cause analysis by identifying the resource alerts that initiated an alert incident 2. prevent alert noise by suppressing routing for non-actionable/dependent alerts (we are starting out with SDT but are researching an alert dependency tagging approach and configuration to use instead of SDT) The first step in the process is the addition of an entry-point property that selects a resource as a parent for all connected resources. Using the topology relationships any connected resource can then be identified as a dependent as well as the number of steps it is removed from the entry-point. When the algorithm runs, if a critical PingLossPercent alert exists (i.e. is the resource reachable) on any dependent resource it checks its connected resources that are one step closer to the entry point (i.e. its upstream neighbor/parent as opposed to the "umbrella" parent entry-point), and if any of those are also in a critical PingLossPercent state, we determine its state is dependent and the resource is placed into SDT. The process continues up the chain until there are no other parent devices that are in a critical "reachability" alert state, or the entry-point resource is reached. That last resource in a critical state is identified as the root/originating cause and any neighbor/parent along the chain that was one step closer to the entry point is identified as a direct cause. For any alerts placed into SDT by the auto-SDT applied to the resource, the originating cause and direct cause are recorded in an SDT note. High level logic flow: This approach is reactive in that an alert has to exist for a child as well as for a parent in order for the child to be suppressed/placed into auto-SDT. The datasource approach discussed in the posts above is more proactive in that all dependents are placed into SDT based on a parent being in a critical alert state. Neither approach is 100% effective in preventing alerts on dependents in part since there is no guarantee that a parent will be in an alert state before a child is in an alert state. The algorithm is more reactive and only SDT's resources actually in alert, and in turn facilitates root cause analysis by identifying an originating cause to the alert incident. The datasource is more proactive and suppresses child alerts via SDT preventing additional notifications. As mentioned we are researching a method whereby we tag alerts for both parent and child resources with metadata to identify cause and dependents. We would allow for routing configuration for alert notifications based on the alert dependency tag metadata. A main issue for the suppression of alert notifications for dependent or non-actionable alerts is timing since instances are not all polled in the same intervalnor are they polled based on dependency. In order to try and prevent routing for as many dependent non-actionable alerts as possible we are considering an option to delay routing for resources that are part of a parent/child dependency chain. The notifications could be delayed until we have identified cause and dependent alerts to be routed based on user configuration. Critical alerts for which routing is suppressed based on dependency, could be routed later should the critical alert remain active once a parent resource is no longer down. Questions for feedback: 1. What do you think of an approach that would delay routing for a short amount of time (TBD) in order to allot enough time for an alert dependency incident to get into full swing and allow the dependency algorithm to tag alerts with relevant cause and dependent metadata? This metadata would be used to determine what notifications should be routed and which should be suppressed. 2. When a critical “reachability” alert occurs for resource(s) in a dependency chain, should other alerts that occurred X #number seconds/minutes prior to the first “reachability” alert also be considered part of the alert dependency incident? 3. In your experience, how quickly does an alert dependency incident fully manifest itself in LM? Meaning from the first parent device going down, to the last dependent going down as well, how long does this typically take? Of course this can depend on what typesof resources are involved so any input in that area and whether timing falls in range of (A) Less than 1 min (B) 1-3 mins (C) 3-5 mins (D) more than 5 mins, would be helpful. 4. We are starting with Ping | PingLossPercent datapoint. What other datapoints are you using as indicators of resource or instance“reachability”? I greatly appreciate any feedback and additional questions! Thank you, Chris Re: Remote Session File Transfer @mnagel Copy/Paste is supported via the Guacamole console. If you select on Windows: Ctrl+Alt+Shift or Mac: control+option+shift it opens/closes the Clipboard console. Local data can be copied onto the clipboard and then pasted into the remote session, and vice-verse data from the remote session will be copied to the clipboard from which itcan be accessed locally. (See 3. at bottom of this support article:https://www.logicmonitor.com/support/devices/adding-managing-devices/remote-session/) Re: Remote Session File Transfer @SPereiraThank you for the feedback. We are currently looking into options for supporting File Transfer via the Guacamole UI.
Top ContributionsRe: dependencies, againRe: dependencies, againRe: https/SSH remote access authenticationRe: Remote Session File TransferRe: Remote Session File TransferRe: Dependencies or Parent/Child RelationshipsRe: Dependencies or Parent/Child RelationshipsRe: Dependencies or Parent/Child RelationshipsRe: Dependencies or Parent/Child RelationshipsRe: Dependencies or Parent/Child Relationships