Package Information |
Summary |
Alternative PHP Monitor |
Maintainers |
Patrick Allaert <
patrickallaert at php dot net >
(lead)
[details]
Olivier Garcia (developer)
[details]
Davide Mendolia (lead)
[inactive]
[details]
|
License |
PHP License |
Description |
Monitoring extension for PHP, collects error events and statistics and send them to one of his drivers:
SQLite and MariaDB/MySQL drivers are storing those in a database.
StatsD driver sends them to StatsD using UDP.
Socket driver sends them via UDP or TCP socket using its dedicated protocol.
More drivers to come (SNMP, e-mail, Hadoop,...).
A web frontend exists for manipulating the data stored in database at: https://github.com/patrickallaert/php-apm-web |
Release notes
Version 1.1.0beta4
(beta)
|
Added: - Referer
Changed: - Storing all ts in SQLite as integers
Fixed: - Bug #62187: The MySQL driver does not store a timestamp for an event (Thanks to mathieu at mollie dot nl, HMWiesinger at gmx dot at). - Bug #62012: No data collected - Missing post_vars column definition in SQL creation scripts. |
|