m_roberts · CEO · ✭✭✭✭✭

Comments

  • There is no inbuilt mechanism to do this, but you could do the following: * Create a Custom Property for the Volume object e.g. SpaceAlertReset * Create a script which will use the API to populate the Custom Property value based on the appropriate formula* SpaceAlertReset = (Threshold*0.95) * Set your alert reset…
  • Hi, The following are my thoughts: * Re-download the installer file, as I have seen this occur where an installer file has issue * Ensure you are installing logged in to the server as a LOCAL Admin (not a domain account with local admin rights) * AV real time scanning can get in the way, so review the AV to determine if…
  • Did you have a reboot as a mandatory and immediate function of the patch? Note: the reboot action can be within the package definition or within the MSI, but in your case it is not happening, so my immediate thought is the definition of the patch/s did not dictate a reboot action.
  • Another great post Will, with insight in to how even small modifications to the web page code can bring benefits. Your example of just changing the link to open in a new window, may be minor, but the same section of code allows people to see that they could create additional links or enhance the data displayed in that…
  • I am assuming you are using the Custom Chart resource within your report. If so, when you add the Data Series, click the 'more' link and you should see the option to include a trend line
  • This is something which is already in place, as part of the default navigation structure in NTA. Whilst you could create a new Summary type page and populate the widgets, the easiest thing is to follow: * Ensure your WAN router is configured to send flow data to Orion and that the device and the interfaces are actively…
  • Review the following article, which I believe is going to help you here. Whilst you can create an alert directly in the alerting engine for these requirements, you may well find it easier to create in the flow navigator and ask it to build out the alert from that.…
  • There are a number of options available here, depending on the application you wish to monitor: * Web Performance Monitor module (for web application)* You can install an agent 'player', which will act as the source of the web page testing, which you can place outside your network * You can leverage the Pingdom service to…
  • I am not 100% sure your use case here, but the charts are limited to 10 values per chart, which is still way to much to be usable Look at the Perfstack feature, which will allow you to create a PerfStack project with all the CPU charts you wish to display, which you can then embed on a page. Alliteratively, you can use the…
  • The JobEngine references is the service that performs the data collection, which for the agent installed on an end point monitored server is the local collection of service, perfmon, powershell etc. data. For the non agent folders above, this is the Orion polling engine (Main or APE) that is performing remote polling…
  • There are a number of pre-built widgets such as Top 10 Interface by Traffic (% and BPS versions), charts etc. showing information related. I would suggest you look at the PerfStack capabilities, as when I build dashboards for customers I love the presentation and correlation of metrics this charting option provides - How…
  • The beauty of the HCO licensing is the simplicity - a node is a node is a node. Therefore, if you have an ESXi host to add, that is one node license consumed, dont worry about sockets anymore. Same for NPM 1 node with 1 interface monitored or 1 node with 300 interfaces is still only going to consume 1 node license under…
  • This should point you in the right direction - Schedule the updates by classification (solarwinds.com) You can choose what criteria is used for the filtering and also the action i.e. automatic updates. I hope this helps
  • Hi, This is a question that has been asked before. Unfortunately, there is no procedure available to allow any form of migration to be performed easily. It involves a fresh build and then export and import some function, such as the packages and reports. The following post gives more information - (+) Migrating Patch…
  • The Network Discovery feature in Orion is your go to for this. Get your list of IP Addresses or hostnames together and enter in to the text field in a Network Discovery profile - https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-network-discovery-using-the-network-sonar-wizard-sw1574.htm…
  • For our customers we create alert output that has rich information in them, so that recipients have more information to base immediate response decisions on. In your situation above, you could include details on any SAM templates you have assigned to the end point server, just the Template name will probably do, with the…
  • As you have found, the alerting engine with the HTTPS post inbuilt capability is not going to work in this use case. There is no internal mechanism to support this feature, as OLV is not designed to act as an intermediary for log data, rather an end point for processing in relation to monitoring visibility. Therefore, I…
  • There is no method in the UI to copy a widget from one page to another, only one page to a sub-page. It is possible to do, but means manipulation of the database, which it not advised for most.
  • What is the objective to this requirement? Is it to confirm it works, if so using the SQL User Experience monitor in SAM will deliver on this. If it is to identify if it changes or if a certain value exists, then the SAM script methods such as creating a PowerShell script will deliver.
  • It is not possible, if I am reading your requirement correctly, to have sub pages having different page limitations in place. To achieve this use widgets that can have inline filters applied to them and where widgets do not allow, look at using Custom Query, Custom Table, Custom Chart, Perfstack projects to replace out of…
  • To create a summarised by hour report output, you need to use the Group By clause. Add after the WHERE clause, which will need to be adjusted as it only loads the last hours data, the following: Group BY DateTrunc('hour',t.DateTime)
  • So this does not appear to be an issue with the device, but your subject includes the word 'Traps', so I wanted to confirm if you have an issue receiving traps from the device and you wish to alert of those or if this is an alert definition issue. When alerts do not fire, my go to is 3 things: * Review the SWQL code in the…
  • In Authorization set it to Basic and supply a Username and Password. The account needs to have the permissions necessary to perform the actions, so if just doing Read queries, you do not need Admin rights.
  • The string is not correctly formatted for Postman and I see you had an erroneous , I have put a screenshot of the Params section which shows the string that worked for me an I am assuming you have Basic Auth configured:…
  • Orion has a RESTful Web API, which can be leveraged to extract data to use in your external application. You would use the Query URI to pass a SWQL query in to the API and get the results in a JSON response. The following resources will help: documentation.solarwinds.com/.../sam-api-poller-methods.htm…
  • Looks like this could be a candidate for the Advanced complex alerts feature. You can create 2 distinct object trigger filters, that combined equate to an alert condition. https://documentation.solarwinds.com/en/success_center/orionplatform/content/onboarding/custom_alert_report/core-ob_configure_advanced_options.htm…
  • Hi, For this you will need to use the Custom SQL or Custom SWQL option in the Trigger I want to alert on drop down. Then create a query that references the Orion.Events (SWQL) entity with the necessary sub query to capture the scenario you are looking for. The Custom SWQL/SQL structure means that you have a starting…
  • There is a feature in Orion called Dependencies, which provides this function. Essentially you define that a Child's objects status is determined by he state of it 'Parent', whereby if the Parent is down, the Child object/s are placed in to state called 'UnReachable'. Therefore, an alert defined that has trigger as being…
  • You could create a custom SWQL/SQL statement to achieve this, but first I would suggest reviewing the fundamental function here. I advise our customers to use Group alert function for scenarios that are best managed by the status value you can craft in the Group definition e.g. Site down type alert. Then combining this…
  • Hi, I am not sure what you mean by look of a SolarWinds report. Exporting to CSV or Excel will allow you to export the table format and use Excel to format in whatever way you want and it is capable. If you want charts, then there are many guides on line about using PowerShell libraries for the…