Comments
-
Hi Faizan, I'm still having some trouble in 12.3, but ignoring that - That element's a live HTML chart, note the mouseover effect, those wont work in an email format primarily as the email clients wont allow it. You're looking for a chart that's a flat image, a jpg, png, something like that, no interaction available. I…
-
Please let me know if you get a working solution - I'm trying similar things at the moment but havn't reached a solution yet Within solarwinds I believe it might be possible to use the inbuilt PDF report functionality to attach locally saved charts but I've not spent much time looking into it as it's less desirable than…
-
Hi Jan, Just started trying to implement this, * Discovery and one time jobs - Working as described, much appreciated! * Main VMAN Java Poller - Didnt notice before but this is still global so not ideal in our setup. Is there a single-server version? * vSAN poller (since VMAN 8.3) - Guessing this may be our fix, need to…
-
Thanks for this Jan! This was still very much a pressing issue and this looks like what i've been trying to find for months I'll be testing/using this in the next few weeks, might have some followup questions then
-
Same here - If you work out anything clever please do share. Not sure how I feel about appending ticket references vs overwriting them from a design perspective. Currently i've got: alert goes off -> post to azure -> some logic -> post to ticketing system -> ref sent to azure -> some logic -> sent to slw alert note Should…
-
Got it working now based of your message there, tyty! 1) Changed the filter '%r1-r1%'" - which i didn't notice before 2) Added some extra height in the div "<div id="mynetwork"></div>" -> "<div id="mynetwork" style="height: 1000px;">" - As that wasn't scaling properly for some reason I'm testing with a few different…
-
Hi Jasa, Interesting to see someone else with a similar problem - I've still yet to get mine 'fixed' though i've used that workaround a few times since. Migrating a polling server to the cloud shortly as the next step in troubleshooting. - I've had some definite interference coming from something in our on-prem environment…
-
Hi Serena, thanks for following up. Kind-of. The issue ended up being an encryption/decryption problem - We have a workaround that involves using fiddler as a man-in-the-middle to decrypt traffic, I'd prefer not to use it. I've got a followup case at the moment asking for information about expected behaviour. Do you have…
-
Thanks for the quick reply! I've yet to get this working and it sounds like it should be a copypaste job, are there any other prerequisites? I can see a space loading and a whole load of arrays returned with solid data, just no chart. I've got a bunch of other customhtml elements and script-based ones going before but the…
-
Hi Matt, Yeah this is a big pain for me at the moment - In HTTP NPM 12.1.x and 12.0 I had it working with minimal authentication issues, whereas with HTTPS NPM 12.3 I'm struggling to get it working without extra auth steps One confirmed way around it is to enable the DirectLink account (search it on thwack there's full…
-
For posterity here's the powershell version (ended up having to do this twice) ---------------------- $Cred = [Your method of storing credentials here] $Swis = Connect-Swis -Hostname "[your hostname here]" -Credential $Cred #The below APPENDS to the note, despite the name #Invoke-SwisVerb -SwisConnection $Swis -Verb…
-
Went back to this after a hiatus - Got it working from a POST request too: URL format seems to be: https://servername:17778/SolarWinds/InformationService/v3/Json/invoke/Orion.AlertStatus/AddNote ^swis port ^database name ^verb/function Body text needs to be in JSON format, and array format within that, eg:…
-
Hi Bob, Got this snippet from m_roberts in another thread, shall be trying in my environment shortly, but i think this points you in the right direction: Invoke-SwisVerb -SwisConnection $swis -EntityName Orion.AlertActive -Verb AppendNote @( @( $AlertObjectID ),$AlertNote ) (via powershell with SWIS module from github)
-
Happen to have any details about the fix that worked for you @baby_face ?
-
Hi there, in this thread from a couple years back you mentioned getting something working for updating alert notes, anything you can share? I've started walking down the same path. Any help appreciated! -Adam
-
Hi sophoeun, Cant actually get this working as previous anymore in my live environment, not sure if it's to do with a recent version patch or something else. Still i occasionally use the same technique in different ways and i've been on at solarwinds to make this easier. * If it does generate a picture when you use…
-
I'd love a document with all the available graph names and what they're good for, but i've not seen one, if you find one please send it over! You absolutely can search solarwinds for graphs that work and figure it out from there, as with the vague process above or below: In my experience what you're looking for is a graph…
-
Hi there, awesome work! Is this to be used in a customhtml element on a interface page? Looking through the script I'm struggling to get my head around what the input data is and how many neighbours away it's looking for. Is there anything else I need to ensure is there to try this in my environment?
-
That is very weird! - I'm out of convenient ideas, but in a pinch you could send the data off to googlecharts API or something to regraph it that way?
-
Hi Serena, My Ticket is 00137725, though it hasn't had an update for a while there's been a continuing discussion with sales engineering and the devs. Not sure if they're using another ref but they've got a trove of screenshots and diag files somewhere in the system. Let me know if you want to talk about it in more detail
-
Hi, no i'm afraid I've got no documentation, i'd love some if you find some anywhere else. It'd be lovely if there was an element in the UI for this. An example that'd work for 3 months's storage is: <img…
-
Hi Brian, I ran into that problem trying to implement my own suggestion to get the screenshot - I think the Interface alert CAN update custom properties, but the Custom Poller one cant, so the alert action to mess with the Mute variable will need to be on the interface one, and the Palo Alto status one will be what sends…
-
If there's someone you've got over there who can write/review/sign em properly the useful bit is basically: $Cert = [Security.Cryptography.X509Certificates.X509Certificate2]$WebRequest.ServicePoint.Certificate.Handle $CN = $cert.Subject $expiry = $cert.NotAfter and sticking some combination of that in $Message - once it is…
-
Might be best to start with excel for this one then - I'm trying to work through it for curiosity at the moment, and you probably need a CTE so you might have to use actual SQL. Getting the data out is fairly straightforward though, you could even just export from some of the availability or packet loss charts. Getting it…
-
good sleuthing!
-
Just replicated in my environment and didn't notice an obvious gap and each reported alert name was present somewhere Do your missing alerts show up on the chart with different sample intervals on the chart options? If you do the same thing for the WHERE filter %Sev 2% does the missing Sev2 show up or is it still missing?
-
Hi hansons, not quite sure what you mean - "Test successful with "Critical" status on Server " should mean it's triggering one of the thresholds in the monitor, or at least coming back with an error. Could you take a screenshot maybe? I'm still guessing some proxy shenanigans mind. If you've got reseller support this is…
-
Did the beta go well?
-
Did you find a fix in this case? I might be experiencing the same issue.fastgm3serena
-
Cant take a screenshot at the moment for silly reasons, Make a custom table select your servers (vendor=windows or something) set all the columns and whatnot (include a historical statistic like average disk space) save the table (submit) on the report layout page there will be a time value ("For [dataset] From [time…