Comments
-
Since you have verified a MIB walk, the SNMP agent is obviously running on the target machine and there are no access list limitations. The only reason I have seen it fail under these circumstances is when you have specified the RO community string for both Read and ReadWrite text boxes in the Add Node wizard. You can…
-
Which documentation are you referring to? I don't see any available connector for Cisco VCS
-
Hi richa arya, Just curious if you were able to get Netflow lite on 4948 working with NTA based on the pointer from superfly?
-
You can create a SAM template using the TCP Port Monitor component monitor to telnet to port 80 of server2. You can then install a SAM agent on server1 (assuming windows), and assign this template to server1 so that the telnet is done from the agent perspective as opposed to the SAM server.
-
It is not a *requirement* for the SQL server to be on different server (unless you are also planning to use Failover Engine for redundancy). It is instead a *recommendation*. You can choose the location of the SQL server by running the 'Configuration Wizard' utility on the NPM server.
-
You shouldn't have to create a duplicate set of alerts unless the trigger conditions themselves are vastly different. See my suggestions on how you achieve this with the existing alerts in conjunction with custom properties. Advanced alerts
-
What 'page type' limitations are you running into?
-
It should be as simple as choosing the 'Details Page Link' for your display settings
-
Have you tried opening a support ticket to see where you can override the 10k limit? Maybe a setting in the database or a config file setting?
-
have you gone through this already? Storage Dreaming - The Next Chapter for Storage Monitoring with SolarWinds which devices do you currently monitor in stm?
-
Easiest option is to request sales / support to give you a temporary unlimited license key, de-activate the permanent key, apply the temp key to determine how many sockets you are short of.
-
twillster you can add the Advanced Search resource into your NCM dashboard, and query all the configs. Sample result for ip dhcp pool shown below
-
Based on the connector name 'Tippingpoint Connector Discovery', someone must have clicked on 'Scan for new nodes' from the web console at some point which would have enabled this connector. I would first go to the Manage , Appliance section of the web console and search the list of enabled connectors to see while file the…
-
Maybe the non- admin users have different Views defined for their account? Have you edited their Account definition and compared the Node details view with the admin users node details view?
-
Can you provide screenshots of your Alert definition?
-
The only integration between SRM Orion and SRM Profiler is for licensing. What performance impact are you concerned about?
-
you may want to move this discussion to the Network Performance Monitor forum. NetPath is a very good vendor agnostic way of understanding the performance of your SD-WAN NetPath - Easy Visual Network Path Analysis | SolarWinds
-
Which web server? IIS or something else?
-
Try this ${SQL:SELECT TOP 25 Message_UNICODE + ' | ' as 'data()' FROM [dbo].[SysLog] WHERE NodeID=${NodeID} FOR XML PATH ('')}
-
see response to similar question Re: Advanced Alert Manager Trigger Condition Issue: "You have changed the trigger conditions..." if the only reason you created that group was for this alert, then a Volume custom property route will do the trick. If you want the group as well, then edit the group and for the 'add / remove…
-
hi Nelson, LEM's retention is sized based. So, you are right - the oldest events are purged to make way for the new events. From the 'LEM Reports' utility, you can run the Database Maintenance report. This will show the trend of events per day, the time of the oldest and newest event, the size of the normalized data store,…
-
Most likely because you haven't setup an Inventory task or a WSUS Inventory job
-
External happens to be a SQL keyword as well Reserved Keywords (Transact-SQL) and when it is a column name it will need to be escaped. try wrapping [ ] around the word External and it should work fine. Status<>1 AND [External]<>1
-
nope. these are allowed only in the alert actions. what exactly are you trying to do?
-
It is likely to be related to Topology polling that is done every 30 minutes. You can change the topology frequency to be some thing less agressive - like once a day There are some useful suggestions in this thread https://thwack.solarwinds.com/thread/51415 You may want to check if it's relevant to you as well
-
Don't know if there is an easier way but if you modify your query as below, it works SELECT Nodes.Caption, '/Orion/NetPerfMon/NodeDetails.aspx?NetObject=N:'+CAST(Nodes.NodeID as varchar(256)) AS 'DetailsURL', '<img src=/Orion/images/StatusIcons/'+ CAST(Nodes.StatusLED AS varchar(256)) + '/>' AS 'Status', .... and for the…
-
If you add the following SQL macro to the Trigger action message, it should work ${SQL:SELECT (CASE WHEN ${ComponentType}=42 THEN '${WindowsEventMessages}' ELSE '' END)} I am fairly sure Component Type 42 is 'Windows Event Log Monitor' component type
-
Tried this already? Using Twitter with SolarWinds Orion Products
-
Since your alert is for Interface objects, N=SwisEntity refers to an Interface as well and the syntax you have would be looking for an Interface custom property. To reference Node Custom Properties, it would be the following format ${N=SwisEntity;M=Node.CustomProperties.AREA}
-
Does it have to be a service? Or can you look at the Asset Inventory report and determine based on the Installed software?