Comments
-
You can use the variable ${N=SwisEntity;M=Application.Node.Caption} for getting the Node Name using Insert Variable option in Trigger Actions. Refer the default alert available 'Alert me when a component goes down'.
-
It's the Solarwinds polling engine doing the check. Refer the below post. https://thwack.solarwinds.com/t5/THWACK-Community-Discussions/How-does-HTTPS-Monitor-Work/m-p/429068
-
Have you tried SSL Certificate Expiration Date template in SAM?
-
Have you checked in Manage Agents (Settings -> All Settings) page if any error is showing there.
-
While you upgrade NTA 2020.2 it will ask you to provide the details of DB serer where you can provide the new NTA DB details. In a production environment its not recommended to have both application and DB in same server. Its wise to upgrade your NPM DB also to SQL 2016 or 2019. Also upgrade your polling engine servers…
-
Which version of Solarwinds you are using? From 2020.2 Solarwinds support flow data from VMware infra. https://documentation.solarwinds.com/en/Success_Center/NTA/Content/Release_Notes/NTA_2020-2_release_notes.htm https://documentation.solarwinds.com/en/Success_Center/NTA/Content/NTA-VMware-support.htm
-
Have you tried to ping the servers from Solarwinds server during the time issue occurred.
-
Just a guess, can't we use Linux/Unix script monitor component which uses SSH connection.
-
Is this something you are looking for?
-
Servicenow integration is available OOB in Solarwinds. Refer the below video. https://support.solarwinds.com/SuccessCenter/s/article/How-to-Integrate-ServiceNow-with-the-Orion-Platform-Video?language=en_US
-
You can try this SELECT TOP 10 n.Node.Caption AS Node_Caption,n.Caption,n.OperStatus FROM Orion.NPM.Interfaces n WHERE (OperStatus = 2) and n.node.CustomProperties._Network_Device= 'True' Replace <_Network_Device= 'True'> with your custom property and value.
-
Is this resolved?
-
Congrats
-
Have you tried to repoll the server and check?
-
I was also having the same issue during the upgrade, but once completed the upgrade the URL was showing the valid certificate only..Not sure how
-
I think you can use the field LastSystemUpTimePollUtc. Try modifying the below one. SELECT NodeID as NodeID, SysName as Hostname, IP_Address as 'IP Address', LastSystemUpTimePollUtc as LastPoll, VendorIcon as Vendor, EngineID as Poller, ObjectSubType as PollingMethod FROM Nodes WHERE LastSystemUpTimePollUtc < DATEADD(…
-
This is the one I used for last 7 days triggered alerts. SELECT Count(Message) as AlertCount FROM Orion.AlertHistory where EventType=0 and DAYDIFF(TimeStamp, GETDATE()) <=7. As @"mesverrum" mentioned you can modify your query including EventType=0
-
Can you please share the details on type of device you are monitoring and the alert configuration screenshot.
-
Please check if this helps you. https://thwack.solarwinds.com/t5/SAM-Documents/Microsoft-Azure-App-Service/ta-p/521847
-
Also can you please post the Reset action message with alert variable you configured.
-
I too going through the same kind of scenario. Probably this suggestion from Neomatrix will be helpful to you. https://thwack.solarwinds.com/t5/NPM-Discussions/Upgrade-of-Orion-2017-3/m-p/598297#M147945
-
Please check whether agents are running or not. Also check how node status is monitored, is it ICMP or agent status. You can check it by doing list resource.
-
You will be able to see such logs in ActionExecutionAlert log files . This can be taken from Solarwinds server in the path C:\ProgramData\SolarWinds\Logs\Orion. These wont be triggered as events is what I know..
-
You may need to create the alert trigger condition as shown in picture and in the email alert select the variable 'Categories with problems'
-
Thank @"tony.johnson" . That clarify things.
-
My suggestion will be: Upgrade your Solarwinds to 2020.2 as it supports MS server 2012 and MSSQL 2012. Then try migrating to new MS server 2019 & SQL using the link suggested by @"jblankjblank" I am also going though a similar situation and planing to upgrade in a month.
-
Hi, 'CPU Load' is the effective CPU utilization of the server, so the condition you have given is correct only.
-
I don't think you can list the applications inside the server, instead you can list the processes. SAM setting -> Component Monitor Wizard -> Process monitor(under Linux/Unix systems)
-
@"tony.johnson" Thanks, Can you please tell me what is the current number of elements/components supported per poller in 2020.2. I am not seeing anything like that in the documents, not sure if I missed any.
-
You can use REST API and SWQL for that. Refer the below one. https://github.com/solarwinds/OrionSDK/wiki/REST