I see the following in the NPM.jobs.log file in my Orion V9 server:
2008-07-25 23:54:08,835 [14] DEBUG SolarWinds.NPM.Jobs.SnmpJob - } Execute exited
2008-07-25 23:54:08,867 [14] DEBUG SolarWinds.NPM.Jobs.SnmpJob - { Execute entered
2008-07-25 23:54:08,867 [14] DEBUG SolarWinds.NPM.Jobs.SnmpJob - { ExecuteInternal entered
2008-07-25 23:54:08,929 [14] DEBUG SolarWinds.NPM.Jobs.SnmpJob - } ExecuteInternal exited
2008-07-25 23:54:08,929 [14] DEBUG SolarWinds.NPM.Jobs.SnmpJob - Returning 1 results.
2008-07-25 23:54:08,929 [14] DEBUG SolarWinds.NPM.Jobs.SnmpJob - Results: <?xml version="1.0" encoding="utf-16"?>
<SnmpJobResults xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xmlns:xsd="">www.w3.org/.../XMLSchema">
<Results>
<SnmpResult>
<ResultType>Success</ResultType>
<OIDs>
<SnmpOID>
<OID>1.3.6.1.4.1.9.9.392.1.3.3</OID>
<Value xsi:type="xsd:string">11</Value>
<HexValue xsi:type="xsd:string" />
</SnmpOID>
</OIDs>
<Labels />
<RequestID>e6112440-3366-4400-a8f0-3640989f7835</RequestID>
</SnmpResult>
</Results>
</SnmpJobResults>
It seems like some debug script was left on and is filling up this log with debugs.
Is anyone else seeing these in their Orion install directory?