George3d6 / Inquisitor

An easily extensible, minimal footprint monitoring tool. (Still in the testing phase)
BSD 2-Clause "Simplified" License
30 stars 4 forks source link

Default Plugin Error Management #22

Closed Deedasmi closed 6 years ago

Deedasmi commented 6 years ago

This is a high level Issue to track the 'safety' of the default plugins. They should unwrap or expect a rarely as possible. Now that new() returns a result, we can greatly reduce the chance of our plugins panicking. I'll check these off as I fix them.