t3monitor/t3monitoring_client
Composer 安装命令:
composer require t3monitor/t3monitoring_client
包简介
Client extension for the t3monitoring service
README 文档
README
This extensions provides a client for the the extension t3monitoring.
Version matrix
| TYPO3 Core Version | Branch (Versions) |
|---|---|
| 12.4 - 14.3 | 12-14 (11.x) |
| 11.3 - 13.4 | 11-13 (10.x) |
| 9.0 - 10.5 | 9-10 (9.x) |
| 7.0 - 8.7 | 7-8 |
| 4.5 - 6.1 | 4-5 |
Sponsors
- Sup7
- Reelworx
Configuration
After installing the extension, configure the extension in the settings of the Extension Manager.
Secret
Define any secret you want as long as it is at least 5 chars long. Ideally you use a different secret per installation.
allowedIps
Define a comma separated list of IPs which are allowed to fetch the client data.
enableDebugForErrors
If set, the errors are outputted if you call http://yourdomain.tld/?eID=t3monitoring&secret=<yoursecret>. This can help to identify problems.
Important: Turn this setting only on for testing and disable it afterwards!
Extending the client
It is possible to extend the client and provide additional data which can be displayed later in the master installation.
Register your provider in your :path:`ext_localconf.php`:
:php:`$GLOBALS['TYPO3_CONF_VARS']['EXT']['t3monitoring_client']['provider'][] = MyProvider::class;`
:php:`MyProvider` must implement the interface :php:`\T3Monitor\T3monitoringClient\Provider\DataProviderInterface`
t3monitor/t3monitoring_client 适用场景与选型建议
t3monitor/t3monitoring_client 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 887.57k 次下载、GitHub Stars 达 31, 最近一次更新时间为 2016 年 08 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 t3monitor/t3monitoring_client 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 t3monitor/t3monitoring_client 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 887.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 32
- 点击次数: 11
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2016-08-13