Comments
-
Tony Vispetto As far as Cacti/MRTG graphs go, you will NOT find any of those nice and simple graphs in SolarWinds, no matter how many people ask for them... We prefer the simple MRTG graphs, as well as the the quick load times, compared to all the bells and whistles in NPM. We have pages that have 20+ tabs/graphs, and they…
-
ottoguy If it wouldn't be too much trouble to ask of you, and you do not mind, would you please mark your response as the solution? As sja was recently searching for an answer, I would be willing to bet others would do the same in the future. Thank you, -Will
-
phillsb Hmmm... Well, the "Nodes" table is a view that SolarWinds created when they split the nodes and custom properties into different tables, so we are still looking at the same data there... How about just a simple query to see the basics, separately, instead of joined together... Since we know your query works as a…
-
I THINK this query should update the values you are looking for. (Not that you were asking for the SQL query... Just figured I would put it out there, in case anyone else needed it.) The following SQL query was applied to my dev system with these versions: (Orion Platform 2017.1.3 SP3, NCM 7.6, WPM 2.2.1, DPAIM 11.0.0, NPM…
-
aLTeReGo The issue is definitely still occurring, and I have been replying to the support emails. My support window shows it in progress, but it may have been reopened. Would it be best to simply open a new case?
-
cjfranca Have you checked the logs? I'm not certain which log would be the most useful, as I do not currently have VMAN integrated in my environment, however, maybe check the following two locations, and look into the most recent logs. \ProgramData\Solarwinds\Logs\Orion\ \ProgramData\Solarwinds\Logs\VIM IP is correct Port…
-
CourtesyIT Does it work if you remove the custom property references? SELECT NodeName AS [Node Name] ,'/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Node Name] ,DetailsUrl AS [_LinkFor_Node Name] ,IPAddress AS IP ,DetailsUrl AS [_LinkFor_IP] --,ncp.L1_Region --HERE IS YOUR CUSTOM PROPERTY ,DOWNEVENT.EVENTTIME…
-
No worries c.gura, I know the feeling, so no rush here.
-
DanielleH We have a fairly decent sized auditorium, free, and available for use... It has a kitchen, stage, and even bathrooms... Just let me know when, and I can reserve it... No excuse now... See everyone in a few weeks...
-
sja As we both know, all too well, this is really just a "work-around", until they can provide us a (better) way to work with command results. (3 1/2 years later... look familiar? )
-
sja I do that as well, so we have historic data to search through, as well as a single web page to view a list of all current (as of previous midnight) results. There are some folks who need to have only this specific data, and it is just easier to have them go through the web page. I only run the NCM job once every 24…
-
dhanson I have not forgotten about this, however, I have had a few family emergencies to deal with over the past week, and have not touched this since my previous reply. I am working on some upgrades right now, but afterwards, I will jump back into this and, of course, report back with my findings. Thanks again for you…
-
@"james.heads" That's a really nice and clever looking display. If you have a few minutes, and don't mind, would you please share your solution for me to steal others to use?
-
equalswql Did you ever figure this out and get it working? I'm extremely interested in getting this to work in our environment, however, I am not yet proficient enough in any of it to make any progress. tszilagyi, if you ever have some time, please stop by and learn me some lessons. I'd love to get a full picture of what…
-
I would also like to see tszilagyi 's full code. Being able to access data in this manner is great, but being able to manipulate the results this way would be outstanding. I have added this thread to my research box of links, and will definitely keep an eye on it. Thank you, -Will
-
cnorborg Yeah, just forget about all of my previous examples/explanation. (or the lack thereof) Now, plain and simple, the mission is to count those lines in that table!! *enter the sound of crickets chirping, pin drop from across the room, hair growing, etc...* Any magic that comes about, will most likely not come from…
-
rgward No, I have not had to change anything... yet. Actually, now that I think about it, I should probably go and check/test all those reports again. For all the people that use our reports, I have not had anyone tell me they are having any issues with them. So, hopefully, no news is good news... Perhaps the upgrade…
-
brinky I would probably open a support ticket at this point, just to cover all my bases. Also, perhaps cvachovecj has some advice.
-
martian monster I think you would probably be better off, if possible, to simply add that specific event to its own component monitor. That should allow you to pull all the data via the variables. I THINK that should dump all the info you need into a component which you can then reference within the alert. Is this how you…
-
Well, I'm pretty sure you have the logs, as long as that last screenshot was from a SAM app/component monitor page. At least I think you should.
-
byrona Yeah, I figured as much, but it looked like a decent opportunity to tease you a bit. Congrats on your job. It's always nice to be able to like the work you do, and look forward to doing it too.
-
sja Maybe try using variable name without spaces? <Command Name="Juniper Inventory" Value="show log inventory"/> <Command Name="JuniperInventory" Value="show log inventory"/> I'll check my templates when I get back in the office next week, and then I'll let you know how they are setup.
-
I believe what he meant was, you can create/copy a page/view, and then assign that page a limitation. This would allow only a select group of users to access the page. Editing, on the other hand, is either all or nothing.
-
lordmonk You should be able to add the following line directly above the last (order by) line. WHERE n.Vendor = 'Windows' That should return only results having Windows as the vendor.
-
jeffreyc I don't mean to bother you, however, when you get a moment, will you please change the selected correct answer to the previous post/reply (Re: Real time change detection)? I don't want someone else to be confused if they need answers to a similar question. Just so Question #1 is linked to Answer #1, and Question…
-
jeffreyc I'm glad you got what you needed to work. Thank you, -Will
-
rhrohde I would remove it, as your goal would be to always have these fire off whenever one of the properties exists. I would remove the eval frequency, and time of day. I would also remove that reset condition, and use the "Create a special reset condition for this alert" reset condition instead.
-
nato Well, unfortunately, it's pretty plain and simple for the most part, and nothing fancy going on. The most important change we made was jumping onto the dynamic To/CC/BCC bandwagon a while back. By adding these custom properties to the nodes/interfaces/volumes/etc., you are able to send your alerts dynamically, based…
-
I agree with this too... there are far too many unused pixels there. I would rather have a full screen window/pop-up, allowing me to see all the information, or as much as my desktop will hold. Also, on a tiny little side note, why can't SolarWinds use that "double click column" technology, similar to a basic excel window,…
-
rschroeder After you get the SDK installed and running, try the SWQL query below to view all of the different interface types you have, and how many of each you are working with. SELECTDISTINCT(Type), TypeName, TypeDescription, InterfaceType, COUNT(InterfaceType) AS tncount, InterfaceSubType, InterfaceTypeName,…