/** Stop the munin reporter. */ @Override public void shutdown() { server.shutdown(); }
/** Start the munin reporter. */ public void start() { server.start(); }