#!/usr/bin/env php Please provide a base URL for your Magento installation. Usage: php magento_monitor.php [base_url] [options] [admin_path] [email_to] [base_url] : URL of your Magento installation [options] : Optional. Use 'auth', 'email', and/or 'no-cli' [admin_path] : Optional. Override the default admin path [email_to] : Optional. Email address to send the report to Examples: php magento_monitor.php example.com php magento_monitor.php preprod.example.com auth php magento_monitor.php example.com email admin@example.com php magento_monitor.php example.com auth custom_admin php magento_monitor.php example.com auth email admin@example.com php magento_monitor.php example.com no-cli