On a customer machine, we ran into a NPE during SNMP data collection because IfInfo was trying to construct a file path with a null element.
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Seth Leger November 28, 2013 at 11:10 AM
I fixed this by added a check for a null resource label inside the IfInfo class. The code will now throw a FileNotFoundException if it encounters a problem and all of the collection code will ignore persistence of that resource instead of throwing an uncaught exception. Marking as fixed.
On a customer machine, we ran into a NPE during SNMP data collection because IfInfo was trying to construct a file path with a null element.