etsy / nagios-herald

Add context to Nagios alerts
https://codeascraft.com/2014/06/06/introducing-nagios-herald/
MIT License
321 stars 32 forks source link

Lazy load formatters and helpers #28

Open RyanFrantz opened 10 years ago

RyanFrantz commented 10 years ago

As more formatters and helpers get written, it adds time to nagios-herald executing as it needs to load them all.

Lazy load those classes.