- Deprecate
UnknownUOM
. - Remove unused
Range
type until it's actually implemented. - Remove dependency on
nagios-perfdata
.
- Fix bug in perfdata rendering wherein scientific notation was used for large/small values.
- Added addPerfData function and ToPerfData typeclass for more convenient generation of perfdata from complex data structures.
- Support for GHC 7.4 (Justin S. Leitgeib, @jsl).
- Fix bug in perfdata ordering (correct order is warn, crit, min, max; not min, max, warn, crit).
- add addBarePerfdatum convenience function