We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I spot a few issues at present https://github.com/uselagoon/lagoon-images/blob/main/images/nginx/helpers/90_healthz_fast_check.conf.disabled#L3
if ( $http_user_agent ~* "StatusCake|Pingdom|Site25x7|Uptime|nagios" ) {
There is a typo with Site25x7, this should be Site24x7.
Site25x7
Site24x7
Also, we should likely force the new amazee.io monitoring bot through this too. so perhaps
if ( $http_user_agent ~* "StatusCake|Pingdom|Site24x7|Uptime|nagios|[Mm]onitoring" ) {
This would catch the following user agents
amazee.io-monitoring - clusterX - [email protected] Microsoft Monitoring Agent 10.22.10056.0 Splunk Website Monitoring (+https://splunkbase.splunk.com/app/1493/)
The text was updated successfully, but these errors were encountered:
:oof: - yup this makes sense!
Sorry, something went wrong.
No branches or pull requests
I spot a few issues at present https://github.com/uselagoon/lagoon-images/blob/main/images/nginx/helpers/90_healthz_fast_check.conf.disabled#L3
There is a typo with
Site25x7
, this should beSite24x7
.Also, we should likely force the new amazee.io monitoring bot through this too. so perhaps
This would catch the following user agents
The text was updated successfully, but these errors were encountered: