Comments
-
I haven't hit many issues with having to forward MIBs on to Orion with our current hardware stack, but definitely voting this up - letting us compile things server-side and add in our own MIBs would be a really nice thing to have on-demand.
-
Have to bump this - the workaround of setting up additional alerts to fire off based on auditing events is clunky (and I'm struggling to accurately pull the right variables - the queries I have return the right values, but the POST to OpsGenie doesn't work). Being able to treat alert acknowledgment the same as creation or…
-
Alright, I think I'm inching a bit closer - this SWQL query is pulling up our monitored interfaces per node, but I haven't yet figured out how to summarize their count per Container. Any advice? SELECT c.Container.Name, n.NodeID, n.Caption AS Node, m.Interface.Caption AS Interface, m.VlanID, m.IfIndex<br />FROM…
-
Hey! Sorry for the delay in getting back to you. I gave this a go but it seems to give me some bizarre and incorrect counts, and on a per-node basis. I'm trying to get "interfaces, per group, per VLAN" and despite my best tinkering, I can't seem to get the report quite right. The above query seems to give me a per-node…
-
If you're using the same credential sets on the Solarwinds side, I'd look at the SNMPv3 config on the individual device with a fine-toothed comb. I've seen this when devices configured remotely just missed a keystroke during the input and dropped a character from the key.
-
I'm not sure of an answer precisely, but I'm in the same situation - my understanding is that the network discovery tool will be both of our best bets. It definitely seems like that utility is geared toward their recommended deployment of site-to-site/NAT. That said, I'm not sure if that will just update the existing nodes…