I need to check multiple certificates on multiple endpoints, but I don’t want to create one host for each check. I thought on creating a dummy host and attach service checks for each certificate, however, I can’t find a suitable way.
Do you guys have any idea on the best way to do this?
Hello @adrianodsb,
Could you create a host object with IP 127.0.0.1, than add all the service objects for certificates to this host object? This is what I have done to check the expiration date of HTTPS certificates.