Autotask and LogicMonitor Integration - Ticket Closure Issue
Hi! I haven't been able to find any specific documentation of trouble associated with this issue so I thought I'd reach out to the community! My team has LogicMonitor integrated with Autotask that we use to open/close tickets, however, it appears that only certain tickets get closed when LogicMonitor alerts disappear. Everything in the integration itself is setup properly to permit closure of these tickets, (Cleared is set to Complete) but often it doesn't occur and we have to clear the alerts from autotask manually which, as you can imagine, can be a time intensive task. Any troubleshooting steps or settings in either LogicMonitor or Autotask that I should look into to fix this issue? Thank you all for any help you guys can provide!17Views0likes5CommentsI need to automatically switch between 2 windows with same description
Hello All, I am trying to get 4 Windows to switch every 10 seconds between the different windows - I can do this when the windows have different names but I am facing an issue that i am using LogicMonitor for 3 different dashboards. So the 2 windows mentioned for LogicMonitor are different windows/different dashboards - How can I get my script to identify them as different windows and make them switch between the 2 ?ex: Cassandra Hope this makes sense..... Here is thes script I have: Option Explicit Dim WshShell Set WshShell = WScript.CreateObject("WScript.Shell") Dim count Count = 0 Do While Count < 5 WScript.Sleep 10000 WshShell.AppActivate("LogicMonitor - Test123 - dashboard - Google Chrome") WshShell.SendKeys ("%X") WScript.Sleep 10000 WshShell.AppActivate("LogicMonitor - Test123 - dashboard - Google Chrome") WshShell.SendKeys ("%X") WScript.Sleep 10000 WshShell.AppActivate("MQ Dashboard - Google Chrome") WshShell.SendKeys ("%X") Help Me On This! Thanks1View0likes0Commentsmasive statusflap alerts
Hi to all: I have problems with "StatusFlap" type alerts, the truth is that the platform send me many messages to my email, so, does anyone know if they are false positives? My network deviceshave no problems on the interfaces, how can i stop this? let me know please, kind regards Iván Martínez35Views0likes4Comments