Our team wishes to see configuration settings across Drupal sites. The data is used for checking consistency of settings, to identify if sites need a patch or to identify sites having certain features. For example checking that aggregations is enabled and seeing sites' cache max age setting.
I've written the simple gatherers/DrushConfigGatherer.go below. It collects the following in key/ value format.
css.preprocess
js.preprocess
cache.max_age
smtp_host
ignored_config_entities
status report --severity=2 entries
How can we add this internally for testing? Will f2-branch-* be an issue? If acceptable can it be added to lagoon-facts-app for use on our sites?
Our team wishes to see configuration settings across Drupal sites. The data is used for checking consistency of settings, to identify if sites need a patch or to identify sites having certain features. For example checking that aggregations is enabled and seeing sites' cache max age setting.
I've written the simple
gatherers/DrushConfigGatherer.go
below. It collects the following in key/ value format.How can we add this internally for testing? Will
f2-branch-*
be an issue? If acceptable can it be added tolagoon-facts-app
for use on our sites?Script:
Results: