Comments
-
Sorry. I guess I should have been more specific. When I hover over a link in Atlas, the VLANs do not show in the tooltip. If the STP info isn't supported yet, is there a way I can remove it off the tooltip? Thanks
-
Ah! Gotcha. Thanks
-
Boom baby!~ that's how it's done. The jquery will remove the entire row if a cell under the Information column is empty. You can use the entire code below. Just change the text between <td> </td> to match your custom properties. one custom property example: <tr> <td>City:</td> <td>${City}</td> </tr>…
-
I have modified the advanced settings for historical maps from 10 to 32. So far I do not see any hit to my pollers CPU/Memory, nor has my database space decreased significantly. I will keep increasing in small increments. Obviously, this is my experience. Others will have to move slowly to figure out if this is possible in…
-
Surprising that you even got it to work on Access Points. Cisco doesn't support SNMP on Access Points unless they are autonomous. We use the 5508 WLC. We have AP's that are both 1 and 2 radios. From Cisco Q. Can a LAP AP handle SNMP messages like an IOS AP? A. The LAP APs cannot handle SNMP messages on their own. In order…
-
If you export directly to Atlas then you will be able to hover over the links as if you had drawn the map out using Atlas.
-
From our BMC/Remedy tech: Hope this helps a little From looking at the whole thread, I’m not sure he has ProactiveNet or Impact manager. That’s our event management system that sits in between Solarwinds and Remedy. The event management system is what handles the correlation between event and ticket. Solarwinds triggers…
-
Kind of odd don't you think? So in order for other techs in my department to see the projects I've created, I have to email them the link so they can save it as a project?
-
Looks like 10.7 RC4 fixed most of the issues. Awesome job!!!
-
Now i will say that support believes it is a folders permissions issue. When i run the permissions checker, it always fails on 3 folders. Two of them are Windows/temp folders. Every time I verify, I find that the correct permissions are set. When I ask PC to repair the folders, it will without any issues. I can immediately…
-
Feature Request is in review.
-
Very nice. I guess I need to get a quote. I will be out for the next week but will look at this when I get back.
-
Forgot to mention. You will need to add all of your read-only domain controllers to show user accounts. If you already monitoring the DCs you can edit the nodes and check 'Poll to monitor Active Directory users logged in to your network'
-
Using jsfiddle.net I was able to get this to work: $("tr").filter(function(){return $("td:last",this).is(":empty");}).hide(); Now I just need to figure out how to use it under the html resource
-
I wonder if this limitation can be changed? You would think this would be unlimited since the data that is being used is from statistics that are already historical. If the only thing that is needed is storage, I would think most of us can add that. This would be of great use if I could track all my maps.
-
Thank you for the replies. I meant to post again but wasn't able to. What I mentioned above worked. I just needed to refresh my browser cache.... rookie mistake. thanks The icon used for both small-unmanaged.gif and unmanaged.gif is
-
Thanks to both of you. This will guide me in the right direction.
-
I am able to create a Tabular table that is on each Node details page but my idea was to create a top 10 list of the worst offenders and place it on my top 10 network page.
-
That is correct, but this issue was concerning the flow storage database not one of the pollers.
-
Very good info Thank you
-
Is there a list somewhere that shows which do and which do not? Or do I need to dig into the documentation?
-
Thanks for the info
-
Question 1: I don't. I guess that was what I was wondering above. I didn't see where it said that you have to in the admin guide. It makes sense but I wanted to verify before I unlicense the copy from my other server. Question 2: I could, but then that would defeat the purpose of drawing it out in NTM. I just bought the…
-
Actually I wasn't thinking of tooltips, but as a function of the Atlas itself. Similar to adding a rollover comment box in Visio. I was trying to accomplish this via custom pollers but then realized that the Atlas doesn't support tabular pollers. I have a list of about 10 things I would like to see on each node and a…
-
Sorry I didn't read your entire post. In adding the AuditingEvents table, I was able to see the user account responsible for unmanaging the node. SELECT TOP 1000 ni.[NodeID] ,ni.[StatusLED] ,ni.[Caption] ,ni.[IP_Address] ,ni.[Vendor] ,ni.[MachineType] ,ncp.[FacilityNumber] ,ae.[AccountID] ,ae.[TimeLoggedUtc] FROM…
-
Thank you so much. I will try this early next week.
-
Since this post is a year old I just wanted to see if there is an answer for this now?
-
Thanks. Yeah I forgot about this post until I saw it in my inbox. When I searched the other day I found how to do it through mmc thank you for your reply
-
I guess I am kind of confused. I am trying to save the running config not download it. The problem is that it will not accept the 'y' (Cisco Controller) >save config Are you sure you want to save? (y/n) y Configuration Saved! (Cisco Controller) > Thanks
-
No errors. The projects do not show up under the Load button. It is worth mentioning that the 4 guys that are having this issue are admins of the site. I will have them test again today to verify.