Comments
-
I think it would be really nice if it were possible to create Application Assignment Profiles. This would be a mechanism where Application Templates would automatically be assigned to nodes (likely as part of the re-discovery process) that meet your pre-defined criteria which could also include a component that tells it…
-
From the "Node Details" view of the server that's running SQL Express click "List Resources" and deselect the AppInsight for SQL application.
-
Applications can be up/down/warning/critical based upon the status of the component monitors within the application.
-
I'm not sure WebLogic 8.1 supports native JMX. I've only been able to find instructions on Oracle's website for WebLogic v10 and greater. You may however have greater success posting this question in the Oracle community forum.
-
I recommend consolidating this to a single thread located at the link below.
-
The Oracle User Experience Monitor does not as yet support passing Custom Properties as part of the query. You can however vote for this idea at the link below.
-
Have you extended the warranty of your server?
-
This one is a little large, but since it's flash it can be shrunk to fit just about any reasonable size. CertStation is a consolidated threat aggregator as seen here http://www.certstation.com/ <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="">download.macromedia.com/.../swflash.cab WIDTH="1000"…
-
Mithrilhall, I'd very interested in checking this out when you are finished. That is if you are willing to share. Anyway here's another simple one to add that displays the current internet threat level from ISS.Net <a href="www.iss.net"> <img alt="Current Internet Threat Level" src="">www.iss.net/alertcon.php"> </a>…
-
Ok I'll reply to my own post. Here's another fun one you can easily add to Orion to show the Internet Storm Center Infocon Status The code below..<a href="">http://isc.sans.org"> <img alt="Internet Storm Center Infocon Status" src="">isc.sans.org/.../status.gif"> </a> Displays More info can be found here…
-
Some component monitor types can return an optional "Message" as part of the values returned. ODBC User Experience Monitors and Script Monitors are two such examples. This field cannot be manually populated. If you need a field to enter information specific to a monitored application component, within the application…
-
Was this issue specific to AppInsight for IIS? I ask only because you reference a PowerShell snap-in that's only applicable to IIS on Windows 2008. This snap-in is included with the Operating System in Windows 2008 R2 and later.
-
As the thread below states, "you could delete the Node Details view, then run the Web Configuration Backup tool and have it Merge (not Overwrite!) the "NetPerfMon Initial Configuration" file. This will give you a new view called "Node Details" with the default resource setup, but it will have a different view id number in…
-
This is an outstanding feature request which can be voted on at the following link.
-
In almost all cases the issue is with settings defined in the snmpd.conf file. Most notably the view restrictions which restrict which OIDs are queryable to the system MIB only. Orion leverages the HOST-RESOURCE MIB among others depending on the module. I recommend following the directions below to properly configure SNMP…
-
When a host is discovered using the Network Sonar Discovery Wizard and it it accessible via both SNMP and WMI, SNMP is used. You can prevent this from occurring by disabling SNMP discovery in the Network Sonar Discovery profile, remove just the SNMP community string that's matching against those Windows hosts, or disabling…
-
Have you considered using the following application template with the Agent? Windows File Share Availability
-
It sounds like the 'Import-AzurePublishSettingsFile' is a 64bit cmdlet. If that is the case then it's not available in 32bit PowerShell. You will need to edit the application template, expand the "Advanced" section and change the "Platform to run polling job on" from "x86" to "x64".
-
SolarWinds has really three mobile options available. The first being the native mobile optimized view available when accessing the Orion web console via your cell phone. This is obviously free but typically requires that you have access to your Orion servers web console, or additional web server via the internet or…
-
I recommend excluding "unknown" from the alert trigger condition, this will prevent you from receiving the "unknown" and subsequent "up" alert notifications. If necessary, create a separate alert to notify you of "unknown" status only when the condition exists longer than "X" number of minutes. What's occurring when the…
-
If you looking for a unique identifier a specific Alert Definition, then you would use the '${N=Alerting;M=AlertDefID}' macro. If instead you'd rather a unique identifier for the specific instance of the triggered alert you would use the '${N=Alerting;M=AlertActiveID}' macro.
-
If the node is managed via WMI (not SNMP) then you should find these metrics on the volume details view.
-
Please open the application and ensure the "Count statistic as difference" option is checked. There was an issue with an earlier version of this template where this setting was incorrectly left unchecked. It has been corrected in the latest version available through the Content Exchange. You can however set this option…
-
This was an issue on older versions of APM. Are you currently running APM v4.2?
-
The problem you're most likely running into is permissions/security. The reason why it works when run from your workstation or the SAM server itself is the script is using the permissions model of the user account you're logged in as. When the same script is run as a script monitor in SAM the script is run under the local…
-
If each F5 virtual server has it's own unique virtual IP address then the SSL Certificate Expiration Date Monitor template will work. If you are using host header redirection then SAM's Certificate Date Expiration Monitor will not work for this configuration.
-
How does the status of memory appears in the vCenter Client for these hosts?
-
Provided the IP address of the virtual guest Server OS doesn't change (which it shouldn't) APM will continue monitoring regardless which Hyper-V host is actually running the guest.
-
Services in a Stopping or Starting state are considered to be "Down". As such the default out-of-the-box "Alert me when a component goes down" alert should notify you when/if this condition occurs.
-
There should be no need to call perl.exe directly. You can run Perl natively through the Windows Script monitor. Simply change the Script Engine from "vbscript" to "PerlScript" and copy your script into the script body. Provided it outputs the proper information in the correct format it should work. If you find for some…