Comments
-
Essentially what you need to do is override the CSS in the iFrame. There's a few different ways to do this but I think this is probably a question better asked on a different forum. I suggest starting here -> CSS overide body style for content in iframe? - Stack Overflow
-
No report that contains that specific set of criteria exist out-of-the-box but you should be able to built it yourself, or at least get fairly close on your own using the Web Based Report Writer. If you need help creating custom reports you can request assistance from the community report gurus in the Report Lab.
-
What is the output of your script with run from within the PowerShell console on the Orion server? It sounds like the the output being returned is causing a buffer overflow, as the output format/type is likely unexpected.
-
Custom properties are certainly one way but a simpler method might be to leverage the vendor in the alert trigger so they only apply to the nodes that are applicable based on vendor. Below is an example for Windows and Linux servers.
-
SAM currently supports pSeries devices. In fact, SAM 6.0 extends pSeries support with Asset Inventory information. There is also an array of AIX specific templates available in the Content Exchange, not to mention the various Unix templates that also work with AIX. * AIX CPU Monitor * AIX * AIX Oracle Processes Monitor *…
-
What is it that you want to see?
-
Certainly. Simply unmanage it as shown above.
-
First ensure the script runs as expected on the monitored machine outside of SAM through the PowerShell command prompt. Ensure you're using the 64bit PowerShell and not 32bit. If that works, note the credentials which were used to login to that machine and execute the script. Next, install the agent on the machine, create…
-
The latest Citrix XenApp 6.0 application templates for APM can be downloaded from the links below * * Citrix XenApp 6.0 Core Counters * Citrix XenApp 6.0 ICA Session * Citrix XenApp 6.0 Presentation Server * Citrix XenApp 6.0 Services
-
When creating a new report select "Custom Chart" and walk through the configuration process to define what metric(s) you want included as part of the chart.
-
Please note that thresholds in this report that show a value of "1.79769313486232E+308" have no threshold defined. This is an internal number that's equivalent to null. I've also published this report in Report Writer format for download through the Content Exchange. It can be found here ->
-
Since this would be a custom application these would be custom metrics. Have you tried using the Component Monitor Wizard to locate the Performance Counters that are unique to this custom application? [Settings -> SAM Settings -> Component Monitor Wizard]
-
SAM comes with an out-of-the-box pre-configured alert that's applicable to all volumes by default entitled "Alert me when the free space of a volume is less than 5%". It's not enabled by default, but that's a simple matter of checking the box.
-
Using the Volume ${FullName} or ${Caption] macros in the email message body text would be my recommendation.
-
Mandatory custom properties is something we're currently working on. This should reduce the pain associated with managing and maintaining custom properties as new nodes are added to Orion.
-
Thanks for the feedback everyone. Please keep it coming. For now I've logged this as a feature request under FB94404.
-
I thought I understood your question correctly. Is this not what you're looking for? <See Image Below>
-
This is actually theoretically possible using WPM and a web based (java) RDP session similar to what's discussed below for Citrix XenApp. * Java - It's Not Just for Breakfast Anymore
-
The following link includes information on where to obtain the latest versions of each hardware vendors agent software that must be installed on any/all Windows/Linux hosts before SAM can report upon the status of the devices hardware health. SolarWinds Knowledge Base :: Latest required software used to monitor hardware…
-
In the component monitor details you will find the Expert Knowledge for this metric, which explains what Slow Queries means. This counter returns the number of queries that have taken more than long_query_time seconds. The returned value should be less than 10. Note: To enable the slow query log, start mysqld with the…
-
On step #6 of the Job Wizard provide the credentials for the user who's allowed to login to the Orion Windows Server console where you've defined the necessary trusted site exceptions in IE. In most cases this would be the Windows administrator account. If you're able to login to the WIndows Console, Launch IE, and Login…
-
I think we're mixing terms which is confusing me so my apologies if I'm not following. A physical disk is a single spinal commonly referred to as a hard drive. A RAID group is a collection of physical disks that are tied together into a single (commonly redundant) logical disk. A Logical drive is a logical unit of disk…
-
There are two ways to go about this. The first is to poll those nodes via WMI instead of SNMP. WMI Nodes include their own separate Windows Update resources where these are broken out. The other is to simply filter the report to exclude what you don't want from the report as shown below.
-
AppInsight for SQL is part of SAM and is used to monitor SQL Server instances. The SQL Server 2008 Analysis Services template simply requires an account with local or domain administrator privileges. No special SQL Analysis Services permissions should be required. In fact you should be able to open up Perfmon.exe on the…
-
I, like you am unable to find a reliable method that is exclusive to the console session.
-
The Event Log Monitor for AppInsight applications received some often requested improvements in the SAM 6.2 release. While it can't be disabled in the traditional sense, it can be configured to essentially ignore all events resulting in the same desired outcome. You can also exclude specific event IDs, or target only…
-
If you're not seeing the option to monitor Hyper-V when adding the node it's likely the node is managed via SNMP. The node must be a WMI managed node in Orion for Hyper-V to be listed. Also, ensure this is a Hyper-V host and not a guest. The Hyper-V option will only appear for Hyper-V hosts running Windows 2008 or 2012.
-
AppInsight for SQL is an especially difficult beast, as there are too many variables to provide a concrete answer. Just some of the variables include the number of databases on each SQL server, the average number of SQL Error Log Entries per-hour, etc. I can say that managing the host via SNMP instead of WMI will…
-
Sounds like you're using Windows Credentials which have no ability to log into the machine itself. I would recommend using a Domain Admin account if possible.
-
Macros, like the ones shown above cannot be used within the fields of this component monitor type. I would suggest instead to gather the statistics you need to construct the formula and then perform mathematical functions against the Orion SQL database as a SQL User Experience Monitor. Alternatively, I would highly…