Comments
-
Urgh. Could be loads of things that too. Have you run into the stuff described here? (Not necessarily diskspace, but the Windows CacheTask) support.solarwinds.com/.../Webcachev01-dat-file-uses-a-large-amount-of-disk-space
-
Any idea what the WPM issue is?
-
Interesting! I must've been going off way outdated knowledge there
-
I've got a message to say there's a new update on this post, but when I try and view it thwack errors, very interesting. Anyone else got the same?
-
Pretty sure something funky like this is broken around the NAS Volumes layer too, I've found rearranging blocks in the GUI produced different results when it had no reason to
-
Should do yeah. i'd check that the 50mbs bandwidth actually applied, as that can be weird sometimes, and if it actually applied that your time intervals aren't averaging stuff out (Either 100% utilization for 50% of polled window, or 100% for half of the time, and 0% for the other half of the time, rounded to 15 min…
-
There's some example log parsers in SAM already, you might need to edit it slightly or more significantly depending on what your file and requirements look like
-
We've all had this problem @solaiy, Steven's solution is a solid one for exactly what you're describing
-
Very much thank you for that
-
I thought about adding this - and was thinking "But then if they were rediscovered they'd drop back in, so might need to add as a regular scheduled task or talk about adding drives to the exclusion list... no idea how to do that programmatically yet... hmm.."
-
Easiest? Add v.Caption not starts with 'E:' in your drive alerts Probably not the best, but by far the easiest.
-
Hi Fop, yeah that block dodges the certificate error It uses PSv2 and you can select 32 or 64 bit mode per script Needs to be updated to PSv5/v7 soon imo
-
Just got to add something in the where statement like where cisco is now. As for translation I think you can translate this in a report/modern dashboard
-
You want a thing somewhat like Select top 5 n.caption, CONCAT(round(n.HardwareItems.Value,1), ' Degrees') as temperature, n.HardwareItems.DisplayName from orion.nodes n where n.vendor like 'cisco' and n.HardwareItems.DisplayName like '%Temp%'
-
Put this in at the top if (-not ([System.Management.Automation.PSTypeName]’ServerCertificateValidationCallback’).Type) { $certCallback = @" using System; using System.Net; using System.Net.Security; using System.Security.Cryptography.X509Certificates; public class ServerCertificateValidationCallback { public static void…
-
I dont think that's measuring roundtrip time, as much as "how long it takes to send this email" - nothing "round" That said the issue you're facing is not having the data returned formatted in the way solarwinds wants in order to understand it. Check the example scripts or any of the how-to's. You want a Exit code (not…
-
There's a set of logs on the polling engine, I forget the path at the moment, but they're under APM and are then in folders named the ID of each application. I do find troubleshooting within the component script sections very hard to work with. If you had like 5 backend server IPs you wanted to pass into the script from…
-
Yes, and yeah i'd started on a similar track - Annoying though, twice as many cred stores to maintain!
-
I'm not 100% sure what you meant, but you can pass servernames in with ${IP} or $arg[0]...[x] etc
-
You can grab it from the local certificate store. I've a post on thwack from years back that covers this, or it can be re-written to be more specific for your use case
-
Is a discovery agent different from the normal Agents we'd see in Manage Agents?
-
In addition to what Marc said, the thing you've suggested is possible if you're maxing out the nic, i expect you're not maxing out the nic, you'd probably max out a few other things first A nice test generically in that space is check the latency stats for your SLW box monitoring itself. if anything significantly positive…
-
Loooooadsa threads on this already. I think a alert actually make it into the default set recently too. Lastuptimepollutc is usually the key value.
-
Would love to see what you come up with, and also what you've gone with for depositing the data afterwards
-
I've found the documentation very confusing on this, but there's LA and LEM, and there is still a free logs tool installable as I understand it. I believe LA is the one though you can find a marketing page on google referring to a free trial. Whatever the name is, there should still be one, with nerfed…
-
You probably want to do this with the free log tool, it'd be much easier to get that patched in then work out a replacement system
-
The verbs you want are CONCAT() and CASE, looking at that block of script makes my eyes blur though!
-
You probably want an event-based thing. I imagine the "shutdown" event for this is noticeably different somehow to that of a crash or whatever. If not that, you can have a datasource that tracks the RDP sessions, and your ping status, you could alert when sessions>0 and ping=down in advanced conditions or custom SWQL. The…
-
If you havnt already, try hitting Export, then check if the time drop downs arent set to something weird now
-
solarwinds.github.io/.../