Comments
-
for my situation it would help our Support Center. For instance: Our printers are statically assigned. We have a problem with Lantronix boxes loosing their config when there is a power outage or when someone looks at it incorrectly.....and then it pulls a dhcp addy. If they could easily sort the list using the vendor then…
-
This may not be exactly what you are loiking for, but you could add the notes widget to the top of the node details page. Whoever unmanages the node can just add a note. If you have multiple nodes, you can edit their properties in mass, and then add the notes at the bottom. These notes will show up in the widget you added…
-
It would be a nice feature. currently I am managing all my connections in the data center with a large spreadsheet.
-
Cisco only for me
-
I just remembered this. Wasn't there a 'Notation' type resource that you could add information to for a node? I believe I remember seeing this in Beta 1.
-
I think he means that it would be nice if those fields transferred from NPM instead of having to type in the information twice? ?
-
cobrien, I would like to see what Cisco shows you when you web into a switch stack: For each individual switch in stack: Product ID: Total port count MAC Address Serial # Software Version Stack Bandwidth Used Temp PoE Utilization Maybe a little off topic: I think the ability to show the number of switches in a stack and…
-
BTW..... just in case someone else needs to reboot a port on a power PDU if only connected to a console port, this worked for me. Simple....yes, but it took me about an hour to figure out the correct structure to figure it out. It kept failing until I added the ${CRLF} at the end. Basically I was frustrated and guessed. :)…
-
Thank you. Yeah it was Tetration blocking the port. I keep forgetting that we have that now. I was able to use the template mentioned before and created a script that would reboot the power PDU port for the modem. Thank you again.
-
Good thought thank you. I don't have another license for CRT but Putty gave the permission denied error. Thank you again. I will have to run that down.
-
Thank you Here is the output. From the error below it seems to be a permissions issue but I can use SecureCRT with 3004 without any problems. StateChange: Connecting StateChange: Unknown state 'Disconnected'. Changing to default 'StateIdle'. StateChange: Disconnected TimerTick: Killing session timer. Connection Error :…
-
Thanks for the reply My polling interval for SNMP is 9 minutes for most. So what I am looking for is to alert on a MetroE interface if that interface hits 85% for 15 or more minutes and also if it happens 3 times within a week. We only want tickets if it hits that 3 times in a week threshold.
-
Son of a...... OK so apparently I shouldn't put a space between save config and the 'y'. UHG! Thanks. You prompted me to try without a space.
-
Thanks. I will go ahead and create a ticket.
-
I have. Usually that works on other equipment but for some reason on the WLC's it doesn't. I keeps saying that configuration is not saved.
-
Here you go. If possible, would like to remove anything that shows unknown. The VLANs actually show on one side of this particular link. Just not one most others.
-
Ah....Perfect Thank you
-
I am just now able to look at this again. It's corrected now. I had to remove the following from the top of the custom html resource. <html> <head> Now the Custom Properties are working for all nodes as expected. Now the entire row is removed if there is no text in the Information column.
-
Sorry, I guess I misunderstood, When I push commands to the WLC using Execute command script I am trying to use the save config command but it will not accept the ‘Y’.
-
I know this is an older post, but this may help. Due to this post, I decided not to try and figure out the template. However, I did have success in getting NCM (execute script) to use the menu-based CLI to configure my UPS devices. I had to start off with <br> before NCM would use the menus. I pasted something like this in…
-
One piece of advice though, I would use the 'Suspend further Alert Actions' box for a specific period of time, or you may get more alerts then you care to. I will usually suspend the alerts for 4 or 8 hrs. Either that or you may wake up one morning with 60 emails (or tickets if you send to Remedy) for one problem. that…
-
Thank you. I will increase slowly and see what impact this has.
-
The only issue I've seen so far is that the Nodes Detail page for ICMP only nodes is blank. when I remove the following it works. <script type="text/javascript"> $(document).ready(function() { $("tr").filter(function(){return $("td:last",this).is(":empty");}).hide(); }); </script> Not sure why though?
-
Personally, I would only want users with access to Atlas to be able to modify them. Thanks
-
Sure. Hit me up.
-
Thanks. At first glance it looks like this will be more involved than what I want to work on tonight but it does give me a starting point. I will post back when I get the results. Thank you for the response. Now on to the Pinnacle vodka and COD..
-
Sorry, I guess I misunderstood, When I push commands to the WLC using Execute command script I am trying to use the save config command but it will not accept the ‘Y’.
-
I think adding it to the web is fine as long as I could match based on Custom Properties that I have added like I used to. Right now we can only match based on what NPM has discovered. That would be the only change for me. Until then, I cannot effectively use the import function. I am having to do a vlookup in Excel to…
-
So basically I deleted all my groups and dependencies. Only Atlas is reporting a problem on the child nodes. The pics above show the node on Atlas and what the tooltip shows when I hover over it.
-
Thanks for the post. I will try that later today on my old environment to see if it resolves the issues there. Will post after I have results one way or the other. Thank you