Comments
-
You should be able to monitor your SRX, please see the below KB for some configuration instructions: SolarWinds Knowledge Base :: Integrating Juniper Firewalls with SolarWinds LEM
-
Eric, The training team is still activly working on training materials and are pushing to get the content out as soon as possible while still producing an accurate and quality training experience. As soon as the training becomes available I will let you know. I apologize for the delay.
-
The KB is available here: SolarWinds Knowledge Base :: Where does LEM 6.2 get its threat intelligence feed data?
-
At this time they are not configurable.
-
Thanks Peter! We love hearing stories like this (not that we enjoy your pain, but we like knowing real-world struggles people face). Thank you very much for sharing.
-
Looking in the config wizard log, this was happening when it tried to migrate the file Core.Jobs.Log . Since that is just a log a file, I deleted it, and the wizard was able to complete without error.
-
Unfortunatly there is no way to just hide the one poller on the status resource
-
If it doesn't respond to any of the 802.11 OIDs then Orion cannot poll the wireless information from this device. You may want to check with the manufacture to see if there are any custom OID's you could create UnDP's for to obtain the information you desire. Or alternativly you could do a MIB walk on the device and get…
-
Ensure the nodes are assigned to the correct poller in addition make the following change in the registry - HKEY_CURRENT_USER\Software\VB and VBA Program Settings\Orion Network Performance Monitor\NodeList Set "Visible"="True" and "Width"="2000"
-
Yes it can be put into a report, instead of fileting the report I would excluse them in the syntax of the WMI query as there is no need to store data on them in your DB if you don't need it
-
That is correct, it is based on the poll. and the map must be saved Patience is a virtue (one in which I do not possess)
-
@smargh I'll take this offline as to not continue this thread jack...pm sent
-
You don't need to figure out what table it is in....that query is already fully written, just put the correct nodeid after the nodeid =
-
Couldn't you do this with a VB script? and make it part of the startup or login script of all the machines? using the "net" command in a batch or "Dim" in a VBScript
-
Is this server 2k8? if so You have to right click and RUNAS local administrator to give it the extra permission needed. let me know if that helps.
-
the OID you have listed here is the standard RFC for CPU this IS supported out of the box and in fact used for CPU utilization polling from Orion. This seems like something better suited for a support ticket as the behavior you are describing is not normal
-
try this: SELECT TOP 10000 APM_AlertsAndReportsData.ComponentName AS Component_Name, APM_ResponseTime.StatisticData AS StatisticsData, APM_ResponseTime.DateTime AS DateTime FROM APM_AlertsAndReportsData INNER JOIN APM_ResponseTime ON (APM_AlertsAndReportsData.ComponentId = APM_ResponseTime.ComponentID) WHERE…
-
We are actively developing the next version of CatTools, and while I cannot devulge what will be in the upcoming version, I do value any and all feedback and suggestions for new features and functionality. Ryan Albert Donovan Technical Product Manager - Kiwi Solarwinds, Inc.
-
Hey Brachus, I see you asking for a new version. We re working on it, unfortunately I do not have more precise timeframe at the moment. But as soon things will be more clear I will update you here on Thwack. In the meantime please let your request and ideas coming. Thanks! Ryan Albert Donovan
-
well first we would need APM to pull the list of Databases on the SQL server. i would recommend using WMI and this is the class you would use: win32_perfformatteddata_mssqlserver_sqlserverdatabases Test this first on one of your sql servers using WBEMTEST and try : select * from…
-
I would Compare the following files: Compare : C:\Program Files \SolarWinds\Orion\Information Service\1.0\Schemas\APMSchema.xml To: C:\Program Files\SolarWinds\Orion\APM\SupportFiles\APMSchema.xml AND Compare: C:\Program Files\SolarWinds\Orion\Information Service\2.0\Schemas\APMSchema.xml TO: C:\Program…
-
Does this work for you? ${SQL: SELECT errormessage FROM APM_ProcessEvidence_Detail INNER JOIN APM_CurrentComponentStatus ON APM_CurrentComponentStatus.ComponentStatusID = APM_ProcessEvidence_Detail.ComponentStatusID WHERE APM_CurrentComponentStatus.ComponentID = '${ComponentID}' }
-
that is strange behavior your best bet is starting a case with support www.solarwinds.com/support/ticket
-
do this: Create a new dallas map...nest one of the objects in it. save it. wait 5 min. check the map icon color in network atlas (should be green) then nest it in texas let me know what happens
-
there will be no need to uninstall
-
have you uploaded the diagnostics? if so I can check them, the error is pretty generic
-
The resource you are using will behave that way (universal device poller status...as it is a summary) Try using the Tabular Universal Device Poller resource instead.
-
We understand your frustration with the lack or recent releases. We re working on it, unfortunately I do not have more precise timeframe at the moment. But as soon things will be more clear I will update you here on Thwack. In the meantime please let your request and ideas coming. Ryan Albert Donovan
-
Check both the Application as assigned and the template itself, an application/component cannot go critical w/o thresholds being set, there are no system defaults
-
I think you should be ok, a SQL query for status on 200 nodes should execute fairly quickly and not be that much of a burden on a SQL server (SHOULD). key word is SHOULD ;) since there are no innerjoins or matrix statements on tables with millions of rows you should be very safe (again SHOULD)