btp

Comments

  • Found this - which probably not is a good thing: 2008-11-20 10:20:37,471 [Scheduler] ERROR SolarWinds.JobEngine.Scheduling.ScheduledJobStore - Exception caught while initializing ScheduledJobStore The database file is larger than the configured maximum database size. This setting takes effect on the first concurrent…
  • Don't quite know what you are referring to. This is in the web view, last xx syslog messages. No radio button there? Anyhow - (hostname not like 'erx*') works.
  • FWIW - here is the SQL: SELECT TOP 10000 InterfaceTraffic.DateTime AS DateTime, Nodes.Caption AS NodeName, Interfaces.Caption AS Interface_Caption, AVG(Case InBandwidth When 0 Then 0 Else (In_Averagebps/InBandwidth) * 100 End) AS AVERAGE_of_Recv_Percent_Utilization, AVG(Case OutBandwidth When 0 Then 0 Else…
  • We experience the very same issue with our DSLAMs from Allied Telesyn. While running on a slight elderly sw release, they have concluded that there's an error in the SNMP support in the DSLAM - thus, upgrading to a later release solves the issue. Don't know how this would be of any help though... -- Bjørn Tore
  • Update: when I clear web cache, and log in via web, the SQL server has 100% cpu for 30-60 sec. Seems that the initial query results in this. Logging out and back in again is swift.
  • Nobody got a clue??
  • My suggestion would be to try and restart SQL server. I have had plenty of problems with SQL clogging up, thus resulting in gaps in graphs etc.
    in Gaps in data Comment by btp July 2008
  • AOL to that; we bought a brand new Dell blade-rack with quad-core processors, bought another polling-engine, and the same thing happens. Fresh after reboot everything it's smooth as linen. I upgraded to latest version on April 19th, and today I have responsetime graphs with one dot every hour instead of every 5 minutes.…
  • A couple of questions regarding 8.0: I finally got the custom MIB to work - but it is painfully to scan a device for the OID tree, even the switch that is directly connected to the server (several minutes). Is this normal? I don't seem to get in any data from a particular device. It should graph my rf level (radio), which…
  • Ah - found it..
  • Seems that 'IP like ...' won't work. Other filters are OK, for instance (hostname not like 'erx*') and (message not like '*excessive*')