Comments
-
dgsmith80 Exactly. For that exact reason, this product has already made it on to our "No Buy" list. I was pretty excited when it came out, but the limited functionality, and poor licensing setup, has pretty much ruined any chances it would have had to be purchased. Now, unfortunately, that functionality will most likely…
-
nafees.khan Ah, I see now... Yeah, now that I re-read my description, I can definitely see how it would read as "only including the lines below"... I should have probably posted the original response with the query, and search query values separated. Sorry about that, but I'm glad you got it figured out. Another little…
-
rlawrence I THINK this should get you the change you are looking for... SELECT DISTINCT(ncmcdr.CacheID) ,nd.Caption ,ncmca.DownloadTime--**NEW DATE/TIMESTAMP ADDED TO SHOW WHEN THE CHANGE ACTUALLY OCCURRED,ncmcc.TimeStamp --**OPTIONAL FIELDS**-- ,ncmcdr.NodeID ,nd.NodeID ,ncmnp.CoreNodeID ,ncmcdr.ConfigID ,ncmcdr.DiffFlag…
-
npereira1 This is what is looks like for a node that has events to report: And here is what it looks like on a node that does NOT have any events to report: Using the "NodeID = ${NodeID}" option is far more efficient than hard-coding a static NodeID, as it will apply the report template to each node, showing only the…
-
martijng I have had several issues in the past, where I requested extended licenses to assist, nearly identical to your request, and had no problems getting those licenses. I feel you may have communicated to the wrong person. (Not wrong in the sense you did wrong, but wrong in the sense they simply were not aware...) I…
-
sotherls I think he means for you to add the "Custom HTML" resource to the page, and then, within that custom html resource, display the file living in your new custom virtual folder. Perhaps like an iFrame would do? If I understood correctly, I do not think they are wanting us to be "adding" our custom resources to the…
-
Tony Vispetto did you save the changes, or re-apply?
-
newkidd2 Rolling back VMs is definitely the way to go, at least for upgrades like this. You take a snapshot of each server, or, completely clone each server, if you have the time and resources. (if you clone the servers, then just leave one of each on, and one of each off) You do you upgrades. If you run into any issues,…
-
YES!
-
phillsb Yes, I think NCM simply has not "Inventoried" the nodes, so it does not have the data the query is looking for. You can go to the "Jobs" link, under the "Configs" tab, and there should be a default inventory job. You just need to schedule it, or even run it manually, if you like, and then you should start seeing…
-
sja Are you making the changes in BOTH locations? (Device Template & NCM Config Settings) After you add the config type in the device template, you need to make sure to add that same config type to the NCM Config Settings page. Try this, just to keep it simple, and not use spaces or underscores, for now... <Command…
-
cnorborg I would like to thank you, once again, for your assistance with this "project". My end result can be broken up into 3 separate parts/reports. I have highlighted those 3 parts, shown in the image below, in case anyone should find a use for this in the future. The RED Part: This is the section that specifically…
-
cnorborg BY THE POWER OF GRAYSKULL... YOU DID IT!!! I am now able to see the total count of occurrences per rule, for each device. All that is left for me to do now, is research a little bit more to manage the format of the query results, and figure out a way to sort that count column. Outstanding work! Thank you very…
-
npereira1 You need to put the "${NodeID}" filter towards the bottom of the query, on the 2nd to last "WHERE" line. The line should look like this: WHERE (StartTime.EventType = 1) AND Nodes.NodeID = '${NodeID}' I just tested it on my system, and it appears to work properly. I hope this helps you. Thank you, -Will
-
npereira1 Save your query in the Report Writer. Then, go to the node details page, in the top right corner of the page, click customize page. Next, click the green plus button/icon for the column you want the report in, choose the "Report from Orion Report Writer" resource, and add it to the page. Now all you need to do…
-
llinteau12 No worries at all, glad to help. If you think this solution has answered your question(s), please mark the correct answer. This will help other users, having similar questions, looking for similar solutions. Thank you, -Will
-
kcai Yeah, I actually thought there was an option for that, but after looking, and not seeing it, I figured I was just wrong, or thinking of something else entirely. It does seem like it would be a fairly basic, and required, function of this feature. Well, hopefully my answer is just flat out wrong... I would not mind…
-
cyr0nk0r I am all for that functionality to be a native feature of the system, however, it appears the CustomQuery resource was only created with the "_IconFor_" and "_LinkFor_" column options. The CustomQuery javascript only has these two options... var otherColumnIndex = getReferencedColumnIndex(name, '_IconFor_',…
-
rlawrence No worries. Glad to hear you got what you needed! Thank you, -Will
-
alvaro.culebras Here is a link to the SolarWinds Success Center, in regards to configuring the device template to backup via SCP. Being that I do not use this method, I am uncertain as to the complexity. SCP example of config upload and download - SolarWinds Worldwide, LLC. Help and Support
-
I'm not sure about the specific commands for your device, but I think NCM should have enough details at that point to follow all the correct paths. Again, I'm not 100% on this, as we do not use this option, but I think you can just try it out and see if it works. Also, you can enable the tracing option, and follow the…
-
Yeah, byrona, no excuses now...
-
bsciencefiction.tv Server Alias is just blank, and the "OK" button is not available unless something is typed in the alias field. Do you know if that value is required to be something specifically related to our system, or is it just a generic name? Sorry for bugging you so much about this, but, just as the others have…
-
Okay, tdanner, let me see if I understand you correctly... Based on what you said above, it sounds like you said all of those features would be made available in the next release, which will definitely be Wednesday, October 19th, 2016. lol... Yeah, I think having those options built into the actual resource would be…
-
patriot I am not sure there, but it worked for me in a custom table resource, as well as a web report. Perhaps you can fully remove it, and build it new. Maybe it had already registered a value, or column, or something, and then got hung up once it was removed?
-
Thwack Nation thanks you for fixing that. -Will
-
I noticed this too, after upgrading to the new 7.3RC. I do not recall seeing this error prior to installing the RC, however, being that I was not specifically looking for the issue at the time, I cannot be 100% sure it was happening before. What version of NCM are you running on?
-
nafees.khan I'm glad you figured it out, and got it working. If you don't mind me asking, what did you discover to be causing the issue(s)? I am only asking in hopes of assisting the the next person to come along, possibly having a similar issue. Thank you, -Will
-
cyr0nk0r I found a reply from tdanner, in regards to a similar question about the "_*For_" columns in SWQL, which verifies those are currently the only two options. Re: Custom SWQL Query Questions Although it does not directly help you at this very moment, perhaps they are working on enhancements for these features. For…
-
vispetto Very cool! Thank you, -Will