Comments
-
I would also like to know this... I need to adjust the Last25Events, in NTA, to show only the last 5 or 10 events. however, when I create a copy of the ascx & cs files and adjust change all the 25s to 10s, I still do not see anything show up. INPUT!! NEED MORE INPUT... Wouldn't you like to be a pepper too?!
-
tdanner Your solution works perfectly! (as if you didn't already know that) With your solution, if I were to put the "viewId" and "column" into parameters, would there be any obvious issues with passing those parameters via custom properties, executing the script within an alert action? ex. I add some new interfaces to be…
-
robertjuric In this first screenshot, I have tested it with "Find String", to which it fails. However, this second screenshot shows, when I change the option to "Regular Expression (Regex)", the rule qualifies as it should. Try it out, and let us know. Thank you, -Will
-
jjelinek Oh yeah, you will also need to adjust the query to point to your db. -Will
-
dmel You can check your config wizard logs and see if it is getting hung up on something obvious. G:\ProgramData\SolarWinds\Logs\Orion\ConfigurationWizard.log Also, if you have maintenance, you can call support and they can check it out too.
-
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…