定制 vendoracs/module-ops-monitor-connector 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vendoracs/module-ops-monitor-connector

Composer 安装命令:

composer require vendoracs/module-ops-monitor-connector

包简介

Vendoracs Ops Monitor Connector for Magento 2

README 文档

README

Vendoracs Ops Monitor Connector is a Magento 2 module that provides the initial configuration layer for connecting a Magento store to Vendoracs operational monitoring services.

This MVP version includes:

  • Admin configuration section and fields
  • Secure storage of store_key using Magento encrypted config backend
  • Foundation for future metrics sending functionality

Installation

composer require vendoracs/module-ops-monitor-connector
bin/magento module:enable Vendoracs_OpsMonitorConnector
bin/magento setup:upgrade

Configuration

In Magento Admin, go to:

Stores > Configuration > Vendoracs > Ops Monitor Connector

Base config path:

vendoracs_opsmonitorconnector/general/

Security Note

The store_key value is stored encrypted in Magento configuration storage.

Runtime (Part 2)

When enabled, the module schedules a cron job every minute and uses send_interval_minutes as an internal gate to decide when to send metrics. Each eligible run first sends a heartbeat ping to support online/offline tracking in SaaS.

Required configuration

  • enabled: turns runtime sending on or off
  • saas_base_url: SaaS base URL, metric endpoint becomes {saas_base_url}/api/ingest/metrics
  • heartbeat endpoint is {saas_base_url}/api/ingest/ping
  • store_key: sent in header X-Store-Key
  • send_interval_minutes: interval gate (1-60)
  • timeout_seconds: HTTP timeout for outbound request (1-60)
  • log_debug: enables verbose debug logging

Cron requirement

Magento cron must be running for this job to execute:

bin/magento cron:run

Metrics sent

  • cron_health: freshness of successful cron execution, stale pending job count, and last successful run time
  • indexer_health: counts of invalid and working indexers, plus potentially stuck workers
  • queue_health: queue backlog, rejected message count, oldest pending message age, and support flag

Each metric is sent independently, so a failure in one payload does not block the others.

Heartbeat and online tracking

  • On each gated cron run, the module sends POST /api/ingest/ping with source and timestamp.
  • SaaS uses this ping stream to determine store online/offline status.

Verifying delivery

  • Enable debug logging for the module configuration
  • Confirm cron execution in Magento logs
  • Check your Vendoracs SaaS dashboard for incoming metric types and payload timestamps

vendoracs/module-ops-monitor-connector 适用场景与选型建议

vendoracs/module-ops-monitor-connector 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 03 月 01 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「monitoring」 「magento2」 「ops」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 vendoracs/module-ops-monitor-connector 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 vendoracs/module-ops-monitor-connector 我们能提供哪些服务?
定制开发 / 二次开发

基于 vendoracs/module-ops-monitor-connector 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 21
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-01