PHPackages                             vendoracs/module-ops-monitor-connector - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. vendoracs/module-ops-monitor-connector

ActiveMagento2-module[Logging &amp; Monitoring](/categories/logging)

vendoracs/module-ops-monitor-connector
======================================

Vendoracs Ops Monitor Connector for Magento 2

1.0.2(2mo ago)00MITPHPPHP &gt;=8.1

Since Mar 1Pushed 2mo agoCompare

[ Source](https://github.com/vendoracs/module-ops-monitor-connector)[ Packagist](https://packagist.org/packages/vendoracs/module-ops-monitor-connector)[ RSS](/packages/vendoracs-module-ops-monitor-connector/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

Vendoracs Ops Monitor Connector
===============================

[](#vendoracs-ops-monitor-connector)

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
------------

[](#installation)

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

Configuration
-------------

[](#configuration)

In Magento Admin, go to:

`Stores > Configuration > Vendoracs > Ops Monitor Connector`

Base config path:

`vendoracs_opsmonitorconnector/general/`

Security Note
-------------

[](#security-note)

The `store_key` value is stored encrypted in Magento configuration storage.

Runtime (Part 2)
----------------

[](#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

[](#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

[](#cron-requirement)

Magento cron must be running for this job to execute:

```
bin/magento cron:run
```

### Metrics sent

[](#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

[](#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

[](#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

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance86

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

73d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/853f4aac8fee841f02d1dcf207417131deca7cd47180b48f9d7e8e6bf42c17ed?d=identicon)[vvvasya](/maintainers/vvvasya)

---

Top Contributors

[![vasyadanyliuk](https://avatars.githubusercontent.com/u/81222421?v=4)](https://github.com/vasyadanyliuk "vasyadanyliuk (2 commits)")

---

Tags

monitoringmagento2ops

### Embed Badge

![Health badge](/badges/vendoracs-module-ops-monitor-connector/health.svg)

```
[![Health](https://phpackages.com/badges/vendoracs-module-ops-monitor-connector/health.svg)](https://phpackages.com/packages/vendoracs-module-ops-monitor-connector)
```

###  Alternatives

[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M82](/packages/rollbar-rollbar)[liip/monitor-bundle

Liip Monitor Bundle

4728.7M16](/packages/liip-monitor-bundle)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[kiwicommerce/module-admin-activity

The Admin Activity extension makes it easy to track all admin activity and revert the modification.

102407.9k](/packages/kiwicommerce-module-admin-activity)[ohdearapp/ohdear-php-sdk

An SDK to easily work with the Oh Dear API

742.6M13](/packages/ohdearapp-ohdear-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
