Comments
-
Here is what I've done for ASA VPN connections using Custom SWQL. Not sure if what you're looking for would be in the same table. SELECT TOP 1 ActiveUsers FROM Orion.ASA.RemoteAccessDetail WHERE NodeID = '5209' ORDER BY ObservationTimestamp DESC This returns the latest entry in the database. Not a SWQL expert by any means,…
-
Thanks! That did the trick. Apparently I just needed to go one step further and confirm the change. Perhaps all the servers weren't being monitored the same way I thought they were? Anyway, thanks for your help.
-
Thanks, but that really doesn't apply to my issue. I have no problem actually deploying the agents, it's that all the plugins for the agent are not getting installed. What does the Discovery Plugin look for to install the appropriate plugins?
-
I do have two pollers running, so that probably accounts for the different agent versions. I have updated everything this morning, just to verify everything is up-to-date, so all agents are now at version 1.6.0.1647. Current versions are now Orion Platform 2016.2.100, IVIM 2.1.2, DPA 10.2.0, NPM 12.0.1, QoE 2.2.0, NTA…