Comments
-
Wow, never realized that NPM/SAM does not have a method of dynamically discovery resources! I come from the MS SCOM world where object discovery forms the entire basis of the product! I don't see anything in the SDK either.
-
Any comment form SolarWinds?
-
Thanks! I'm not sure howI missed this option in the UI!
-
This is a must. It's basic UX for a modern application and a huge frustration when its not available. I posted here around same:
-
A bit bonkers Solarwinds NPM/SAM has no template for this. We are looking at building are own as heavily using always on availabilty groups these days but we could just use SCOM etc. Seems like something this product should have out of the box given maturity of always on availabilty groups.
-
Same here. Rolling out Windows 11 and no patch manager WMI Provider/Agent support.
-
Hi @"KMSigma.SWI" ! I did indeed run the SQL update so all good at my end bar a few admins now complaining of their e- mail alerts looking 'funny'. I have sent them a link this
-
Do you though? If you cannot give an indication of when then what good is a statement like that to customers as above who have highlighted this as a weakness in the product for years ?
-
New to SWQL. Was building a query for duplicate nodes like this: select t1.NodeID,t1.ObjectSubType,t1.SysName,t1.Dns,t1.IP_Address,t1.Caption,t1.DynamicIP,t1.Vendor,t1.IsServer,t1.MachineType,t1.LastSync from Orion.Nodes As t1 INNER JOIN ( SELECT TOP 10000 IP_Address, COUNT(*) AS Total FROM Orion.Nodes Group By IP_Address…
-
Was this ever roadmapped within Solarwinds? Is a MASSIVE pain in the backside and really a frustrating implementation.
-
So is 2020.02 supporting RTP for agent based polling?
-
This is great!
-
I found a solution! I have simply spent xmas memorizing the annotations to all my 3000 virtual machines Seriously though, SolarWinds dev, get the finger out! This would be an obvious feature ins any size environment. VM names mean nothing anymore in modern deployments.
-
Could this process be used to delivery MS patches/hotfixes .MDU files that aren't published to WSUS?
-
So it's the same for all resources i.e. what if i create an application template to monitor say, a windows service. Do i have to specifically target that monitor at servers I know have the service? Is there now way to discover this?
-
When is this feature due? I really need some way of firing an e-mail from the PM server before tasks are initiated. This would allow such functionality if the scripts could execute on the PAS side. Also, would be nice if the scripts could accept PM specific parameters e.g. $PASSERVER or the like :O)
-
So I logged to support and as stated by @"jan.turon" I had to manually update the Database to set the vendor for the external/ICMP monitored nodes that represent the dvSwitches to 'VMWare' update nodes SET vendor='VMware' where nodeid= This is working now! :) I have asked support to: * Raise a requets to have the…
-
Thanks @"naveensingh43" .Yes I can view this in the WebUi but as a very busy IT admin I don't have time to be looking into web consoles for such things :) If something is out-of-date and requires attention within the platform itself I feel it would be standard to be able to create an e-mail notification for this. I'm…
-
Support have confirmed this as a bug as of latest 2025.1 version (but has existsed ot date. Not ETA for fix but at leats it is on their radar.
-
Got ya! Clever idea. Unfortunately this would mena that other critical updates would also get approved which I don't want/need.
-
Remind me of that post/link?!
-
Bump
-
Great shout @brscott
-
Indeed they can but in this case I know the groups I'm targeting only contain nodes. Thanks for the steer!
-
I ended up exploring them simply with the WMI Explorer tool from MS.
-
Awesome and useful post!
-
Anyone?
-
To a degree yes. I have done this but then moved on to MECM when we got it deployed. You can: * Deploy via patch manager and the Office Deployment Tool * Use the internet as a source or a network share. * Thereafter, you can trigger updates via a 'dummy' custom patch that runs a script
-
Might you be able to export and post your applicability rules komaram?
-
I logged to support and they confirmed that Build Number would only refer to 19044 in this case i.e. same as output of the following: * Get-CimInstance -class win32_operatingsystem | select buildnumber