Comments
-
Weird one that. Hmm.. Not jumping to a solution. Maybe worth posting in the WPM or Pingdom forum There's probably something equivalent on the page to use. Doable in SAM Probably doable with WPM/Pingdom using a weird method. If you can query the URL of the page in pingdom you can make it work.
-
Not sure what you mean exactly, but some possible options: -Add a custom interface-type connectin between nodes where relevant -Add a background image with some connections drawn on it -Add arrow images with connections -Instead/around the map object add your actual objects that link correctly, then hide them/make them…
-
Maybe paste in a screenshot of where the data exists? Not sure what you're referring to. Are you talking about buying a domain from a registrar?
-
You can add custom SNMP OID monitors in SAM that are a little more flexible (though you cant transform them as easily as with UDP), I tend to prefer the SAM method for most stuff, this looks like a decent example.
-
Stuff to add: 1) An else with an exit code leading to an error or something, or count the errors and do that in an IF at the end 2) A success Exit code 3) Something that sorts the $days if there's any chance of >10 entries 4) an iteration counter ($i = 0, $i++) 5) Edit to Write-Host "Statistic.$i: $daysleft" or simmilar 6)…
-
Got SAM?
-
I think the solution you're looking for is in the Dependencies feature, tried that already? This stuff all gets fairly specific fairly quickly. I have done a few things recently with a weird RIGHT JOIN (Stuff I want to ignore) alert condition, wouldn't recommend as a 1st/2nd/3rd port of call for this purpose though.
-
That'll be from your exchange (unless you've added it to the email template)
-
I think you're talking about certificate expiration. If you're talking about something else I'm not sure what is it. There's a default certificate monitor in SAM, as well as the https monitor if you check the cert option/s. I've got some custom ones searchable with "certificate monitor" on here, as do others, plenty about
-
I'm not familiar with this view, odd, sounds like the NCM difference detection page might be what you're after though? I had to add a few custom lines for avoiding remark stuff
-
SNMP + Sam monitor for SNMP service name or Install agent + service explorer -> add
-
Replace 2) with something like 2a) Export list of devices from custom properties management, export all properties, as well as monitoring method 2b) Match all credentials to a list 2c) import credentials into new solarwinds 2d) network discovery -> IPs -> list from step 2a using creds from 2c 2e) import custom properties…
-
try "name not like 'Cloud Devices Windows Update Monitoring' "? your query doesnt seem that wrong. It'll be something int he formatting around caption being on the nodes table and application.name trying to go one table down You could maybe filter this easier in Edit View if you're not trying to line a few of these…
-
Yeah I get you, I've seen another company offer a product in this space, but I get the impression it takes enough work to be billable. I've not seen a free version but maybe it's out there. The data's all the in the DB in terms of topology and device type, how to auto-visio that is beyond me though
-
Sometimes you'll get prompted with a window, the old recorder was easier for this, not clear what the difference is as such. When not prompted, you want to open the ADaccountsettings exe (dont have the long name in front of me) from the WPM folder on the server running the transactions. That'll let you assign an AD account…
-
There's quite a few screenshots saved actually! But not when status is green. Now i'm a few months on I think it'd be possible to compare the thumbnail files to see if they match when the status is defined such that it's always down. Still a fiddily one though as these files are too big to not handle right
-
CBA to rewrite the whole thing, and mine's not all that either, but if you replace most of 42-64 with something like: $propstoupdate = @{ Name = "$($item.Name1)"; Name2 = "$($item.Name2)"; Name3 = $($item.Name3)} $uri | Set-SwisObject $swis -Properties $propstoupdate You'll save like x-1 calls per object, where x is amount…
-
Does that page have some sort of SSO/authentication thing happening immediately?
-
Ooooh good post!
-
Cool question. No option in the config file by the looks of things, havnt seen one anywhere else. I suppose you could fork the github repo technically
-
You can skip this step using the old recorder. There's layers to this. Errm...: -Your certificate is good if the (CN) names match, the dates are OK, and there's a chain of objects up to a trusted object. (Trusted cert store has like RSA in it, RSA says I trust distributor X, distributor X says I trust service Y) -The note…
-
Aah I didnt realise you had the data already. I think a basic report for data received / average packet size / time would basically give you a FPS number. Could also just run wireshark for a few minutes to get a number/check the numbers from above. Feels like a fairly solvable problem, though I'm not sure I'm visualizing…
-
Does it link to something that's really quite complex? I dont see any issue in the screenshot you posted but i'd think something along the lines of a missed plural or http/s or the linked content being slow and extra clicks resetting it or something silly like that. Seems like a feature that would be hard to 'break'…
-
Worth mentioning then - There's an out of the box servicenow integration in the settings menu and the servicenow app store that if you're not aware of will make your job easier
-
Could probably speed that up a bit combining each prop update per node into one call, it accepts a few at a time I'm pretty sure. If i'm wrong strike me down I'm about to leave the office and CBA to check my own scripts
-
This sounds like an NTA-type problem. You'd need flows exported from something before/after the silverpeak devices probably. That an option?
-
Can edit them in the DB or via the API I think. You could troubleshoot with a MIB Walk to see if the devices are at fault or not
-
There's some paid stuff around support.solarwinds.com/.../automate-create-and-export-network-maps-to-visio-with-network-topology-mapper
-
If you change GetDate() to GetUTCDate() does that clear the discrepancy?
-
Delete the website, then rerun config wizard