Comments
-
Availability or statistical information?
-
What you're looking for is more or less a function of AppInsight for Exchange. If you're however looking for assistance writing a custom PowerShell script to monitor just this very specific scenario then I suggest posting this question to the Script Lab. This is the forum the script gurus normally frequent.
-
The 1st Report shows all component monitor settings that are not inheriting from the template. It's likely the credentials field "__CredentialSetId" is what's being reported as not matching. That would be normal since the Template likely doesn't have any credentials assigned, but the application as it's assigned to a node…
-
You can easily add that same resource to the Main Summary page but there is not currently a way to copy or move an existing resource from one view to another without having to delete and then recreate that resource on the view you would like to see it.
-
It's an animated GIF file located here -> http://radar.weather.gov/Conus/Loop/NatLoop_Small.gif Use the Custom Text and HTML resource to add code like the following <IMG ALT="Live Weather" SRC="">radar.weather.gov/.../NatLoop_Small.gif" BORDER="0"> </A>
-
This will likely require a conversation with support. I recommend opening a case so we can determine the root cause. Before doing so however, I suggest upgrading to NPM 12.1 and SAM 6.4 to see if that resolves the issue.
-
Is Dell OpenManage Server Administrator installed on the server?
-
Alternatively you can create a single all-inclusive report to 100 individuals with the custom property as a field in the report and they can check verify all the applications assigned to them. The report can of course be sorted by custom property to make it easier for users to check all their applications, since they will…
-
I would recommend you try changing the credentials to the local administrator account on that server and see if that works. Use the ".\administrator" format to specify the credentials are local. If that does not work,login to the Orion server using the "bob" credentials and attempt to connect to the Windows Event Viewer…
-
SAM does include log file monitoring templates out of the box for both Windows and Linux/Unix. * Log Parser (PowerShell) * Log Parser (Perl)
-
, aLTeReGo is indeed a SW employee.... that apparently is helping others stay employed
-
Have you considered doing a simple TCP Port Monitor for port 80 or 443? This will provide the desired effect.
-
Have you tried gathering a MIB walk of the device using SNMPv2 and comparing that to SNMPv3? The number of lines returned in both samples should be identical. If the SNMPv3 version comes up short it's like a view issue.
-
vincent45 wrote: English version Thank you , I made templates with specific services. English: Good to hear! French: Bon à entendre !
-
We're currently tracking a feature request for a hardware summary resource, similar to the existing Application Health Overview resource but for hardware under FB113287. Is this what you're asking for?
-
The statistics within the Orion web interface for AppInsight application cannot be manipulated. The correct solution here is to round this number as you suggested above, which should be occurring. Unfortunately it's not, which is a bug. As such we are tracking this internally under SAM-1718.
-
Certificate based authentication is not supported by Orion Report Writer. As jezmarsh suggests, you may be able to make it work by modifying the Windows Scheduled Task to execute under a user account on the Orion server itself that has a valid and working client certificate. I haven't tried it myself, but it sounds like a…
-
It seems like you have all the basics covered. The 0x800706BA error is a standard Windows OS error code for "unable to connect to server". It's difficult to determine the cause or reason why the Orion server is unable to connect to the remote host via Thwack. I recommend you look through the WMI Troubleshooting Guide which…
-
Yes, this is a requirement for monitoring Performance Counters remotely. However, if that's a concern you should be able to use the Agent. How to monitor a Process/Service/Performance Counter on a Remote/Different Computer - WebWatchBotWiki
-
Alerts still shows HTTP and using port 80 even Orion is already using HTTPS - SolarWinds Worldwide, LLC. Help and Suppor…
-
Microsoft is offering the appropriate Flash for Windows 8 and 2012 via Windows Update. http://technet.microsoft.com/en-us/security/advisory/2755801 http://support.microsoft.com/kb/2758994 http://forums.adobe.com/message/4796202#4796202
-
Yes, if you don't see this option listed you are a few releases behind. What version are you currently running? The latest version at the time of this posting is 6.1.1.
-
That would be a documentation error that Bronx will correct. Thank you for bringing this to our attention.
-
AppInsight for SQL is not applicable to Oracle, only MSSQL.
-
I believe the macro/variable that you're looking for is ${WindowsEventMessages}
-
You could share the following case study with your systems folks. http://content.solarwinds.com/creative/pdf/CaseStudies/Carilion_Case_Study_Final.pdf
-
Some of the Script Guru's here on Thwack may be able to provide you with guidance but there are other forums on the internet that are be better suited for helping people write PowerShell scripts.
-
Orion can't fully monitor AIX. You can't monitor process CPU, process memory True, but this can be done using APM or the number of processes running This is easily done using the custom MIB poller built into Orion.
-
The limitation you are encountering with SAM's File Count Monitor is imposed by Microsoft and WMI. Any query that takes longer than "X", or consumes more than "Y" amount of memory will result in timeouts or hard errors. In this case it looks to be a timeout that is causing the number of WMI connections to exceed the quota…
-
bluefunelemental, this is actually pretty cool. Would you mind posting your SWQL code here when you're done?