unconfiguredServiceMatch=re.compile(r"(^.*Passive check result was received for service ')(.*?)(' on host ')(.*?)(', but the service could not be found)")
# Borrowing some code from my other project (should turn it into a module I suppose)
...
...
@@ -110,3 +112,21 @@ for servicesNotToCreate in hostServiceList:
servicesToCreate.remove(servicesNotToCreate)
### Here we are finally with the list of services we need to create for the host - list servicesToCreate