When the base-path for the actuator is set to `/` on spring boot 2 the endpoints can't be queried via the actuator index and need to be probed. Therefore we need to probe not only for the old names but also for the names in boot 2.0. fixes #793