Comments
-
mcam has probably the best answer, as your first one!
-
What issues are you having?
-
Why not create an interface custom property? Then in your SQL you have already created, just add in Where Your_Custom_Property = '1'
-
sgenius Michal answered the license issue. Implementation wise, the first step for you? Step away from the IPAM console! Okay, seriously, don't just start throwing things in there. From what you describe, there are some potential political / network administrative boundaries that exist. So before you start the mass import…
-
Interesting feature request. There would have to be a tftp server service up and running on SolarWinds, with some form of a routine that notifies you a devices is waiting for a download. Then you could 'pick list' it from the available configs in your NCM. It would likely get quickly flagged as an annoyance, but since it…
-
The ideal way would be to limit the traps that are being sent to SolarWinds! So, if all anyone is concerned about is the linkup linkdown - then only enable those trap types on the device.
-
So the above conditionals in human language would read: Devices that are: 1)Cisco and have name 'swi' 2)Any equipment type that is not CME 3)Any system name that is not *fw, *FW, *vpn, *.VPN So, a netgear device with the name of Netgear01 would match (rule #2 and #3) A F5 named F5Device would match (Rule #2 and Rule #3) A…
-
noman4ever Posted an example starting point over on this thread Re: Help... how can I alert on a sharp change in the WAN Utilization? Be a good place for you to start. Keep in mind - that it is not quite so simple as it initially seems as you will have different traffic patterns at 9 a.m. Monday morning, holidays during…
-
SELECT COUNT(*) AS DownCount FROM Orion.Nodes WHERE Status = '1' Just ran this on mine - works fine. Be sure you are pointed at your core.
-
Why not just go full geek mode and name them after ships in Star Trek? Enterprise (good name for you know - enterprise class software) Defiant Intrepid Hood
-
Initial Idea App Monitor 1 Component A = <SQL that gathers the application value A> Component B = <SQL that gathers the application value B> App Monitor 2 Component A = <SQL that checks the values in DynamicEvidenceDetail in SolarWinds, divides them, and outputs number> These can all be SQL Experience monitor. I am…
-
Well - could just give you the query - or...teach you how to go figure it out. First thing - go download the SolarWinds Orion SDK. It has SWQL Studio with it. Make a connection to your core server (easiest way) -- NOT the SQL server! Once you have a working SQL query, then paste it in there, and you can do table look ups…
-
Will depend greatly on the network connection you have between the two. High latency, highly utilized sub T1 link? Probably not a good idea. 80 ms, lightly used link? No problem. The official specs are less than 300 ms. However, I would certainly install the Microsoft Message Queuing (MSMQ) on the remote poller. If you…
-
Probably is a way to do that with SAM, however, I would not think you need it that complex. Likely, you are already tracking that information per node, either as a Virtual Machine or Physical Machine. Have you looked at using report writer? The disk and volume information is available, so it might be possible with just the…