PHPackages                             oat-sa/extension-tao-system-status - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. oat-sa/extension-tao-system-status

ActiveTao-extension[Utility &amp; Helpers](/categories/utility)

oat-sa/extension-tao-system-status
==================================

TAO system status

v2.1.0(2mo ago)08.5k↓75%[1 issues](https://github.com/oat-sa/extension-tao-system-status/issues)[2 PRs](https://github.com/oat-sa/extension-tao-system-status/pulls)GPL-2.0-onlyPHPCI passing

Since Dec 30Pushed 2mo ago39 watchersCompare

[ Source](https://github.com/oat-sa/extension-tao-system-status)[ Packagist](https://packagist.org/packages/oat-sa/extension-tao-system-status)[ Docs](http://www.taotesting.com)[ RSS](/packages/oat-sa-extension-tao-system-status/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (58)Used By (0)

extension-tao-system-status
===========================

[](#extension-tao-system-status)

Extension supposed to be used to monitor the status of some services and the correct configuration of the TAO.

Installation
------------

[](#installation)

Requires the following CRON job on ALL instances (web and workers):

```
*/5 * * * * root cd /var/www/html/tao && /usr/bin/flock -n /var/lock/tao-InstanceCheck.lock -c "sudo -u www-data nohup /usr/bin/php index.php 'oat\taoSystemStatus\scripts\tools\RunInstanceCheck' 2>&1 >>/var/log/tao/InstanceCheck.log &"

```

NOTE: For AWS environemnts make sure that both Web Server Role and Worker Server Role have rights to perform:

- elasticache:DescribeCacheClusters
- rds:DescribeDBInstances
- cloudwatch:GetMetricData

Link to the help desk:
----------------------

[](#link-to-the-help-desk)

Configure `\oat\taoSystemStatus\model\SystemStatus\SystemStatusService::OPTION_SUPPORT_PORTAL_LINK` of `SystemStatusService` service with appropriate url to show the link to the Help Desk portal on the Tao's system status page

Sending alerts:
---------------

[](#sending-alerts)

For sending alerts to any additional services the AlarmNotificationService should be configured For example sending alerts to OpsGenie `config/tao/AlarmNotificationService.conf.php`:

```
