Comments
-
From vague memory, one of the two recorders kinda picks up on this directly and the other doesnt. But the best solution in either case is to make the transaction run with an account with those windows permissions, there's a WPMDomainaccountsettings.exe tool where all the other WPM.exe's live, that's what you need.
-
They're matching something like this: If ( DateNow between IssuedDate and Expiration date SAN = DNS entry being presented Not in certificate revocation store Trust on each level of the certificate chain ) then green check/padlock/all good etc Usually you just measure that the whole lot is ok, or the expiration date is ok,…
-
Would love to know the full answer to this. You can pick an aweful lot of stuff, but the alerting format thing would be nice
-
I bet security settings. Auth vs no auth related probably Pure guesswork mind.
-
You might need to go down the rewrite path tbh, I dont believe there's support 1st party for converting their format anymore
-
Had a look in my C:\ProgramData\SolarWinds\JobEngine.v2\Logs\SolarWinds.JobEngineService_v2023_2.log, no matching record, is that's the one you were looking at might be an environmental thing
-
@"marcrobinson" Thanks for the insight - I sort of meant "within the azure monitoring space" but didnt write that down so that's on me. Any good netpath endpoints worth testing?
-
Which log file specifically did you find this in?
-
Perhaps I'm not seeing it, i mean "Alerting issues that occurred after the upgrade to 2023.2 were addressed.", can we get a description of the alerting issue that was recognised/fixed? I've got something like "It looks like for some reason the system tries to convert nvarchar to INT, " from support, which would cover a…
-
This would be reactive not proactive, sounds like you mostly want to bring the reaction time down. You can both read stuff from azure from APIs and have azure message solarwinds with APIs, I struggle with either of those options having a good place to put the data and I'm trying to convince the solarwinds staffers for…
-
2nd firewall or SNMP access list acting as 2nd firewall
-
Fair enough, worth a short! Feels like there's some contention-ey thing in there somewhere that could be helped somewhere
-
Honestly I couldnt, and I dont think anyone else who hasnt seen the thingboard thing could say for sure either without being vague Here's a guess: thingboard/x/swagger -> ctrl+f for the thing you care about, that's the endpoint, it's documentation will be attached Put that in a script -> sam settings -> add template -> etc…
-
powerusers.microsoft.com/.../1269862
-
Hi Marcinmt, turns out this is part of the "alerting broke in 2023.2" issues that the hotfix just came out for. I'm still short of the solarwind(company)-side description of the problem, but to me its primarily showing as a bug in translating between the UI in the alerts designer and the SWQL it produces. Often the bottom…
-
SolarWinds.SEUM.AgentDomainConfigurationTool.exe in ~ \Program Files (x86)\SolarWinds\Orion\SEUM\Player If it errors when you launch it, check windows firewall against WPM ports, it's like 17790 or something simmilar If it doesnt error, but you've got 2 accounts listed rather than 15 i'd investigate messing with that for…
-
How about the DB? It'd be worth putting them on the same timezone, and ideally UTC
-
As I understand it it's: UTC, given that your servers are on UTC. If your servers arent on UTC it can get a bit weird.
-
If you're send address is fully authenticated I'm surprused. If it's not fully authenticated then there's a per-DL setting to enable unauthenticated mail, or to authenticate it (/w user/pass/actual mailbox/etc)
-
The UI definitely doesn't 'want' you to do it, it's a bit fragile. If you want to use commas or multiple large macros it can be quite hard to convince the UI to let you press save without messing it up. Also if you format a macro wrong, solarwinds will give back the macro rather than an error, in the "to" field that can…
-
Hi Jeff, Is there an available formal description of the issue?
-
On a hunch, do you have less accounts in the WPM account config.exe, or does that error on opening?
-
This has become a hotfix available now
-
You've got to fix your header (in the url) What that fix is depends on the application and we couldnt tell you, each one will be wildly different
-
Do you have the high level o365 API access you need to sign the form for?
-
Interesting post and one i'll test when I get the chance Could you elaborate on what you mean by "set to required"?
-
If you've got SNMP and BGP that sounds like it'll all work easily out the box If you've not got SNMP your options for getting topology data are a bit more limited. I think meraki devices might still work via the API. I'm not sure though. You'd want SNMP for sure If you've not got it yet, you can pop a trial on and see if…
-
The specifics can matter a lot here, but i'd expect if you had your 15 site routers and your datacenter edge and dropped em all in they'd probably get linked together without doing much else. You might have issues if you have some sort of complicated routing inbetween where you're going through an unknown SD-WANs or VPNS…
-
I like a small number of custom properties for this primarily Either $owner or $down_contact, $cap_contact, $app_contact work nicely You can use case statements in the TO which I dont reccomend Nested DLs can work fine in my experience, it's maybe the security settings you're falling afoul of. This sort of stuff is very…
-
I have this problem, and i've not found an easy way to do it so far. Could always code something to do it in the API to generate each network discovery or basically do one custom. If you've got 256x a large discovery you'll probably get timeouts, so probably you need to cut down from a wildcard octet to something smaller…