Comments
-
https://thwack.solarwinds.com/product-forums/network-performance-monitor-npm/f/forum/89686/orion-maps-auto-connect-topology-not-working you also need to allow the protocols cdp and lldp through your network some devices block this
-
basically added , AlertObjects.Node.caption as Node,AlertObjects.Node.location as Location, AlertObjects.Node.IPAddress as IPAddress, AlertObjects.Node.Vendor as Vendor,AlertObjects.Node.MachineType as MachineTypeto the last columnbut this only works for them related to nodes
-
SELECT DISTINCT AlertActive.AlertActiveID, AlertObjects.AlertObjectID, AlertConfigurations.Name, AlertConfigurations.Severity, AlertConfigurations.ObjectType, AlertObjects.EntityUri, AlertObjects.EntityType, AlertObjects.EntityCaption, ToLocal(AlertActive.TriggeredDateTime) AS TriggeredDateTime,…
-
Can you share the swql
-
Hi, I get the same when i run it against an environment that ncm isnt being used. When i use it against an environment that is doing backups then it works. v
-
You are missing the speech marks around “EducationDept_Afif”
-
Select count (n.caption) as kpi_number from Orion.nodes n where n.customproperties.location = ‘London’ should work don’t have access to check then just change location for each one
-
Hope the migration goes well!
-
https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-using-integrated-remote-desktop-sw2297.htm yep only works currently with internet explorer not edge...feature request let me know then i will upvote
-
its because we have concat the column to include the percent field, this changes it tostring then joins what you want up. This is causing the sort to do it by first character. adjusted the swql SELECT v.Node.Caption, round((v.VolumeSpaceAvailable / 1073741824.0),2) as GB_Available, v.VolumePercentAvailable, concat…
-
SELECT v.Node.Caption, round((v.VolumeSpaceAvailable / 1073741824.0),2) as GB_Available, concat (v.VolumePercentAvailable , ' %') as Percent_Available, round((v.Size/ 1073741824.0),2) as Size_GB, v.DetailsUrl AS [_LinkFor_FullName] FROM Orion.Volumes v where v.Caption like 'c%' ORDER BY VolumePercentAvailablethe % in 'c%'…
-
SELECT v.Node.Caption, round((v.VolumeSpaceAvailable / 1073741824.0),2) as GB_Available, concat (v.VolumePercentAvailable , ' %') as Percent_Available, round((v.Size/ 1073741824.0),2) as Size_GB, v.DetailsUrl AS [_LinkFor_FullName] FROM Orion.Volumes v ORDER BY VolumePercentAvailable
-
SELECT v.Node.Caption , round((v.VolumeSpaceAvailable / 1073741824.0),2) as GB_Available , concat (v.VolumePercentAvailable , ' %') as Percent_Available , round((v.Size/ 1073741824.0),2) as Size_GB , v.DetailsUrl AS [_LinkFor_FullName] FROM Orion.Volumes v ORDER BY VolumePercentAvailable You shouldn’t need the join, as if…
-
Have you been through the steps here https://documentation.solarwinds.com/en/success_center/npm/content/npm-monitor-meraki-devices.htm
-
Are you rerunning the installation form the install file/iso rather than control panel
-
Has the installer folder been moved or deleted? You will need to run the installation again if you can’t find the moved/deleted folder
-
When logged in right at the bottom off the webpage it will say which modules you have and the version number
-
Which version is your environment on?
-
Hi, I'm assuming your using the out of the box alert firstly go to manage alerts and duplicate the out of the box alert so you can edit the trigger. adjust the scope of the alert within the trigger condition, click 'select field' and search for 'total count' under DHCP scope then select 'is greater than' then pick a…
-
Same @"kpina" can you take a look when you get a sec
-
Great news!
-
I want to alert on group in the trigger condition rather than node
-
You could create a group for the 2 interfaces then alert on the group instead. If these are high priority tunnels which I assume they are it may be worth the time to create as you can also use those groups on a map or within a swql widget later on.
-
Wondering if you had Sam module to monitor the sql cluster with appinsight then when it changes trigger a service restart?
-
Can I ask why you wouldn't you upgrade it, as long as you have app and db backups you will be able to go back but I would generally fix forward with SolarWinds. Would upgrade to 2022.4.1 though as the ones in between have not been great :)
-
Hi, There all still there? if your not seeing anything in the resources list other than performance analysis then its actually a bug. follow the below steps to resolve https://support.solarwinds.com/SuccessCenter/s/article/Resources-missing-while-attempting-to-add-them-to-Orion-Web-Console-view?language=en_US
-
https://documentation.solarwinds.com/en/success_center/ncm/content/system_requirements/ncm_2022-4_system_requirements.htm There doesn’t seem to be much of any difference regarding this part. Are you having an actual issue with the system when it is up? I think that part that comes up is a recommendation on default figures…
-
The web folder moved location in the 2022. Installs see the bottom of this page so css sheet will be in these folders https://support.solarwinds.com/SuccessCenter/s/article/Rebuild-the-Orion-Website?language=en_US
-
Your application server doesnt have internet access or your company uses a proxy to get to it so you will need to set it up in the console
-
Hi, there isn’t a procedure just yet, currently you have to let it expire then request to take the exam again via the below. https://support.solarwinds.com/solarwinds-certified-professional-exam-registration They are working on an procedure from what im aware.