Comments
-
In Report Writer there is an option 'Group historical data by days' on the General tab. Turning that option off might solve your problem (don't forget to save the report after you change that option). In short, one of consequences of that option is that time info is removed from the source data, so your filtering by…
-
The problem is in Views table where one of the views has empty title which causes the described error. You can navigate directly to the view definition - in browser go to /Orion/Admin/CustomizeView.aspx?ViewID=83 and set the view Name there. This should fix the isue.
-
Basically, that option determines how average values are calculated. If it is unchecked, it takes simply average values from the result list. When it is checked, then average values are calculated in two steps: first - data are aggregated by days, second - average value from these daily aggregations is calculated. This…
-
well, I double-checked it again and definitely it's not editable. Howewer the behavior is a bit unpredictable. The default values are not defined directly in the application. Just fist suitable item from database is taken and as SQL server doesn't guarantee order of items for non-ordered selects, also user defined views…
-
The restriction to max 2000 rows is hardcoded in the web page. I found that the resource "Last xxx Syslog messages" is not restricted, so you can use it instead, and specify whatever limit you need
-
so what about the option 'Group historical data by days' that I mentioned before? If you turn it off then filtering by time should work fine and the report should work on website the same way how it works in report writer. Does it work for you? Radovan Horacek(SolarWinds development)
-
yes, you are right, only the time filters conflict with the grouping by days that I mentioned in my previous post Radovan Horacek(SolarWinds development)
-
If config wizard doesn't help and the problem still persists, I'd like to check definition of that report. Can you send the report file over to me through the original support case, which should be still open? Radovan Horacek(SolarWinds development)
-
I checked the code and unfortunately the default settings is hardcoded in the application and can't be changed by editing any file.
-
I use this order for starting: - SWInfoServiceSvc - SWOrionInformationServicev1 - SWJobEngineSvc - SWJobSchedulerSvc - SWJobEngineSvc2 - OrionModuleEngine - NetPerfMonService - SWCollectorDataProcessorSvc - SWCollectorManagementAgentSvc - SWCollectorPollingControllerSvc - SolarWindsAlertingEngine - SolarwindsSyslogService…
-
It looks the documentation is not correct. Try to use Interfaces.Status<>0 in the filter.
-
Unfortunately, the probe looks for exact string in subject, no regex search is implemented in it. However, I did couple of tests with gmail account, and when I set forwarding on the gmail server, I don't see any 'Fwd:' prefix in my forwarded messages. I don't know, how your mailboxes are configured, it seems that you set…