Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amazeelabs/algm_sre_facts_audit
A php script used to gather and process facts about a running site
https://github.com/amazeelabs/algm_sre_facts_audit
Last synced: about 2 months ago
JSON representation
A php script used to gather and process facts about a running site
- Host: GitHub
- URL: https://github.com/amazeelabs/algm_sre_facts_audit
- Owner: AmazeeLabs
- License: mit
- Created: 2020-09-06T22:12:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T07:17:46.000Z (about 4 years ago)
- Last Synced: 2024-04-23T14:06:21.026Z (9 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SRE Facts Audit Script
This is a script that simply exists to read several sources of information and output the data in a format that will be processable by some other scripts. It interrogates Drush and php.
*Note* This script should support as wide a number of PHP versions as possible - so we assume it runs on php 5.6+ for now.
To run simply
`php sre_gather_facts.php`
And it will output a json of the gathered facts.
Errors are outputted to stderr