aLTeReGo ✭✭✭✭✭

Comments

  • pratikmehta003 wrote: i had read somewhere in the doc that UnDP does not support failover.... but not sure if its changed in latest releases. aLTeReGo your comments on this if any info available at ur end.... UnDPs absolutely do support failover. Can you provide a link to the document where you read this?
  • This should be possible by creating a view limitation on the page where the Network Atlas resource is added.
  • By error handling what exactly do you mean? This pop-up is likely javascript based and does not open a new browser window like the parent issue so you should not have any problem interacting with it.
  • After some testing I discovered that we can use spaces in search regex. Example: Example of script arguments (search string should be written without double brackets): d:\powertest.txt, I want to find this string,total,0
  • alexslv‌ is correct. These tables should not be purged through SQL Management Studio, but rather controlled through the database retention settings in the web interface. Once daily maintenance is run that evening, all records older than defined in the database retention settings (90 days by default) will be properly…
  • This is what a similar alert would look using the web based alert manager for a simple node down alert specifying a single node. It's should be as simple as adding additional logic to the trigger condition of the alert.
  • You can monitor any running Process or Service on the Windows machine. Probably the simplest/easiest method is to open the Real-Time Process Explorer or Service Control Manager found on the Node Details view, select the process or service you want monitored and click "Start Monitoring".
  • I asm seeing the same thingg did you get it resolved thanks in advance Denny was actually mistaken. This is actually the correct behavior for the Oracle client installer. It simply extracts itself to the APM directory. You can tell if the drivers are installed if you go to the "APM\OracleClient" directory, usually…
  • Our recently released High Availability solution supports the latest versions of all Orion based products and integration modules.
  • That would depend on the number of elements and components you plan on monitoring, but I would say best practice would be a physical SQL server with RAID array and a healthy amount of memory. If you were monitoring 100,000 SAM components and NPM elements, I would recommend that array be at least a six or eight spindle SAS…
  • , the following KB article outlines in full detail how to properly configure your Orion server to use HTTPS/SSL. After following these steps the macro should work correctly. SolarWinds Knowledge Base :: Enabling SSL (https) for the Orion Web Console.
  • Nice find. Thanks for updating the thread with your findings!
  • Yes, though the bug is the help text which states "or more". This Resource will only display event information for a single component, either user defined when added to the Application Details view, or dynamically when placed on the Component Details view. I have logged this as a bug internally under SAM-3353.
  • SAM 6.2 (currently in beta) allows you to monitor processes and services when they are running, and have them go into a neutral "Not Running" state when they're not. This prevents alerts from triggering and red appearing on your dashboards for processes and services that run only as-needed, while still allowing you to…
  • User Auditing of SAM Configuration Changes and Remediation Actions is something we're currently working on.
  • It's important to note that the Agent's global setting is respected, but it does not change the value for the individual agents in Agents database table. So you will continue to still see “true” for all agents Auto Update, but that does not mean it is ignoring the global flag. If you disabled the global Auto Update setting…
  • Neither local or Domain Admin permissions are not required when using the optional Agent included in SAM 6.2. You can alternatively create a service account with permissions to query information via WMI following the steps outlined in the KB article below. * SolarWinds Knowledge Base :: How to create a non-administrator…
  • If you're using the Alert Suppression Tab then that's the issue. That does not work as you might expect. Instead you should add the additional condition to the Trigger tab as shown below.
  • I'm not able to reproduce this issue. As you can see below I defined an alert to trigger for a volume using more than 53GB, which did in fact trigger properly only for those volumes that were consuming more than 53GB.
  • You can get the database size using the following query with SAM's SQL User Experience Monitor. Replace "Master" with the database you'd like monitored. USE [master]SELECT [size] * 8 , [filename]FROM sysfiles The result below shows the Master DB being 17MB in size, while the Northwind database is 2.6MB. Attached is an…
  • 's approach is same as SolarWinds official recommendation. In addition to monitoring as outlined above SAM includes templates for Monitoring Windows Network Load Balancing and Windows Failover Clusters so you can be alerted to failovers etc. Microsoft Windows Server 2003 Failover Cluster
  • The query I posted above is complete and functioning, but was provided only as an example to point out which tables are used to store this data and what other table joins may be necessary.
  • The query I provided is SQL not SWQL.
  • is correct. The only way to change this default behavior is using the Adobe's Customization Wizard XI. First open the MSI, go to the section named "online and adobe online services" and tick the box that says "disable the tools pane in reader". Then, generate the transform. If it complains about missing a setup.ini file,…
  • Does AppInsight for IIS appear when you perform a List Resources on the node? Is it selected? If so, when you attempt to access the AppInsight for IIS details view from the All Applications resource, are you prompted to configure the server? When you click "Configure Server" does it return an error?
  • Why no create a single table Universal Device Poller? That would be applicable to all chassis without modification.
  • I posted this as a report that can be downloaded from the Content Exchange at the link below. * AppInsight for SQL Credential Inheritance Report
  • Scripts Must Report Status Through Exit Codes Scripts must report their status by exiting with the appropriate exit code: Exit Code Meaning 0 Up 1 Down 2 Warning 3 Critical Any other value Unknown
  • If you're still experiencing this issue please contact support and reference internal tracking number FB74660.
  • Each HA pool consists of two servers. An active and standby. You can have as many pools as you have Pollers, and each pool can be configured independently of the others.