RichT

Comments

  • I require the exact same information Ciag, did you get a response?: 1. What is the 'throttle ratio unit of time' shown here as 1 minute ? 2. What is the 'job weight' of individual polling types ? All we know is that NPM jobs > 1. It would seem that without either of these values the 'Total Job Weight' and hence the polling…
  • I had the same issue Vanzhou The DateTime column in the CustomPollerStatistics table is UTC (or GMT) whereas our local time in the rest of the Orion environment is UTC+1 (or BST). I used following SQL code to add the offset everywhere the DateTime field appears: DATEADD(hh,DATEDIFF(hh, GETUTCDATE(), GETDATE()), DateTime)
  • Hi Mav, the article is a very helpful start, thank you. I'm left wondering how a 'Maximum polling load for NPM jobs' of 2600 is determined? And whether 'Job Weights' for different polling types are actual units of work? In essence is MSMQ the bottleneck or does some some other throttle exist? Can anyone at Solarwinds…
  • I've seen exactly the same thing here Julrich. Group Availability chart data stops plotting, affecting all groups simultaneously. Here's an example:
  • Hi Tom, We have a similar scenario. The best method I've found so far is to set up a Universal Device Poller which queries the following ADSL-LINE-MIB objects: adslAtucCurrAttainableRate (1.3.6.1.2.1.10.94.1.1.2.1.8) for Downstream adslAturCurrAttainableRate (1.3.6.1.2.1.10.94.1.1.3.1.8) for Upstream For us these are close…