Comments
-
stanners - examples of queries that all work properly for me. (With potentially different results depending on the nodes you are monitoring and level of SAM you are using) volumetype = 'fixed disk' and (machinetype like '%linux%' or machinetype like '%windows%') volumetype = 'fixed disk' and machinetype like '%windows%'…
-
Lots of good content in the Orion SDK forum space on just this sort of thing... Orion SDK
-
jasonmluna - An existing SAM Application Monitor Template named "Errors in Application Event Log" can get you started with using the Windows Event Log monitoring component. You can copy the template and rename it, then edit it. The Windows Event Log monitoring component in the template can be configured to watch a specific…
-
I wonder if you named your statistic, if it would like it better? Write-host "Statistic.UploadTime: $elapsedtime"
-
entadmin - I create filtered dashboard views for my different teams by * Creating a "Team X Servers" group for each team. I populate the group with a dynamic query that uses a custom property of the Team's name that I set on each server (node), but it can be populated manually as well. * Creating a view for the team and…
-
petart - I use two methods for querying SQL into SAM. * SQL User experience monitor* The SQL User experience monitor is straight-forward to set up, but limited in that it wants the SQL query you run against your monitored DB to return just one row containing a "Statistic" (number) - and alternately a "Message" (text) as…
-
I often use the "Export Custom Properties Values" option under "More Actions" on the Manage Nodes page to get a down-and-dirty CSV export of all nodes. In the Export wizard, drop open the Advanced element and select away for the properties you'd like such as Machine Type, etc. You need to select at least one Custom…
-
Node reboots are recorded as Events without need for a template. If you need to alert on a detected reboot, a "Node Rebooted" alert can be found in the Advanced alerting that you can copy and use for this. If you just need to report or review, the Events viewer can be filtered to show "Node Rebooted" Events, or you could…