Skip to content

Commit

Permalink
Merge pull request #2 from ndeblauw/main
Browse files Browse the repository at this point in the history
Suggest better check intervals
  • Loading branch information
VictoRD11 authored Apr 18, 2022
2 parents df9199c + 50d70a0 commit 41720dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use VictoRD11\SslCertificationHealthCheck\SslCertificationExpiredCheck;
use VictoRD11\SslCertificationHealthCheck\SslCertificationValidCheck;

Health::checks([
SslCertificationExpiredCheck::new()->url('google.com')->warnWhenSslCertificationExpiringDay(24)->failWhenSslCertificationExpiringDay(14),
SslCertificationExpiredCheck::new()->url('google.com')->warnWhenSslCertificationExpiringDay(15)->failWhenSslCertificationExpiringDay(10),
SslCertificationValidCheck::new()->url('google.com'),
]);
```
Expand Down

0 comments on commit 41720dd

Please sign in to comment.