Comments
-
gaguilar, You may want to vote on this existing idea It may be possible to do this via the SDK Orion SDK Information
-
By PE, do you mean an Additional Polling Engine? The polling engine writes to the same database as the primary Orion server. Polling Engines do not have their own database.
-
Have you looked at Toolset v11? Engineer's Toolset v11 is generally available
-
Physical and virtual memory also count against volumes. you may want to remove those for the nodes you don't need to monitor
-
It is not possible to specify that kind of range out of the box. You can however use the specific nodes option to provide a list. you should be able to generate a list in excel pretty easily
-
It's possible through a SQL macro in the trigger message. You will have to query the Events table to get this number. I curious why you would want this is an alert as it seems more appropriate for a repor.
-
Can you post a screenshot of your component monitor definition and the Real-time process explorer?
-
More than likely, you don't need any custom SQL here. Have you tried adding a 'Custom Table' resource to your dashboard view.
-
Which OID specifically? What is the raw result?
-
What exactly are you running into? Without providing any sort of details, it is hard to tell what is going on. Please refer to the step by step guide to configure the SMI-S provider, as well as troubleshooting common issues in the guide below http://www.solarwinds.com/documentation/profiler/docs/SMISProvider.pdf
-
If you are able to run commands, then you should look at Linux/Unix Script Monitors of SAM (Server & Application Monitor)
-
6.x is very old firmware. You need to download the LSI Legacy SMI-S Provider from LSI's website. please be sure to change CIM namespace to root/lsissi1 and username to administrator
-
We do get a IOPS for each disk. Check out the Disk Performance report. For an EVA, the number of Disk Groups is fairly small (usually done by disk tier) - so, should be a fairly easy one to understand from the Disk Performance report.
-
Are you looking for a fully automated process? i.e., the SP is also reading from your other database? If not, you can use the import /export custom properties from Manage Custom Properties at least for SAM. If you want to leverage naming conventions, and other attributes polled by default, you can also use the Alert…
-
I think you are just looking to add additional Views. You will find the View creation options under Settings. Upon creating views, you will need to the views to the menu bar associated with your user login. To display only specific applications in the view, you would need to specify 'view limitations' while creating the…
-
It should be possible. See slide 4 Secrets of SolarWinds SAM and the embedded youtube video
-
You don't need the Machine Type triggers. To qualify specifically for Temperature, you will need to use the Hardware Type Name property. There is an out of the box alert called 'Alert me when any hardware component goes into a warning or critical state'. You can copy that and modify it to your specific requirements.
-
For SNMP it's fine. For ICMP, the protocol would be ICMP. WMI is a must - 1 port would be very undesirable. Have you looked at the port requirements document? http://www.solarwinds.com/documentation/Orion/docs/SolarWindsPortRequirements.pdf Have you looked at WMI portacalypse blog from alterego? Portocalypse - WMI…
-
NTA extends the windows perfmon counters. You will find counters on flows received, processed, dropped, etc. If you have SolarWinds Server & Application Monitor, there is a template available with all those counters already SolarWinds NetFlow Traffic Analyzer 4.X
-
Storage manager does have report scheduling abilities. When you add a stm report to a report scheduler, there is a little checkbox called 'send chart only'
-
LEM is the best choice for SQL auditing.
-
Best to open a support ticket
-
Once you have the vApp created, you will probably need to create a Trend to generate aggregate stats (sum, average, min, max, count)
-
When you added the node as a WMI node, did the 'Test' button work? Is SAM displaying other information like Asset Inventory? Is Real-Time Process Explorer, Service Control Manager, etc working fine from the Node Details page? I am trying to ascertain if it's a WMI issue or isolated to CPU data only via WMI.
-
Yes. Go to NTA Settings, 'Application and Serivce Ports' and enable monitoring for Port 4728. You can then drill down to an application and an interface http://oriondemo.solarwinds.com/Orion/TrafficAnalysis/NetflowApplicationDetails.aspx?NetObject=NA:80;I:2220;T:Last%20Hou…
-
The out of the box alert doesn't distinguish between local and shared shared storage. The scope of the search is host.vol.freeSpacePercentage:[* TO 20] If you click on the alert name, you can see the list of volumes that triggered the alert in the 'Least free space' column. If you want to restrict the search (i.e.,…
-
Can you export the report and attach it to the thread? The secret lives of web-based reports
-
Which Resource did you select to add to the View? I am having no trouble with plotting Transform pollers using 'Universal Device Poller Chart', 'Universal Device Poller Custom Chart' or 'Mulitple Universal Device Pollers Chart'
-
You cannot trigger actions upon breaching different thresholds. However, you can have an 'Escalation' for your alert action that can repeat the action (such as email) every X minutes. The email can include the latest utilisation % in the subject and/or body. You can use SQL macros to insert some different conditional…
-
Transforms will not help here. You can either setup a TABLE poller for OID 1.3.6.1.2.1.31.1.1.1.1, or you will need to setup a series of SNMP GET / GET NEXT type of pollers on OIDs like these 1.3.6.1.2.1.31.1.1.1.1.6837. The GET / GET NEXT is unlikely to be a viable option here as I doubt the indexes are persistence for…