2021-06-19 21:30:03 +02:00
|
|
|
---
|
2021-06-19 21:55:11 +02:00
|
|
|
Name: a2nt-cms-niceties-env-check
|
2021-06-19 21:30:03 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
SilverStripe\EnvironmentCheck\EnvironmentCheckSuite:
|
|
|
|
registered_checks:
|
|
|
|
curl:
|
|
|
|
definition: 'HasFunctionCheck("curl_init")'
|
|
|
|
title: 'is curl available?'
|
|
|
|
gd:
|
|
|
|
definition: 'HasFunctionCheck("imagecreatetruecolor")'
|
|
|
|
title: 'Does PHP have GD2 support?'
|
|
|
|
db:
|
|
|
|
definition: 'DatabaseCheck("Page")'
|
|
|
|
title: 'Is the database accessible?'
|
|
|
|
url:
|
|
|
|
definition: 'URLCheck()'
|
|
|
|
title: 'Is the homepage accessible?'
|
|
|
|
registered_suites:
|
|
|
|
check:
|
|
|
|
- curl
|
|
|
|
- gd
|
|
|
|
- db
|
|
|
|
- url
|
|
|
|
health:
|
|
|
|
- db
|
|
|
|
- url
|
|
|
|
|