steverobbins / magento-statuspageio
Magento integration with StatusPage.io
Package info
github.com/steverobbins/Magento-StatusPageIo
Type:magento-module
pkg:composer/steverobbins/magento-statuspageio
v1.0.0
2015-06-17 17:28 UTC
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-01 00:09:54 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.xmlandapp/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.