steverobbins / magento-statuspageio
Magento integration with StatusPage.io
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento-module
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-29 04:19:59 UTC
README
Integrates Magento with StatusPage.io.
This module will send metrics using StatusPage.io API. The current metrics are:
- Orders
Installation
- Copy the contents of
src/
to your Magento installation - Clear Magento caches
- Log out/in to admin
- Add your credentials in System > Configuration > Services > StatusPage.io
Installation with Modman
cd /path/to/magento/
modman init
modman clone https://github.com/steverobbins/Magento-StatusPageIo.git
Installation with Composer
composer require steverobbins/magento-statuspageio --dev
Uninstallation
- Remove
app/etc/modules/Steverobbins_Statuspageio.xml
andapp/code/community/Steverobbins/Statuspageio/
- Run the following queries
DROP TABLE steverobbins_statuspageio_event;
DELETE FROM core_resource WHERE code = "steverobbins_statuspageio_setup";
DELETE FROM core_config_data WHERE path LIKE "steverobbins_statuspageio_setup/%";
Support
Please submit any issues or feature requests to the issue tracker.