Comments
-
couldn't agree more
-
Try adding in the Join SELECT NodeName AS [Node Name], '/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Node Name], DetailsUrl AS [_LinkFor_Node Name], MAX(ToLocal(Nodes.UnmanageFrom)) AS [Unmanaged From], MAX(ToLocal(Nodes.UnmanageUntil)) AS [Unmanaged Until] FROM Orion.Nodes INNER JOIN…
-
This should give you the information you need its to do with the polling interval Why isn't Solarwinds joining the dots on my graph
-
select ac.Name,'/Orion/NetPerfMon/ActiveAlertDetails.aspx?NetObject=AAT:'+ToString(AlertObjectID) as [_linkfor_Name],EntityCaption as [Trigger Object],EntityDetailsUrl as [_linkfor_Trigger Object],case WHEN RelatedNodeCaption=EntityCaption THEN 'Self'When RelatedNodeCaption!=EntityCaption THEN RelatedNodeCaptionEnd as…
-
you could opt for the simple way and add a 'user links' widget and link the web Url this way..
-
looks like the default MIB doesn’t include the pollers for cpu/memory for the NetScaler device. you can manually assign pollers from the thwack community or alternately you could create your own for cpu and mem as a workaround. here is more information on the thwack method: Using THWACK community pollers for example once…
-
give this ago: SELECT NodeName AS [Node Name], '/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Node Name], DetailsUrl AS [_LinkFor_Node Name], concat(SUBSTRING(tostring(MAX(e.EVENTTIME)),1,4),SUBSTRING(tostring(MAX(e.EVENTTIME)),5,2), SUBSTRING(tostring(tolocal(MAX(e.EVENTTIME))),12,8)) as Downtime,…
-
HI jmp99 Hope this helps you if you have any questions please ask Volume summary report - Fixed Disk - Available - Size - Used & overall volume space
-
so very close, this should do the trick.. SELECT ADDDATE('HOUR',-7,AlertHistory.[TimeStamp]) as "Time" ,AlertObjects.TriggeredCount as "TimesTriggered" ,AlertHistory.Message as "Message" FROM [Orion].[AlertHistory]inner join [Orion].[AlertObjects] on AlertHistory.[AlertObjectID]=AlertObjects.[AlertObjectID] WHERE…
-
Here is a example of the group creation and member assignment:.OrionSDK/Groups.ps1 at master · solarwinds/OrionSDK · GitHub
-
I agree this would be very a good addition to SolarWinds, as a workaround I use a sam component that simply counts the number of offline nodes and message to tell me what is offline..good to know that maraki has now included this in the API.. $AllProtocols = [System.Net.SecurityProtocolType]'Ssl3,Tls,Tls11,Tls12'…
-
Without getting to crazy and going over board with SQL/SWQL, You could create Custom properties like Impact Summing like, n_impact, so your High impact Device you could have a delay for 5 mins then Medium 10 mins then Low 30 mins for the less significant devices, for example. Means 3 alerts which is annoying. You could…
-
Hi, At times WMI is actually pain, when i run into issues the first place i generally check is that the WMI service on the remote server is Enabled and Running, secondly i would check the remote server has the correct WMI access privileges, on the remove server. Connect to the wmimgmt.msc select security > root > CIMv2 >…
-
hey, you can group views by Custom properties and build your limitation on the custom property. you will need to log on to the primary soalrwinds server and open 'account limitation builder' then on your view select edit and select the CP you will have to play around with the accounts and nodes details views OR id probably…
-
Hey, i have also tried what you did and cant use 'OR' 'AND' or use the pipe incase that worked.. but nope.. this sounds like a good candidate for a feature request id def vote up Realizing it didn't work.. i decided to make my own 'search' feature lol using SQL below, it simply check configures over the last 7 days and you…
-
in SWQL you can find the CLI polled data here: SELECT NodeID, ObservationTimestamp, ConnectionsInUse, FailedConnectionsPerMinute, WeightFROM Orion.ASA.ConnectionStatistics in SQL (Table) SELECT TOP (1000) [DateTime] ,[NodeID] ,[ConnectionsInUse] ,[FailedConnectionsPerMinute] FROM [ASA_ConnectionStatistics_Daily] SQL (View)…
-
Cheerskasaff This will come in use full thanks for thwack members that might not know where this is as well select * from AlertHistory
-
hey, there should be a 'canned' alert called 'Neighbor is down' something like this:
-
Hey, this should will help you. love running this badboys on a new environment:) Uncovering Polling Problems and Issues in Your Environment
-
This should work for you https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/All_alerts_this_object_can_trigger_resou… iv noticed that sql alerts dont work with this though..
-
Nice one. i was checking a way to check the logs with Alert ID just like SAM app debug mode but i cant seem to find this this is a question ill ask separably. also here is a useful thread on the issue you experienced An error has occurred. it looks like its bug with versions cheers
-
can i ask what versions are you on? and have you upgraded recently?
-
Good Morning, Sounds like you might need to add an additional Action to your trigger actions. Edit your alert >select Trigger Actions > Add Action > select 'Log the Alert to the Netperfmon EventLog' if you can share a screenshot of the 'An error has occurred' should give perspective cheers,
-
just what i needed, thank you
-
Screenshots would really help on what you would like to see
-
To be honest, this is the method i would take: You 'could' have the API to update a Custom Property of a node, then based on the custom property create an UNDP poller... Managing Custom Properties · solarwinds/OrionSDK Wiki · GitHub NPM Universal Device Pollers · solarwinds/OrionSDK Wiki · GitHub my aim would be to update…
-
HI, one method, you have an out of box report called 'Interface Downtime Detailed - Last 24 Hours' once in the report, amend the 'Group results by:' the 'full name' column this will group the interfaces up. you will also need to play around with the 'Data aggregation:' 'Count' for your desired output
-
what is the resource/widget your using on the dashboard? you can do some filtering in some resources
-
HI, how long ago did you install? looks like it just needs to complete its initial polling cycles.
-
It would be beneficial to group your interfaces with a interface custom property something like where 'i_type' equals 'wan' this would save you time re-editing the same report over and over again will also help to add interfaces in ad-hoc