Comments
-
That shouldnt happen as default, are you sure you're not seeing the VirtualHost object? (Ie it reads that from vcenter) If they are nodes you can remove em no problem
-
In my experience SWQL is too slow to get much useful from logs. Perhaps that's just my environment
-
In addition to what everyone else is saying, Settings -> Manage Nodes -> Group by Polling Engine on the top left. Don't even need to write a report! Also you might enjoy a block like this one: <b><u>Other servers down in the last 15 minutes</b></u> ${SQL: SELECT Caption+Char(9)+Char(10) FROM Nodes WHERE Status like '2' AND…
-
Heya, I see the problem you're trying to solve, this solution is really fragile. If you trigger this on a range of objects from different tables most will fail. if it fails to find a completed team macro it'll fail, and when it fails it'll break the whole email ie less contacts get the message. I'm kinda with some of the…
-
You want GROUP BY n.ContainerID and maybe HAVING n.Status = '14' -I say without running it. "Orion.ContainerMembers n" really threw me. I know when i started it took me ages to find out what that magic "n" was because it was a nightmare both googling for it and working without it. - it's an "alias" and you can put whatever…
-
I'm on 2022.4 and IPSLA's fine, so shouldnt be a version issue alone. Not sure if that helps.
-
Could do it with an API call, but that is a faff. You could add it as external/ping-only and then only add some monitor through SAM or something.
-
Yeah that's what I was talking about. Ok with that fixed it worked for me in a custom table with html tags on I did have to make sure it was on a dashboard that didn't have a limitation that interfered with that view SELECT CONCAT('', TOSTRING(UserName), '') as [User] , AddHour(-5,ConnectedTime) as [Connected] ,…
-
You're missing the closing ">" in the user column
-
What's the error? And is this is a Custom Table resource? (or Custom Query?) on a classic dashboard What you're trying to do is totally possible
-
Check if that account requires 2FA when you sign into it manually
-
Initially not sure what's wrong. The Auth header looks kinda small, which would be inline with an unauthorized error. What you're trying to do works fine generally. There was an issue with it about... 4 or 5 versions ago?
-
If you go Alerts -> Manage Alerts -> Actions, it's the on-off radio buttons on there for the first one, and on Alerts -> Pause all actions (top right) its that button for the 2nd. Basically stopping emails/etc from firing after an alert pops up in the console
-
Hmm...I feel like you could assuage management to a yes but the real answer is probably closer to a no... The module generates API calls, so even without the module you can run those actions. You could lock the port down but I think that would break use of the website for your users. What you could do is limit the unmamage…
-
You want to download the Orion SDK and start poking around in SWQL studio, it'll make more sense. You can search for a value and see every table it exists in. https://github.com/solarwinds/OrionSDK Note with these questions you'll get a slightly different answer sometimes if you don't mention SWQL or SQL as there's some…
-
No perfect short answer for this one, though a fair few posts on the topic Basically going from SWQL to SQL you'll have to add joins for every time you change table. The datetime functions are a bit different, and you get a load of new commands. SQL to SWQL, drop most joins you wont need em. Drop almost all T-SQL. Drop any…
-
Note the agent is less permissions from an AD perspective but also maximum permissions both locally and for a SAM Admin.
-
Hi Sara, This is much appreciated, that was quite a headache last year!
-
custom swql/sql with subquery and REPLACE() would work
-
Nah, through you can not alert on specific tasks in them you can make a custom powershell or equivalent one in SAM. I've got one knocking about but not to hand and it's not perfect or anything
-
Probably you're matching less than 100% of whatever your "Match" fields are on the import Name vs DNS IP vs some other IP that's still valid Something like that
-
I do this with an Orion Map - Then link pictures/boxes/etc from that map to the pages you want. Lets you make it real pretty.
-
This is a very good idea, I'll be thinking over how to implement something like this I think
-
While this is clever, i've found that asking solarwinds to fix itself on failure usually doesn't work, because of the failure! Worth a shot though. I seem to have had less issues with SQL failover than some of the others here
-
This stuff doesnt come across easily in text tbh What table does your alert alert on (the object in the drop-down?). that's the start and everything else has to link from there If you're starting at the VTM table (IE something in an API poller) you can go up from there to the API poller, then join the nodes table using…
-
There's another guy on here with a bug reference with the dev team for the Orion Status formatter in modern dashboard elements not working as intended in the latest version (or couple of versions perhaps), this is the same issue as that
-
I suppose you can reply reminding em it's an NPM feature too. Either there's some weird issue in your environment or you're doing something weird that's not coming across in text easily. No offence intended, just that that's a pretty basic feature that should be working. I had an issue once where I set a custom property up…
-
I suppose if your custom property is NCM exclusive that could explain it, but would be nice if they said that directly. Does your custom property look like this is custom property editor or something else?
-
In the day or so since I wrote that i've broke it again without really being sure how. But hopefully an engineer could arrange that in a way where it's a bit less hideously jank
-
if you had to put it on an accuweather one and they dont provide a map tool, you could do some html overlay thing but it'd be nasty and I super dont reccomend it.