Comments
-
So the whole thing would look like: function SortIPStrings ($ArrayofIPs) { $hashtable = @{} foreach ($ip in $ArrayofIPs) { $IPKey= ([IPAddress]$ip).GetAddressBytes() $hashtable.Add($IPKEY, $ip) Clear-Variable IPKEY } $Sorted = $hashtable.GetEnumerator() | sort -Property name $ReturnSorted = $Sorted | Select-Object…
-
You could use $d instead of the $IPKEY in the $HASTABLE. I just thought decimal sort would be faster. If you want to sort the IPv4 addresses just pass this function the array and it will return them sorted: function SortIPStrings ($ArrayofIPs) { $hashtable = @{} foreach ($ip in $ArrayofIPs) { $b = Split-String -Separator…
-
Interesting. That output looks like you get an XML element returned. Which is what you expect from the Invoke-SwisVerb PowerShell · solarwinds/OrionSDK Wiki · GitHub I ran the same script using Get-SWISDATA and get a string back. Import-Module SwisPowerShell Add-PSSnapin SwisSnapin $swis = Connect-Swis -host <myhost name>…
-
First, I did not do the NTA upgrade as I need to get additional permissions to make all that historical data go away since it would move to SQL. Second, I have had a problem with just one agent plugin. I did a repair from the control panel on the server and that seemed to have resolved it temporarily. I am still getting an…
-
I ran into a similar problem. Jobs would simply sit there in a running state and checking both the Scheduled Tasks log and RunOrionJob.log showed nothing helpful. I had a feeling it might be a permissions issue with the account and sure enought if the account being used to run the report does not have permissions to…
-
I have been having similar issues with the exact same error sine the upgrade. "Value cannot be NULL." In addition to several other odd or quirky things. If I reboot the system it seems to work fine for a while. I do not have a ticket open yet with SW. I simply have not had time.
-
A bit confused as the agent uses fixed ports already to listen on and communicate with the Orion server. SolarWinds Orion agent requirements The random high source ports are not bound. So it would bind 135, 445, and 17790 to listen for incoming. Outbound would only use a fixed destination port of 17778 to talk to the…
-
MathieuJM What is the Execution Mode [ Create a Windows PowerShell monitor ] of the Component set to? This component monitor runs a Windows PowerShell script on the Orion server or a remote target node to collect metrics as follows: * The monitor checks if the execution mode is Local Host or Remote Host.* If Local Host,…
-
Creating a Template for these would allow you to create a single alert definition for it. I have not created one with mixed types of items like you are looking at. Given what I have seen on Thwack and built-ins I am sure it is possible.
-
Oh, I so want to work on this right now...it is way more interesting me to dig into the data.... Alas, I am swamped at the moment.
-
Also, fixing the height of the div to 240 px makes it overlap with the rest of the grid layout. You can see it all using the developer tools in your browsers. In case that helps.
-
Hey just so you know it is coming from the nitro style file. nitro4.base.css line 2482 roughly. .nitro4x_store .nitro4x_front_side .nitro4x_bg_whitebox .nitro4x_award_desc { display: block; font-family: Arial,sans-serif; font-size: 11px; color: #3E3E3E; padding: 0px 15px; line-height: 15px; height: 240px; overflow-y:…
-
The answer can be found in this thread Unable to access server WMI with local admin accountUnable to access server WMI with local admin account
-
Not sure if this will lead you where you want to go but with SAM you can do exactly what you want. I do not know if you can get the component monitor you are looking for though.
-
Are you polling the node with an agent? Just asking because sometimes if you inherit credentials from the node in a SAM template there aren't any credentials assigned and you must stipulate them. That has caught some of my team members more than once.
-
As to question 2, how do you want to use the link? Do you want to simply click on an HREF element and have it open up Kibana? Or do you want to display a particular chart from Kibana inside a SolarWinds View? * If you want to Just provide a link on a SW Menu then you go to the Setting | All Settings | External Websites and…
-
You can use a custom chart for Multiple Objects then preview it to edit the chart elements. Select Percent Loss and then go into Select Object to pick the Nodes at the far end of the Link you want to watch packet loss on. You end up with a graph that looks like this: I just changed it to Response Time so you can see the…
-
cobrien - Uploaded file from our single 7009. Let me know if it has everything you need.
-
Take a look through articles on how to manage Asset Inventory in SAM: Manage Asset Inventory in SAM Right now we are having issues with the DELL servers, but I think this may be related to the DELL/EMC merger and changes to their API rather. But I usually have a table on my dashboard and it is available under the Asset…
-
Being able to report that data during a period of time is easy enough. However, How do you want to report all the messages? Would a single list of message IDs be sufficient. Historically the limit on scripts is 10 pairs of Messages and Statistics, thus individual messages might exceed that limit in the polling cycle. If…
-
@duke.jason - Let me describe what I think you are doing. You have a Powershell script that parses logs on HyperV servers. The script returns a value for "Total number of strings found" which you now are recording for each HyperV server you are running. You want to send an alert for when that value is greater than 1 to the…
-
It is a shame they can not just "grant" you a right to print one. Then they just ship you the design you run it thru your 3D printer - Badda Bing! A SolarWinds Coffee cup. And yes 3D printers can do ceramics apparently not just plastic - Bhold Labs - Design made better by you
-
I am using 4.0.3 and my netflow data has been hit and miss lately. I can see the traffic being sent by the collector to the NetFlow Storage Server, but is has not showed up in the graphs since around 5 PM yesterday. I am running NTA 4.0.3, NPM 11.0.1 with HotFix 1. I have tried to examine the FastBitServerService.log to…
-
Even the animals are going super black. Dakota McCoy gave a 24/7 Lecture on her work New Research Reveals Super-Black Feathers' Light-Absorbing Properties | Harvard University - The Graduate School of Arts… for this year's Ig Nobel Prize ceremony. If the animals can do it surely humans can make a dark theme!
-
We are running NPM 10. and I am getting this very error on a Custom SQL query. The query includes NodeID and the report appears to render ok, but the error persists. ANy ideas would be greatly appreciated. SELECT n.NodeID AS Node_ID , n.Caption AS Node_Name , n.SysName AS System_Name , n.MachineType AS Machine_Type ,…
-
Could you clarify what action you want performed if not email? How do you want the NOC Team members to be alerted?
-
A component monitor is keying off of the out formatted as: MESSAGE: <SOME TEXT> STATISTIC: <SOME VALUE> If you want more outputs you can use: MESSAGE.<LABEL1>:<SOME TEXT> STATISTIC.<LABEL1>:<SOME VALUE> MESSAGE.<LABEL2>:<SOME TEXT> STATISTIC.<LABEL2>:<SOME VALUE> MESSAGE.<LABEL3>:<SOME TEXT> STATISTIC.<LABEL3>:<SOME VALUE>…
-
This our current furry companion Alba Ama Tutti. She is now 4.5, hard to believe.
-
Have you populated a custom property for the node using Orion SDK 2.2 released ? Then you would need to add this where you want to insert the data. Insert the following SQL query into the Alert message section: ${SQL:Select "Your_Custom_Property_Name" from Nodes WHERE NodeID='${NodeID}'} You can run this query against the…