Comments
-
I believe this issue may be caused by IPAM. Turning off SNMP/ICMP scanning under IPAM setting should resolve it. If it does, I recommend upgrading to hotfix released on February 14th.
-
With PerfStack you can add interface statistics from multiple disparate interfaces onto the same chart, or within different charts for correlation and comparison.
-
gregatkins is correct. Possibly the simplest way would be to use the "Find Processes, Services, and Performance Counters" wizard under [Settings -> SAM Settings]. This wizard will walk you through the process of creating a new application template.
-
If the resource exists elsewhere on a Details view, you can add it to a summary view using the Custom Object resource.
-
janene16 is correct. If you don't have MSSQL installed on the same machine as Orion, which is a typical configuration only for evaluation, then this note is not applicable to you.
-
Sounds like the simplest solution would be to enable file auditing on that directory and use the Windows Event Log Monitor to search for the specific event that's written to the event log when a file is created in that directory and alert when that event isn't found after "x" period of time. The templates below are another…
-
Don't forget to update the Orion Web Server address under [Settings > All Settings > Web Console Settings].
-
is correct. SAM 6.0 (currently in beta) supports full asset inventory collection for Windows/Linux/AIX/VMware hosts/guest. If you're interested in trying it out for yourself, you can sign-up here.
-
ikomrad the template assignment to group process can take 5-10min to be applied to group members after being assigned. It is not immediate or instantaneous. This was done to ensure there was no impact to the Orion server for organizations that have literally thousands of dynamic groups managed in Orion.
-
Assignment of applications to group is a feature we are tracking internally under FBFB93967. In the meantime, to automate the task of assigning application templates to nodes you may want to consider leveraging the Orion SDK.
-
bhilgenkamp_botw wrote: Is there a way to override the 10 metrics per session limit on the real time polling? This is configurable under the Advanced Configuration, though it's not recommended. Milage may vary. /Orion/Admin/AdvancedConfiguration/Global.aspx
-
The actual polling itself occurs from the polling engine the node is managed through. So if your node is managed through an Additional Polling Engine, then that APE is the one performing the real-time polling jobs.
-
Real-Time Polling is now available for Agents when running Orion Platform 2018.2 included with NPM 12.3 or SAM 6.6.1, both of which are in Release Candidate.
-
There's a top secret URL parameter you can pass as part of a hyperlink or bookmark to enable Real-Time polling automatically. Saved PerfStack Example /ui/perfstack/PSTK-665A360AEEBCADC075F7365AA375EBD81DB918AA?activateFastPolling=true Unsaved PerfStack Example…
-
I would definitely agree with your assessment. That was the same conclusion I reached as well but had no success changing these settings so I thought I might be misunderstanding how they worked. When I make the changes you suggested I receive the same/similar error.. Testing on node <NODE NAME>: failed with 'NotAvailable'…
-
I've logged the absence of the "count statistic as difference" option being set for this component monitor as a bug with this template. It is being tracked internally as FB141719.
-
I believe this is an outstanding feature request.
-
pavel.grim is correct. SAM is not a server configuration management solution. SAM is focused on health, performance, and availability of applications and the servers they run on. I'm afraid SAM does not collect the necessary information required to produce such as report.
-
You can use the Custom Property editor to export the values and re-import them in under a different custom property name.
-
I just installed SP1 and now my NPM service won't start. The event viewer has the following error Damn it! I installed the eval version of the service pack. Running a repair and installing the new service pack. Hopefully that takes care of it.
-
This error is returned by the PowerShell cmdlet "Get-MailboxServer" as discussed in this thread -> http://social.technet.microsoft.com/Forums/nl/exchange2010/thread/9f01d4ea-636a-4897-aada-6c19d8e0b939 Unfortunately the template appears to be working properly, but there may be something wrong with the DAG itself.
-
In the following query replace 'master' with the name of your database. SELECT cntr_value FROM sys.dm_os_performance_countersWHERE object_name = 'SQLServer:Databases' AND counter_name = 'Data File(s) Size (KB)' AND instance_name = 'master';
-
The ${StatusOrErrorDescription} macro is only available using the APM: Component property type as applications can be made up of hundreds of different components.
-
When you delete the node and state that you want to remove the Agent also, the agent record and it's associated private key is purged from the system. That agent will never be able to communicate with the Orion server again until it's reprovisioned. That involves opening the Agent Control Panel in Windows or running…
-
The issue related to hardware health is specific to agents and is a bug we just recently identified. We are tracking this internally under SAM-3176.
-
It's also possible that when the Custom Property was created the 'Alerts' usage attribute was deselected.
-
shuth, did you by chance apply any Windows Updates to the system at or around the same time as the upgrade?
-
The "Applications with Problems" resource can be filtered using application properties such as Application.ApplicationTemplateID != ’425’.
-
Of course, both Standard and Enterprise Editions are fully supported. I would, however, recommend you opt for Windows Server 2016 rather than 2012. Orion Platform 2018.2 will be the last version of the Orion Platform to support installation on Windows Server 2012. Standard Edition is typically more than adequate for the…
-
You would need to join the "APM_Component" table for the Component Monitor name, and the APM_Application table for the Application Template name.