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(4mo ago)00MITPHPPHP &gt;=8.1

Since Mar 1Pushed 4mo 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 today

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

34

—

LowBetter than 75% of packages

Maintenance77

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

126d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34731469?v=4)[vvvasya](/maintainers/vvvasya)[@vvvasya](https://github.com/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

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[mage-os/module-admin-activity-log

The Admin Activity extension makes it easy to track all admin activity with comprehensive audit logging.

296.3k1](/packages/mage-os-module-admin-activity-log)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1860.2k](/packages/myparcelnl-magento)[itonomy/module-admin-activity

A continuation of The Admin Activity extension by KiwiCommerce. This extension makes it easy to track all admin activity and revert the modification.

1272.7k](/packages/itonomy-module-admin-activity)[opengento/module-webapi-logger

This module allows you to analyze all the webapi rest done call toward your Magento.

1118.1k](/packages/opengento-module-webapi-logger)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

1310.9k2](/packages/opengento-module-category-import-export)

PHPackages © 2026

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