VáclavSáblík

Comments

  • Hello, This seems like authentication problem within Microsoft's Web Service Management implementation that is remote PS script running on. For some reason 'local' does not match you server. Maybe you could use following setting to allow all machines being trusted: winrm set winrm/config/client @{TrustedHosts="*"} If this…
  • Hello, It seems like the MMC console application is unable to synchronize templates from the server. Unfortunately, from the message it is not clear what exactly is causing the problem. I'd double-check access rights for console user on folder "C:\Documents and Settings\adminsolarwinds\Local Settings\Application…
  • Hello Nakuchar, Unfortunately there is no way how to enter ignored nodes/interfaces/volumes in UI. Table you mentioned is related to ignore list but it could change from version to version and your own script could not work in some future versions. Ignore list feature was designed to allow user ignore found elements and…
  • Hello, This issue is very strange and frankly I'm surprised with this kind of exception related to this particular functionality. There is, however, not enough details that would allow us to get to the root cause from your description. Please go ahead and open a support ticket. Also I'd be interested if re-installing…
  • Hello, The only way I see is to create three separate component that will monitor each server directly (without using load balancer to get access). Otherwise you will not get alert unless all servers are down or not functional. Regards,
  • Hello, I'm not sure what exactly do you mean but you can compare response times of components by running web report. Like "Average Response Time of each Component" where component names are also links to component details page. Regards,
  • Hello, It seems like you are using PowerShell 1.0 runtime on server but APM requires PowerShell 2.0 runtime. You should be able to fix this by installing PS 2.0 that you can find here: http://support.microsoft.com/kb/968930 Regards,
  • Hello, There is no general way to disable all trends in interface charts. However, when you are disabling trend in a chart, you are disabling it for a view and not for net object. In other words, when you disable trend for i.e. Percent Utilization Chart on one interface, it will be set in the same way for all interfaces…
  • Hello, I have few notes regarding to your question. Firstly, there is a difference between counters for memory and SQL server.Namely:SQL Server: Buffer Manager - Page reads/sec counter is number of physical database page reads issued.Memory: Page Reads/sec counter is the rate at which the disk was read to resolve hard page…
  • Hi, Actually information about all instances is stored into DB and there is a possibility to write a custom SQL alert since NPM 10.1 that could do the trick. It would not monitor statistics separately (like separate component monitors) but will tell you some of instances goes wild and it is worth checking. Regards,
  • Hello, Please go ahead and open a support ticket for this. The problem seems more complicated and without diagnostics it's hard to say what is causing the issue. Thanks,
  • Hello, You can do this with advanced SQL alert where you select top three of last statistic. Here is how the setup of trigger and reset condition could look like. You will need to specify the exact value of threshold, I used 50 as a sample value. Regards,
  • Hello, Could you please specify more exactly what kind of chart you are mentioning. I was looking over several of them and for me where top Y margins giving sense. For instance response time that is 0ms all the time has maximum 1000s which is not enormously big number. I will make sure adjusting Y axis limits will be…
  • Hello, State icons are not stored in database directly but are part of website files. Virtual machine states are located under following (virtual) paths. /Orion/VIM/images/StatusIcons/Small-vm-poweredOn.gif /Orion/VIM/images/StatusIcons/Small-vm-poweredOff.gif Regards,
  • Hello, Unfortunately this is not simple task because alerting objects are applications or groups but not both. However, there is a possibility to create custom SQL alert that should work for you. Firstly, you will need to divide applications into groups. You probably did that but I’m mentioning it just because putting node…
  • Hello, You can deffer alert for a time but you can't do it for polling cycles. I mean if one polling cycle is 300s for one component you can deffer alert let's say for 800s and and it will work but if some other component has polling cycle 150s then it will skip more polls. I'm not sure if it works for you but anyways,…
  • Hello, I'm not sure why your counters are strongly named with instance and frankly I was not able to find setting that turns on such a behavior so far. However, it cross my mind if could monitor performance counter by running SQL queries against particular database servers with using of SQL Server User Experience Monitor.…
  • Hello, It seems you are talking about error message telling you description of error that occurred at particular poll. This value is stored historically. I believe there is a way how to reach latest status but I'm not sure what kind of report are you writing. I was not able to find this field unless I was constructing…
  • Hello, What you are looking for if "File Change Monitor" or "FileModified (vbscript)". The first one if monitoring file directly and the second one runs a script on dedicated machine that needs visibility to monitored file. Hope this will help, Regards, 
  • Hello, There is no event type filtering in the resource that would restrict events displayed on details page so far. What is less automatic is using Events page or Message Central where you can specify object you want and event type you need to see. I agree it is something different and I'll log internal customer feature…
  • Hello, I'm afraid log entry monitor has no "reset condition" and is just bounded with time interval that is looking for entries within. On the other hand, you can adjust threshold on process monitor in a way where component will be down (critical) when value is less than something, that seems feasible. Regards,
  • Hello, This is possible and what you need to do is run SolarWinds Report Writer where you select create new report of type "APM: Historical - Response Time of Coponents". I will mark out important steps, but there are much more options how design reports, if you want to know more about reporting you can find it in…
  • Hello Anders, I’ve seen issue like this before and from what I know so far it seems like combination of environmental issue and the way how data are being obtained from device. It is a rare case, but we would like to investigate it further. Please go ahead and open support ticket for you issue.One thing I would like to ask…
  • Hello, The attachment file limit is 10MB, however, in your case the original file length was used instead of the compress file size. This is a bug, I've logged it internally and we will consider the fix in future releases. Thanks for reporting, Vaclav