dhanson

Comments

  • Only thing I can think of is to check and see if you are keeping historical data for your UnDP. If this isn't selected, you won't get proper results in graphs or gauges. Another thing that could impact this is several of the options under "Advanced Options" on your UnDP. What is your MIB Value Type set to? SNMP Get Type?…
  • Glad to help! Don't forget to mark correct answers...I'm tryin' to get the backpack! =)
  • As a side note: On the List of Thin Access Points resource, the thin AP's are selectable, and can provide additional details regarding the clients associated to the particular AP, including the SSID the client is connected to, the time they connected, their data tx/rx totals, and limited client history. Hope this helps!
  • Almost forgot: if this doesn't work out of the package, make the CTE queries (your two queries) add "TOP 1000" or some other extremely high value to your SELECT statements, and it should work.
  • Glad I could help. =)
  • heh, I'm from Arizona, we don't mess with DST here. =) Didn't even think about it.
  • You've populated the SNMP context on Orion. clear this and try again. HTH!
  • My bad! Config was pretty similar to Cisco, so it just didn't register for me that it was Dell. =) Have you verified that you can snmpwalk to the device from an alternate source? Looks like Sean Martinez might be your best bet. =)
  • with 10.7, you won't have the trigger/alert action lists. in 11.5, they introduced web-based alerting, and that's where you'd be able to manipulate your triggers and actions separately. So you should have the Advanced Alert Manager still. You say you can't find the alert you want in there? One idea might be to disable…
  • Hi Alex, In general, Perk #3 applies to all of the items I mentioned. There's always something you can do to make it work, regardless of the issue you're facing. The problems with SolarWinds at this point are the complexity of the workarounds. 1. This was our alternative, and what we have implemented. Like I said in the…
  • when you get the 'object reference not set to an instance of an object' error, is it telling you a line? can you repeat the query inside the database manager and receive results?
  • Hey Gaurav, This is the default name for the resource, so it should be immediately available. Just in case you aren't familiar with adding resources to a node page: When viewing the Node Details page for your wireless controller, select "Customize Page" in the upper right corner below the banner. Select the "+" sign next…
  • 1. Is it possible Time Zone may have been a factor? Your time of day limitations exclude 12 hours, and if there's a significant timezone difference between the APC and the server, you might not get an alert. 2. It could be a hang up in your alerting service. Have you received any other alerts since? If not, restart the…
  • If you select "Other" from that column, does it give you a separate field to enter something else, or does it just look for "Other"?
  • The licenses for elements don't have to be purchased again with an SLX license. You WILL have to purchase a license to deploy an APE. Hopefully this helps clarify - installing an additional APE isn't free, you just don't have to pay for an additional SLX license with it. example: If I have an SLX license and a primary…
  • I would say, instead of building the report in the web-based builder, try the app on the server. I plugged in your query and received a result (empty, but no failure). jbiggley‌ mentions this as the "old 32-bit Report Writer", and I have a tendency to lean towards this application because it seems to agree with my queries…
  • 1. Looks like you are setting this up through the web console, which tells me you are running 11.5, right? (I'm not running 11.5, so this could complicate any assistance I might be able to provide...however I know the Loop1 guys should be able to help if you continue to have issues). 2. When you build an alert in 11.5 it…
  • If you have "ip flow ingress" and "ip flow egress" both configured on the same interface, occurring on more than one interface on a device, it is possible that you are getting double results that way. Not sure what else could cause it. (example, just in case my explanation was crappy) router1# int fa0/0 ip flow ingress ip…
  • Yes, you can filter permissions based on AD groups. =) I'm in healthcare, and we have an obligation to filter traffic/information access based on permissions in AD, and this meets our audit requirements. Settings >> Manage Accounts Select the "Groups" tab. You can add AD groups here, and manage their views and permissions…
  • So a CTE is a "Common Table Expression", which I typically use when I can isolate specific information from a large table and use it in the context of a different query. In the example below, "WITH a AS (query)" is defining a CTE from the results of your specific queries. So let's look at it from your angle: you have 2…
  • You can try this. Just modify the OID and vendor as needed. This should return the hostnames of nodes that do not have a poller with that OID assigned to them. WITH a AS(SELECT n.NodeID, n.Caption, cp.UniqueName FROM Nodes AS nJOIN CustomPollerAssignment AS cpa ON cpa.NodeID = n.NodeIDJOIN CustomPollers as cp ON…
  • Same. This required SolarWinds support intervention to solve - there was a custom tool that the tech used to reset the licenses on my server that I don't think they share publicly, and then we had to re-add all the licenses and rerun config wizard. HTH!
  • You can increase the scope to include the results for the other node as well. Figure out the NodeID for both of the nodes (or all of the nodes you want to alert on) and plug them in, separated by commas, in the bolded area below: SELECT c.UniqueName AS [Poller Name], s.Status AS [Current Status], ToLocal(s.DateTime) AS…
  • Greetings, So what I built for myself was based on the specific poller names. Still trying to work out how we could do this and populate based on the poller group name to simplify the configuration, but this works. You have 7 UnDP's you want to poll, so this gets a little long. Replace POLLERNAME# (lines 1 and 2, and the…
  • Under Manage Nodes, select a node and hit Edit Properties. Here, scroll down a little bit, and under "Polling" is an option for polling for status. You can edit this to change the poll interval for a specific device. Keep scrolling down and you'll see "Alerting Thresholds", and among them is response time. You can edit…
  • Next problem: As with the report, it requires a Time Column, and my query provides one, but it isn't seeing it as an option here. Any ideas?
  • Ok, couple things. 1. Based on your statement, I have a potentially easy question for you: Did you make these with the Universal Device Poller application on your SolarWinds server? The rest of my questions are under the assumptions that this is true. 2. Double check the advanced options on your UnDP. Mine are: MIB Value…
  • I may be completely off base, but what I think you're getting at is that: you have something that you want to graph, but can't. Am I wrong? It's possible one of the following feature requests may be related to what you're attempting to perform. https://thwack.solarwinds.com/ideas/3833…
  • Or exclude by vendor, if it is being polled for it, assuming the environment sensors do not share their vendor type with any of your other hardware.