Comments
-
My use case is for a view of "Nodes with Problems" for my NOC without setting the global refresh speed to be so low that i makes using web reports a unusable browser/PC waiting to happen. This feature could be set at the manage view screen and simply override the global refresh rate for that view. Also would help with the…
-
In the NCM 6.1 Server Application (not the web interface) you can create a report that will show you the MAC of each interface. Reports>New Report On the Select Fields tab set the type of report to "Interfaces." Go to the "All Properties Box" and scroll down to the "Interfaces" section. Add the "Interface Name" and "MAC…
-
A coworker of mine thought of something and it turns out that it will work MUCH easier than the workaround(s) I had thought of. He asked if in the .csv export of the compliance report had an indicator in the raw text of the .csv (on which a find/replace could change to make a value show). In the raw text there are double…
-
I am familar with the Report>Inventory options. Looking back at my post I need to more clearly state what I am asking, I tend to clutter it up with all of the other things that are going through my head in relation to the question. Is there a reason that when you bing up the page for a device that the only tab that can not…
-
The compliance reports would Identify which devices are missing a specific SNMP string (or missing any of a list of strings based on which one(s) got flagged by the report. I was hoping for something other than the compliance reports because there is no way to sort the compliance report. It can be exported to .csv, but all…
-
The behavior njoylif mentions is exactly what I have seen in the past.
-
You can make scripts with the logic you are needing in the "Config Change Templates" on the web interface. NCM6.1 (what we are running) came with a Config Change Template called "Execute Execute Configure Interfaces Based on Description Cisco IOS" That template should match your needs if you are running Cisco equipment or…
-
Did this feature ever make it into NCM? The reason I would like it (if not already in NCM, will be installing soon) is similar to those previously mentioned. The "Baseline Config" for a device is meant to be a known good config. The demands of a particular network device change over time. Maybe some access lists had to be…
-
" CLI{Status@Status} " if status == shut would become in the command line "Statusshut" I presume that you want it to say "shut". Removing the "Status" before the "@Status" should work. However, I think what you have is more complicated than needed for shut/noshut. There are only 2 options and you are checking ofr each but…
-
NTA no longer stores it data in the SQL Database but instead in a "flat file". as the data is no longer in the SQL database I doubt the SQL quary will work anymore. I'm not 100% on the version that changed in but it was fairly recent.ely have to figure out how to recreate the report You will likely have to figure out how…
-
I was looking into the same thing (different SGOS version). And found this...Have not tested yet. http://thwack.solarwinds.com/docs/DOC-82294
-
Use the DetailsURL as sugested in this thread I can generate the column with the URL without issue, however, when I actually apply the detail link to done of the columns I recieve and error. The details of the error are as follows. Anyone have any ideas on how to get this working for me? Thank you!
-
From what I have seen I don't think you can do that from within a "script," but I do think that you would be able to do that from within a "Config Change Template" from the web interface. You will have to write it yourself, but I think it should work. In the Config Change Tempates you can define variables and can either…