private NagiosNscaStub nagios;
@Before
@Override
public void setUp() throws Exception {
nagios = new NagiosNscaStub(25667, "secret");
try {
nagios.start();
} catch (Exception e) {
log.warn("Error starting NagiosNscaStub. This exception is ignored.", e);
canRun = false;