Comments
-
sahadeo_cybertech No worries... Sorry it was not better news. Please mark this question as answered, so it can help the next person who has the same question. Thank you, -Will
-
aLTeReGo Okay, I think I got it now. So, if I understand correctly, I basically just need to use it the correct way, instead of how I am currently doing it. As long as the web based alert manager initiates the app pool restart, everything should complete properly, yes? The app pool recycle should work properly for sites…
-
I am sorry... what I should have said is, I want to create groups/roles within our NPM product only. I do not want to create, and/or use, any users/accounts/groups from the actual server. I would only want to create a few different groups. Ex: * Service dept. * Support dept. * N0C Each group with having a set view,…
-
scottyplo Go to the NCM settings, and then "Device Templates" under the "Advanced" section. Then, select the device template being used by the devices you want to log the history on, and click the "Edit" button, and choose the XML editor. Copy the "Running" config, and paste it on the line below. Change the name of the…
-
bharris And the new environment has event records for all 29 of the nodes?
-
spx13320 Just to clarify, what do you have selected at the top of the trigger condition page? I want to alert on: Interface? Node?
-
spx13320 Have you changed your alert from Interface Name, to Interface Full Name, or Caption, as xtraspecialj recommended? Your SQL query is using Caption, while your alert/SWQL query is set to use Name. You NEED to use either Full Name, or Caption, either one containing the text "Qwest". You do have the alert configured…
-
spx13320 Yup, what he said ^^
-
galvin Well, I suppose you could just as easily get the Engineer's Toolset, and just run NetPerfMon app from that. However, you will only have very basic stats and functionality. I actually have this setup in case we have some major problems. I have all of our nodeIP/nodeNames exported out of our primary db, and imported…
-
mhaley & martijng If you are having trouble with support, perhaps DanielleH, jeff.stewart, or bkyle can assist with getting some momentum going on those tickets. Each of you may benefit from requesting an escalation. Also, it might be a good idea to post your case # here, in case Danielle or Jeff need to help push the…
-
kcai Here is the link to the post, to which I was previously referring. Re: Config Change Detection Notifications to Specific Email Addresses -Will
-
hcy01uk wow, I am not sure how I missed this (or, maybe I instantly forgot it after I did not miss it...) !! This looks to be the single closest solution yet. I have never used the SQL Report Builder, but I am installing it now and will hopefully have good feedback to report... about the reports... Thanks again, and I wish…
-
oithim_yew Did you figure out what was causing this traffic?
-
I had already tried something like this (close enough to get the same error), but I get the error, below, when running the query above... Msg 306, Level 16, State 2, Line 5 The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.
-
rschroeder Get in line, and take a number buddy! lol
-
Great job Radioteacher! Keep on keeping on, man. It's addicting, isn't it, Jfrazier
-
rednarb Here are a few links of a similar solution I had done a long while back. I know you don't have SNMP access, and you don't need to update the hostname on the devices, so this won't solve your issues immediately, but maybe it can give you an idea of another way... At least until the real help arrives. Clearing…
-
The only things missing now, in regards to custom properties, are the ability to show/hide them based on device type/vendor/or other cp, the ability to rearrange the ordering (also based on various type/vendor/cp), and having cascading CPs... So, yeah, same here, I think everything pretty much revolves around CPs... at…
-
Yeah, it only took a couple of days to make it happen, huh... lol... congrats Dez
-
Here is a good example from alexslv, which should easily get you to a halfway point, at the very least. Automatically Update World Map Points Based On Custom Property Value While his example/post was designed to add functionality to the world map, or the maintenance of using the map more efficiently, you can easily use it…
-
d09h I believe that is referring to custom properties that are already configured on nodes. You would use a dynamic query to select all nodes with "Address_Code" = "AUKTA" and/or "Address_Country" to "Australia" and/or "Address_Suburb" to "Karratha", and add them to group "Australia 01", as an example. However, I think…
-
mmedwid Also, what version(s) are you running?
-
d09h wrote: Download an evaluation copy of something and I bet you will hear from someone. Again and again. Sometimes, the truth is a funny thing...
-
johnkerdy.may_thwach Though still probably not the best person to be assisting you, this one should work a little better than the first one. This one should show the last 5 audit events, whether the node has notes or not, as the previous would only work when the node had notes. SELECT TOP 5ae.TimeLoggedUtc AS…
-
dc4networks How set are you on using SQL? Being that this thread is fairly old, and possibly outdated, it does serve as a good example why using SWQL would be a better route to go. (If possible) While the database will change over time, causing your queries, reports, etc. to break, if you convert it to SWQL, it should…
-
tdanner & zackm I have been waiting for these two for a while now... I wonder what else will be in the next release. Are you at liberty to say, estimate, guess, mention, or acknowledge, or will the suits in fine print come looking for you? lol...
-
sja Agreed, this is easily the missing link to take NCM to the next level.
-
cahunt WOW... I feel like little gremlins snuck into my Orion server and put this wonderful "SELECTED NODE PROPERTIES" resource in there while I wasn't looking. After all of these years, I cannot believe I have never noticed this resource. And yes, it would be super nice to be able to sort it differently. I would also…
-
osberg I think you only need to join the custom properties table (line 3, below), and then add the custom property field to filter (line 5, below). SELECT COUNT(InterfaceDescription) AS NumPorts, N.CaptionFROM NCM.Interfaces I JOIN Orion.Nodes N ON (I.Node.CoreNodeID = N.NodeID)JOIN Orion.NodesCustomProperties AS NCP ON…
-
spyfly Are you using Kiwi Syslog, and forwarding the "good" messages, or just sending everything directly to your primary SolarWinds server? If you are using Kiwi, I THINK it allows for some basic scripting, which I THINK you can use to parse variables from messages... If so, that should give you the ability to pull the…