@Test
public void testNagiosServiceAlertsAddIgnore() throws Exception {
module.properties.setProperty(Configuration.NAGIOS_IGNORE_FOR_SERVICES_KEY,
"HBase Master process on c6401.ambari.apache.org");
TestStreamProvider streamProvider = new TestStreamProvider("nagios_alerts.txt");
NagiosPropertyProvider npp = new NagiosPropertyProvider(Resource.Type.Service,
streamProvider,
"ServiceInfo/cluster_name",
"ServiceInfo/service_name");