Comments
-
This would make a great feature request for our UX team
-
Take a look at the Custom Tile widget, it might be exactly what you're looking for:
-
Check out this guide in the Success Center
-
Do you have TAC coverage on it? If so, you should give them a call for support. Otherwise check out the Cisco Forums, here's a thread I found: Disaster Recovery System Administration Guide for Release 8.6(1) - Cisco
-
I always have to call in our DBA's to do something like this. It's a relatively simply SQL query but I'd rather a pro do it
-
If you're looking for tips and tricks, check out this post on dashboards! It's got all the secrets
-
The beta usually has a website on hostname:8787, I would try navigating to that site to see what product beta is installed
-
Some say... that after an evening with tomiannelli and the other MVP's he's transplanted his blood with Limoncello
-
"So you're telling me I can't send an email to my team because the email server is down?"
-
Thanks to wluther this SWQL query seems to pull exactly what you're looking for: SELECT up.Caption as NodeName ,p.Node.IPAddress ,p.Name as PortName ,p.PortDescription ,up.DaysUnused ,p.MACAddress ,v.VlanID as VLAN FROM Orion.UDT.Port AS p JOIN Orion.UDT.UnusedPorts AS up ON up.NodeID=p.NodeID AND up.PortID=p.PortID JOIN…
-
I'm doing a little digging and it looks like the MAC and VLAN are stored in the "UDT.Port" table in the database, but the info you've already got in this report is stored in the "UDT.UnusedPorts" table. I'm trying to write some SWQL that would build this report for you, but I'm running into some roadblocks. I'll ask some…
-
Am I allowed to make a second submission? The UnDP tool on the Orion server could be migrated to the web console. It would also be incredibly convenient to be able to add our own OIDs.... not sure why that hasn't been implemented yet.
-
The interface for creating dependencies. It's horrible. This is my idea of what it should look like:
-
I feel like this is possible with SWQL, but I'm not enough of an expert on writing queries to know where to start. Perhaps zackm, KMSigma, mesverrum or wluther might know where to begin?
-
We are installing two 6807-XL's this weekend, thanks for the heads up John!
-
I just had this problem yesterday. Double check the SMTP Server settings. The new system had auto-populated the "Hostname or IP Address" field with some other value, when it should have been the address for our mail relay. I am not sure how this could have happened, but all of my alerts that were created pre-upgrade were…
-
I would recommend using dependencies for this, you can set a parent>child relationship between nodes and groups. If the parent is down, the child will transition to "unreachable" instead of down, which shouldn't trigger your alerts.
-
THWACK has done so many things for me as a person and a professional, it's difficult to describe how thankful I am. - Never have to buy shirts, socks, or polos ever again - I've overcome my horrible presentation anxiety by speaking at SWUGs - THWACK has pushed me to learn new things like Powershell and APIs, far from the…
-
I'm getting this error every night at the same time, it causes a 10 minute gap in the polling. 2015-10-30 03:21:12,468 [58] ERROR SolarWinds.Orion.Core.BusinessLayer.DowntimeMonitoring.DowntimeMonitoringNotificationSubscriber - Exception occured when processing incoming indication of type…
-
I have been running NTA on 2012 R2 for a while now and the only problem I have is that the NetFlowCollectorService.exe will spike the CPU to 100% for no apparent reason. I have not yet opened a case for this issue, I usually just reboot the server.
-
I've tried using SolarWinds to monitor IPSEC tunnels on our ASAs without any success, and I've fidgeted with those "cikeTunRemote" UnDP's but never got anything useful out of them. What I've ended up doing is adding two nodes for each firewall, one for both the inside and outside interface IP addresses. Obviously if the…
-
The very fancy socks from CLUS
-
YES! Cannot wait to pass the heck outta this EDIT: There doesn't seem to be any any study materials listed at the Success Center
-
I think Custom Properties would be a good bet, but it'd be tricky. You can't assign Custom Properties to a Port in UDT, but you can assign them to Interfaces in Orion. You could give your Interfaces a Custom Property with a description for a physical location and use some clever SWQL to pull that value from the…
-
Can you show us a screenshot of your "customize page" screen? In order to create multiple pages in a NOC view, you need to enable the left navigation. Each tab equals a new page.
-
-
Is there a specific registry value that you are referring to?
-
I think you'll just need to be patient. With Cisco Live and the Orlando SWUG happening next week, I think the Thwack team is a bit swamped. They'll get back to you don't worry
-
You'll need to make sure you're running a version of IOS that is k9. LAN Base and LAN Lite versions of IOS do not support SSH. If you want to quickly check if SSH is already configured, I'd suggest nmap/zenmap.