Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-pecl-apm - Alternative PHP Monitor

Website:
http://pecl.php.net/package/APM
Licence:
PHP
Vendor:
Remi Collet
Description:
Monitoring extension for PHP, collects error events and statistics and send
them to one of his drivers:

* StatsD driver sends them to StatsD using UDP.

* Socket driver sends them via UDP or TCP socket using its dedicated protocol.

* SQLite and MariaDB/MySQL drivers are storing those in a database.




NOTICE: the extension is disable, apm.ini configuration file needs to be edited.

The optional apm-web package provides the web application.

Package built for PHP 5.6.

Packages

php-pecl-apm-2.1.3-1.el7.remi.5.6.x86_64 [50 KiB] Changelog by Remi Collet (2017-02-13):
- Update to 2.1.3 (stable)
- drop patch merged upstream
php-pecl-apm-2.1.2-1.el7.remi.5.6.x86_64 [50 KiB] Changelog by Remi Collet (2017-02-13):
- Update to 2.1.2 (stable)
- open https://github.com/patrickallaert/php-apm/issues/50
  PHP 5 build is broken
- add patch from https://github.com/patrickallaert/php-apm/pull/51