Comments
-
If you're using their SAM SSL monitor you want to look for the component/componentdata table, using message and statistic. Same if you're using mine If you're using the appinsight for IIS ones then they appear in the table you mentioned
-
.I dont think group assignments work for less than SNMP/WMI/Agent. Had this recently with some ping-only stuff Not sure if that's intentional or not You should be able to do bulk assignments just fine though
-
Does the downloaded config look good? If no, that explains the error and you probably need to build a template to deal with some slight difference with that device. If yes then i'm out of ideas for the moment. I expect it's doing something like trying to download the "login successful" page Usually that space in the DB…
-
Run a config download, then that'll update
-
I think, think that you could achieve that if you place a grouping for each site, and then assigning a custom view for those groups that displayed the relevant lower-level map Alternately on Orion Maps you can place a box, maybe hidden maybe not, that links to a custom place (ie the map)
-
I suspect you've got either: a) >200ms latency between one poller and the other or b) they're on different timezones Both are not ideal
-
So in one of my environments we're using VMAN but not really in need of Recommendations, the recs service obviously takes quite a few resources, and I used to be able to force the job to run on another poller by leaving it disabled on the other one. The primary box is running hot which is the reason it's disabled. I've…
-
If you want to regex, regex 101 or a LLM are you best bet Regex may not be the tool you want to apply to this situation unless you're integrating with another tool of some sort to perform the function You could set an alert with the action "set a custom property" with 'WHERE nodes.caption like '%_Place_%' and duplicate…
-
Know if there is a auto-fix process that's come in recently? I see a new Service page in the UI under settings that seems new, cant seem to keep services stopped right now.
-
Not sure what you're asking, could you clarify?
-
Scary looking block of SQL lol You want to left join Orion.Nodes maybe via Orion.Volumes (or their sql equivalent), maybe ON alertobject = volumeID where type like volume. Then volume has a parent ID to join to nodes, then your info is on nodes. This would probably be easier in SWQL
-
If that one's stopping, you've got an underlying issue to fix somewhere. Best to ask support You can run a task on something to check/reset it if you need to. Pretty sure SLW's put in an auto-fix process of some sort recently as i've had some services start themselves unexpectedly
-
They're different based on the metric and the environment so this is hard to advise on. (also just hard, i've got a few working in live and have struggled) Chatgpt is excellent at sorting out azure headers
-
CONCAT(" ",memory_used) as Mem_Fine_Ill_do_it_myself
-
There's a guide or two on here but I found them totally incomprehensible personally. You can make some random External node or two and assign to that, or assign to your polling engine, doesnt matter really. Permissions can be a faff, as can expiring secrets Personally my biggest bugbear has been the "scope" header as part…
-
Aah misread you I'm fairly sure you an apply a /1024 transformation on these somehow {{{details.inbps}}} {{{details.outbps}}} Had a quick try without success. What you can do for sure, but is a bit of a faff is place an API poller against your solarwinds instance that runs a select query that generates the number you want,…
-
" In: {{{details.inpercentutil}}}%, Out: {{{details.outpercentutil}}}% " its in the text -> add variable section with everything else. Bit awkward to navigate
-
I posted a similar question not long ago. A heartbeat alert seems like it's worked well for people (trigger every x min, auto-close, raise alarm from ticketing system if it's not received)
-
I think you'd lose auto-forecasting as a application template, but it's probably doable. Curious if you find any success if you do.
-
Interestingly I had a response from support suggesting this is basically closed for security now. Can we get that back with any integration? (Dameware?)
-
Got your headers sorted?
-
You want something like C:\Program Files (x86)\SolarWinds\Orion\SEUM\Player E:\Program Files (x86)\SolarWinds\Orion\SEUM\Player etc In there you'll find SolarWinds.SEUM.AgentDomainConfigurationTool.exe Add accounts that have permissions to the site you're using and arent going to cause issues for whatever other sites…
-
Got enough stuff in your header? It's probably the header. OOTB would be easier i'm sure
-
Make a all servers Group, then go to SAM and apply a cert monitor to the all servers group There's an OOTB one and one i've posted on here before that'll work ok for most purposes Certs can exist in weird places, best not to assume a single monitor will cover all possible cases of engineers putting stuff in live and…
-
Settings -> Manage Custom Properties -> Objects -> Show all -> Virtual Datastores
-
Yes, but, you probably want to assign applications to "all X devices" groups, and define those with a query, then they auto-assign without picking up a load of noise
-
Tried the OOTB integration? This could be lots of stuff. Probably something in the headers/auth/environmental stuff that's not contained in this clip
-
Check 12k things every 3 minutes, or 24k things every 6 minutes, or 36k things every 9 minutes, so on and so forth. As long as your server doesnt start to die you'll be alright for the unlimited stuff.
-
Could do 24k at double timings or 36k at triple timings or 15k on a beefy box hoping to not break anything i suppose.
-
Try/catch throw exit x where x is your error Write-host x