Comments
-
After turning on the Hubble option, using the "SolarWinds Log Adjuster" tool, located on the primary Orion server, I added the "Down Applications" widget to my page and refreshed to see what Hubble would show me. Hubble showed me the following query: SELECT Application.ApplicationID, Application.Name, Application.NodeID,…
-
noobes No problem, and I am glad you were able to get what you were looking for. In regards to the OIDs SolarWinds polls, I would presume they are using the ${SysObjectID} as the OID to poll each device. Maybe they are specifically looking at the "IP-MIB" MIB table (snmpwalk results from this seem to be matching the…
-
noobes You should be able to go to manage reports, create new report, and then choose the "Custom Table" report type. SELECT n.caption, ni.NodeID, ni.IPAddressFROM Orion.Nodes nJOIN Orion.NodeIPAddresses ni ON n.nodeid=ni.nodeid Paste the SWQL query above, into the code box. Then you can sort them however you would like.…
-
noobes Look for the resource's name in the Resources table of the db. /****** Script for SelectTopNRows command from SSMS ******/SELECT TOP 1000 [ResourceID] ,[ViewID] ,[ViewColumn] ,[Position] ,[ResourceName] ,[ResourceFile] ,[ResourceTitle] ,[ResourceSubTitle] FROM [SWNPMDB].[dbo].[Resources] --where ViewID=5317 where…
-
exit12 While NCM can definitely do this task, as sja has pointed out, don't overlook the importance of knowing what was changed, who did it, and why they didn't save the changes. We ran into this issue several years ago, when we first started using NCM. While we found the issue was mostly just user error, we also found…
-
phil.c No, her favorites are Kanan & Ezra, from the Rebels cartoon series, but she likes all of them... I wanted her to get the shorter characters done while she was little...
-
mrs.alterego Don't let her fool you. She is an expert at using the Jedi Mind trick...
-
DanielleH YES!! SW= SolarWinds SW= Star Wars Coincidence, I think not...
-
Excellent news, treiling. I'm glad everything worked out well for you. If you need anything else, Thwack is here to help. Thank you, -Will
-
treiling Here is a link showing how to call the custom property as a variable when running the NCM script. Re: Clearing Interface Counters Your NCM script would look something like this: configure terminal hostname ${NodeTempName} end copy run start Please let us know if you still need assistance. Thank you, -Will
-
Jiri Cvachovec Would it be beneficial for ruizluis12 to create a feature request for this, or is this feature/request something that is already being worked on? I ask because you said "currently not possible", so I am just wondering if the request, or something similar is in the works...
-
josh.haberman Just head over to your NCM settings -> Configs Then, scroll down to the bottom section, and setup your local/remote storage. I hope that helps. Thank you, -Will
-
s-bolyard I really, really, really, like how you have all the options on the graphs for dashboard #4. Being able to easily switch between different graph types, summary types, and even summary modes, would be super helpful. meech serena, I am officially adding these quick select graphing options to my wishlist...
-
npereira1 On the "Manage Nodes" page, you will be able to remove interfaces and/or nodes in bulk. I hope this helps you. Thank you, -Will
-
CourtesyIT I completely agree with you, in regards to access to all of these schweet dashboards! I would LOVE to see some sort of "Dashboad Gallery", so to speak, where we could just view all of the different user submitted dashboards. DanielleH, wabbott, mrs.alterego, any such gallery in the works? Nothing fancy, just…
-
Mahjong... a definite must have in any library of work... hehe.. I am a spider solitaire guy, but always enjoy a nice game of Mahjong...
-
isantoro While we are currently using 11.5.2, and not 11.5 RC, this is how the I currently have our alert setup. Current traffic load of this interface is:Received : ${Inbps as Bandwidth} / ${N=SwisEntity;M=InPercentUtil} % Utilization.Transmitted : ${Outbps as Bandwidth} / ${N=SwisEntity;M=OutPercentUtil} % Utilization.…
-
deverts Not totally sure, but I think jeff.stewart or tyler.peterson would be the folks to ask now...
-
HolyGuacamole Ah... Well, that would probably make more sense, now that I read your response and re-read the original question. Good thing I am super slow at taking screenshots...
-
dennis.shiburi@alteram.co.za I get the direct link to the page (whether it is a default page or custom view page). Then I go to Admin Settings, then External Websites. I make direct links to some specific menu items I often use. Does not save me tons of time, but I can get exactly where I want/need to go, without having…
-
Well poop!! It would have been super nice to be able to have the "brains" isolated over to a dedicated server, and the polling across other servers... Oh well... eventually... maybe... hopefully... ughh Thank you, -Will
-
sotherls I have been asked the same thing here too... Creating and modifying custom resources was one of the best things about SolarWinds, allowing anyone to easily build what is needed, as it is needed. I presume they are wanting to get away from doing that, on some level, and have the users create what they via the SDK,…
-
DanielleH I agree, Thwack Nation has definitely helped me enhance the SolarWinds environment I am responsible for. Without Thwack Nation, and all of the content they provide, I would probably have the most boring and inefficient monitoring system. Yet, because of this community, I am able to make my environment do things…
-
Is he sleeping?
-
ktulu037 Did you ever get an answer for this? I have been seeing this same error, yet, we are also receiving netflow data from our device.
-
zackm Well, I just looked up the change management records for that server swap. As it turns out, it was initially scheduled for Feb 1st, however, was rescheduled, and the work actually took place on Feb 11th, roughly 12 days after the growth accelerated. I kind of wish I didn't know that, because now I am even more…
-
Bronx Your biggest fan... nice!
-
zackm I appreciate your time and suggestions. I have run the queries, and provided the results below. In regards to maintenance plans for this db, I only have the nightly backup set to run. My brain tells me this is weird (top 25 tables by size), as the problem started alongside February, yet only the last day of February…
-
rschroeder We actually had our syslog pointing directly to our main poller, previously. However, as you mentioned, storage can fill up pretty quickly, so we stood up a dedicated Kiwi Syslog server, and repointed everything to send syslog there, instead. (That is the little bump in the graph, towards the middle/end of…
-
Jiri Cvachovec This does look EXACTLY like what I need. I suppose there is no way of adding/importing that report into NPM 11.0.1/NCM 7.3.1, is there? It would be nice if I could export/import this report, from system to system, like the report writer used to do, before reporting was web-based.