Comments
-
Yes I am running a different poller But there was some of my ifrewalls that wasn't assigned to the poller Thank you
-
I cant get the Set custom status to work keep getting this error " "Set Status Critical" action has failed Execution of CustomStatus action with Entity type - Orion.NPM.Interfaces failed. CustomStatus alerting action works only with Orion.Nodes." I would much prefer to use set custom status, as there doesn't seem to be a…
-
So what you are saying is that i have to add the interfaces I'd like to monitor to the group seperately to gain their status on the group icon? I am currently toying with the alert trigger action "set custom status" to see if I can get a interface down alert to set the whole node in warning, wouldn't that also be a…
-
This will however in NPM 12 also give you any nodes you have moved between pollers!!
-
Just what i needed thx
-
Hmm correct reporting of CPU util shouldnt be a Feature request. And i know that my 12.2 software is getting old but I would like to hold of upgrading just now. I will open a case for this to see if we can get this working Regards Jens
-
Network Insight for Palo Alto firewalls Yess!! been waiting for that
-
Hi again My final script turned out to this: SELECT n.NodeID, n.NodeName, f.SourceIP, ss.IPGroupID AS SrcID, f.DestinationIP, sd.IPGroupID AS DestID, f.ProtocolID, f.Port, f.ApplicationID, a.Name, f.TimeStamp, COUNT(f.Packets) AS Antal FROM Orion.Netflow.Flows f LEFT JOIN Orion.Nodes n ON f.NodeID=n.NodeID Left JOIN…
-
I have played with SWQL studio on the Orion.Netflow.Flows table, and I have found my way to this. SELECT COUNT(Packets) AS Antal, SourceIP, DestinationIP, ApplicationID FROM Orion.Netflow.Flows WHERE NodeID=656 AND ProtocolID!=1(ICMP) AND ApplicationID!=100143(SNMP) AND ApplicationID!=106191(H.323) AND…
-
I think i figured it out Scalability Engine Guidelines for SolarWinds Orion Products - SolarWinds Worldwide, LLC. Help and Support Real RTFM issue But i thought i would post it and mark it answered as theres is bound to be more lazy s***s as me Regards Jens
-
have a look at this: https://thwack.solarwinds.com/ideas/1477#comment-294941 and please vote
-
HI I logged a case at Solarwinds support on this and they came up with this. https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/NetPath_last_hop_shows_high_latency This was the answer in my case here, a combination of a failing connection reset from the server and an ASA firewall keeping the…
-
The only way I can find without deleting the agent is through the Database Manager. Connect to the SolarWindsOrion database, Find Netpath_Probes, Execute query and enable table editing. I wanted to delete a Probe and add it again under a different alias, this was no problem using this procedure. Remember that the entire…