Comments
-
gundamunit1 Being within a custom query resource, you should just be able to click the header for the "Name" column, and that should sort the page by name value.
-
bavautom5 That is very nice. I'll need to look into how to do this on a city/street level.
-
xtraspecialj I'm glad to hear this is working well for you. In regards to the duplicate results, I believe this was due to the poorly assembled query I put in there. I updated the content last week, so try re-downloading the attachment and try it again. https://thwack.solarwinds.com/docs/DOC-202667#comment-304566 Thank…
-
designerfx Did you get this working?
-
bharris I updated the attachment, which now includes 2 different versions, as well as adjusted the SWQL queries to refine the results. The attachment now includes a version without the custom properties (only 2 pie charts), as well as the original (4 pie charts). Try to use the option without custom properties, and see if…
-
**2018.07.13 | Updated Attachment to include a version WITH and WITHOUT the node custom properties for Area & Department, as those CPs were causing some confusion for some users** *Also, I have corrected/updated SWQL queries for the pie charts, which should now properly group results. (previously pie charts would have…
-
Great stuff, tomiannelli. Don't forget to tag CourtesyIT so he can list it on his list of lists.
-
dgsmith80 I mostly just did the high level research and the SolarWinds stuff. mblackburn did the deep dive and actual JS work, so he would probably know better than me. Having said that, I believe it might be a combination of the div settings (towards the end/bottom of the file contents, line ~253) and the "calendar: {…
-
I think I meant to say 5, 1 query for each graph.
-
designerfx there should be 4 different SWQL queries in the attached file, one for each graph. I believe you would need to update all of them to match your environment. Is that what you are asking, or did you do that and it not work?
-
mblackburn Yeah, it would have been better if we had an actual programmer instead of some nerf herding moof milker...
-
marcv You should not actually need to run config wizard for any changes to a .js file. Running the config wizard really only adds NEW files to the add widget/resource selection page. As far as I know, once the widget/resource shows up in your system (and you can select it), you should be able to edit it, and see the…
-
marcv Hold up a minute... Just out of curiosity, which browser are you using? It just occurred to me, I had used Chrome, almost exclusively, over the past several years. It was not until several months ago that I updated Firefox and started using it again. I just tested in Firefox, and mine doesn't open new tabs either.…
-
marcv What happens when you make the change in that default CustomQuery.js file, then test it on a regular customquery widget/resource? That CustomQuery.js file should be the control for all of your customquery widgets. The modified CustomSWQLViewsManager.js file, from here, should only be for the corresponding aspx file.…
-
marcv Well, that seems odd. What versions of which modules are you running? (copy/paste footer from any page within your environment.) And, just to make sure, you're making these changes on the same server on which you are checking them? (I have been known to, on more occasions than I care to admit, work on server A, while…
-
marcv Try changing that in the "CustomQuery.js" file instead, which should be in the same folder. It looks like I probably missed something in that custom resource, or perhaps enough somethings have changed since I put it out. I just verified it IS working, on Orion Platform 2018.2 HF6, SCM 1.0, NCM 7.8, NPM 12.3, DPAIM…
-
You always do great work, hcy01uk. Keep it up! (Please)
-
Good stuff there, dgsmith80!
-
dclick I checked it in SWQL Studios, and it appears to have worked for me. SELECTn.Caption,n.NodeID,case when nc.NodeID is null then 'Small-Relative-3.gif' ELSE 'Small-Relative-2.gif' END AS i1,case when nc.NodeID is null then 'Enable NCM' ELSE 'OK' END AS [NCM Status],case when ne.LoginStatus LIKE '%issues%' OR…
-
i_like_eggs Nice work, thanks for sharing!
-
alexslv, Thank you very much. Sometimes, even the little wins feel good. This little setting has bugged me for a long time. Had I just taken a few minutes to poke around, a long time ago, I could have saved myself many internal complaints. On a side note, I really like how you have your "Table of Contents" page laid out…
-
hale I agree, I would much prefer them to include a feature that archives older messages. Perhaps something similar to how they handle the hourly/daily/weekly/monthly/yearly stats in NPM. I would even go for an "unofficial" workaround, to get something like that setup. But you're definitely correct, I don't want to delete…
-
rmurphy1313 I believe the Kiwi Syslog program is independent of NPM/Core versions... I do not think one requires the other.
-
Just figured I would post a screenshot showing how I use this. On top, I have a custom SWQL query, showing additional details of the same data. And below that, I have the timeline showing me all the overlapping jobs. This allows me to easily see how long each job takes, as well as which jobs overlap. As time goes on, and…
-
nickzourdos had ran into an issue when using this in his environment, where the page would build the box, but would not populate the box with anything. After looking through the console logs of his browser, and trying a few adjustments to the query, we finally got it working. Basically, the query was returning a null…
-
I have updated the attached file above to include a temporary workaround for displaying jobs which were manually started. (JS_Timeline-005.txt) Manually starting a job will cause the new start time to appear as a date/time in the future, which will break the chart. If/when the new time is set as a future date (later than…
-
Here is an example of an error when viewing the timeline after manually starting a job, or when the manually started job has just completed. (As you can see, the method to calculate the new start time ends up with a value that is further in the future than the end date/time.) This happens because we are counting on…
-
I have been looking for this for years. I have read through hundreds of posts over the past few years, and I finally found my solution. While they already have similar sparkline chart built into SAM, I wish they would open those charts up and let us use them for any data we need. This is the perfect solution until that…
-
alphabits This is very helpful. Thank you for sharing! -Will