conguir

Comments

  • No worries mate, glad it helped. Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi if you are using SRM, the entity would be different, probably you would need an alert on LUNs rather than on volumes: Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi you can see the time frame when you roll the mouse over the graph. In the screenshot you can see the timeframe is 6 hours (from 6 to 11.59), it means that the total amount of bytes transfered from 6:00 to 11:59 was 7TB. If you edit the view resource you can change the sample interval, however bear in mind if your amount…
  • Hi Sanjeev using max(field), it will calculate the peak value for the time frame configured. SQL MAX() Function Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Well, this is our dev environment, it does not surprise me the number of alerts triggered, it does surprise me that the website is up!
  • Not a problem. This is an example of a treemap showing top devices by alerts triggered. Note: the SWQL query to get the data is a bit 'peculiar' due to the way this resource works. Basically this resources allows you to have nested groups, therefore you need a 'first level' of grouping where the parent of this group has to…
  • Hi thank you very much tdanner, but it didnt work. This is the information service log: 016-07-19 11:58:54,299 [123] ERROR SolarWinds.InformationService.Core.InformationService - w3wp| /LM/W3SVC/2/ROOT-1-131133199080507903| SolarWinds.Orion.Core.Reporting.DataTableQueryCustomSWQL.Query()|…
  • Hi I would recommend you to install wireshark on the SolarWinds server (that's always a good thing) and review whether the target server is not replying on a timely manner to the SolarWinds server, or is the SolarWinds server itself struggling to process the information. Just use dcerpc as a filter (or the ip address of…
  • Hi have you copied the files to the PSModulePath folder? Installing a PowerShell Module Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi I always recommend to modify the thresholds instead of disabling the sensor. I only recommend disabling the sensor when the data reported is correct (for example when it says temperature is 0 degrees when it is not). Modifying thresholds you will get alerts when you really need to. Edit hardware health thresholds Raul…
  • Hi my guess would be: * If you have NCM, by default SW stores the backups on the C:\programdata\SolarWinds folder * On the same folder there are lots of logs (as mentioned by jrouviere​) review them. You can change logs settings using the tool LogAdjuster (installed on the SolarWinds server) * I would also check the…
  • Thank you Brian I was aware of that option, but my question is related to, when we choose agent preferred, are all the components in Appinsight monitored by the agent? Or are there still a few monitors (such as the ones using WinRM) that are monitored from the polling engine?
  • Hi wouldn't be easier if you use custom properties and dynamic queries inside the groups? You could create a custom property (for example 'Membership') and then you create groups with dynamic queries that automatically populate devices depending on the value of Membership. With this structure you just have to modify the…
  • Hi Petrf, thank you for your answer. The problem is that I create a SWQL query that works in v2, but not in v3, so I wanted to know if it was possible to change the web interface to run v2 queries. Thank you
  • Hi when you change polling method you have to go back to list resource and select again what you want to monitor, at least the good thing is that historical data from those resource have not been deleted. I was not aware this also happens when you change from SNMPv3 to v2, but by the looks of it, it seems it works this way…
  • Hi SNMPv3 allows you to create 'views', i.e. limit the information shared with specific users. Maybe the issue was during the creation of those views. SNMPv2 doesn't have this feature, allowing access to all the MIB data to all NMS with the correct community string. Raul Gonzalez Prosperon - UK SolarWinds Partners…
  • Hi If you have Server and Application Monitor (SAM) there is template available to monitor some metrics using SNMP. If you don't, just copy the OIDs from there and create custom pollers. Cisco Call Manager 10.x Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi you can find the NTA database logs in C:\programdata\SolarWinds. Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi it is also compatible and it is configured the same way. Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi any please keep in mind Alert Central. It will not monitor by itself any server or application, but you can centralise alerts from different sources, including Orion, Nagios, .... Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi trilobite rex​ just add 'a.name' to the query (select DISTINCT n.caption, a.installdate, a.name,.....) and then add a the new field to the column. By the way, if you loved this report, you will love this post: Raul Gonzalez on LinkedIn: "Nice SolarWinds report showing when your Microsoft Windows servers were patched.…
  • Hi I love to receive feedback, should you find something that you feel is missing or could be done in a better way. Kind Regards, Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • This looks amazing, congratulations. Now time for me to add another resource showing alerts by alert definition
  • Hi elien of course it is possible, just edit this bit of code: ....... where (p.avgportcount - (isnull(s1.ports,0)+isnull(s2.ports,0)))>0 and p.datetime>=${FromTime} and p.datetime<=${ToTime} and n.NAMECUSTOMPROPERTY = 'XXXXXX' ......... Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training…
  • Glad you liked it . We have more stuff that you can import on our website (www.prosperon.co.uk) on the insight section. Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi In this blog post we extend this capability, not only based on the name of the device, but based on the aoftsoft inventory, i.e which applications are running on the server. Automatic Node Population & Application Assignment (Part 2) | Prosperon Networks Raul
  • Hi are the other details (latency, packet loss and jitter) also the same values? Please bear in mind MOS is calculated based on those three variables. Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi these steps would allow you to check if a URL is reachable and if the login provided works fine. Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi the way to monitor this URL will depend on the SolarWinds modules you have. If you don't have WPM or SAM it is going to be tricky because you will only be able to ping that URL, and the most of the times that is not enough. If you have SolarWinds Server and Application Monitor you can edit the existing application…