Comments
-
Hi @shuth , Thank you for the clarification. As I understand it, the Last Status Change field indicates the most recent status transition of the interface. Therefore, if an interface went Down and subsequently returned to Up, remaining in the Up state for the past 24 hours, the Last Status Change timestamp should show the…
-
Hi @ahawkins72 , Thank you for sharing the link. However, it does not address my specific requirement. I have two UnDP pollers configured: One poller returns the VPN tunnel name. The other poller returns the VPN tunnel status. My objective is to create an alert that includes both the tunnel name and its current status in…
-
Please find the swql query ================================================ SELECT HIB.FullyQualifiedName, N.Caption AS NodeCaption, I.Name AS InterfaceName, I.Caption AS InterfaceCaptionFROM Orion.HardwareHealth.HardwareItemBase AS HIBJOIN Orion.HardwareHealth.HardwareInfo AS HI ON HI.ID = HIB.HardwareInfoIDJOIN…
-
Hi @cnorborg , I have tried to join the hardware health id with interface id, however query is not getting through in alert action tab.
-
@cnorborg thanks mate. I will try this and let you know the results
-
Thanks for the information.
-
Im using the same version as you. We need to embed the link within the SWQL query. I downloaded a dashboard from Thwack and imported it into SolarWinds. In the imported dashboard, clicking on a tile redirects to the embedded link. Modern dashboard link - Networks Summary - Node Status - THWACK
-
Thanks for reply. I’m familiar with the Link widget URL method, but I’d like the KPI tile itself to be clickable and open a related URL in a new browser tab. Could you help me set this up?
-
Thanks for the response. Here are the details: Dashboard: I duplicated a system-created modern dashboard (NCM). Goal: I wanted to display the total number of UP nodes using a KPI widget, similar to the original dashboard configuration. What I did: Duplicated the KPI widget that shows UP Count. Modified the SWQL query to…
-
Correction in APE port number Port number 161 - outbound
-
I have set the sample size to 1 week, as I am trying to fetch the report for weekly utilisation.
-
@"chad.every" On point. SolarWinds should consider this as a feature request. Since it is possible to monitor Windows Events using a SAM template, they should incorporate a feature to filter out unique keywords. This can then be integrated into alerts to send a single message per event, rather than sending a bunch of the…
-
Hi @"bobmarley" , I tried the same method before posting to Thwack, but I received numerous events in a single alert email. My requirement is to receive an email with a single AD lockout event.
-
Thanks for suggestion @"chad.every" . Will share this information with customer
-
Hi Guys, Thank you for your valuable suggestions. @"EmmaClaire" , do you have such kind of script or alert in your environment, if yes than can you please post it here. This will be really helpful. Regards, Akash
-
Thanks for the information @"JP_net" , please find my response below. Are you deploying an Additional Web Server (AWS)? Or are you talking about the web site that resides on the application server/Main Polling Engine (MPE)?--> Yes. Would like to know if any direct connection is required between website and db.
-
Thanks mate