PHPackages                             helga-agentur/monitor-instance - 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. helga-agentur/monitor-instance

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

helga-agentur/monitor-instance
==============================

The instance sends data to the monitor.

v3.0.1(8mo ago)01.2k[2 issues](https://github.com/helga-agentur/drupal-module-monitor-instance/issues)2GPL-2.0-or-laterPHP

Since Dec 27Pushed 8mo ago4 watchersCompare

[ Source](https://github.com/helga-agentur/drupal-module-monitor-instance)[ Packagist](https://packagist.org/packages/helga-agentur/monitor-instance)[ RSS](/packages/helga-agentur-monitor-instance/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (14)Used By (2)

Monitor-Instance
================

[](#monitor-instance)

The Helga monitor tooling consists of the following two parts.

- [Monitor](https://github.com/helga-agentur/drupal-module-monitor)
- [Instance](https://github.com/helga-agentur/drupal-module-monitor-instance)

When instance is enabled it sends:

- Instance Data like Drupal Version, Git Repository, latest commit, branch etc. to the monitor as soon as the Drupal Cron hook is triggered.
- Log Data with severity ERROR, CRITICAL, ALERT or EMERGENCY to the monitor on Log-Event

Activation
----------

[](#activation)

Add the following lines to your settings.php file to enable functionality.

- **Project**: This also is the identifier for the monitor. It should be the same project wide.
- **Environment**: Make sure to use *Live*, *Integration*, *Stage* or *Local*

```
$settings['instance'] = [
  'project' => 'Instance',
  'environment' => 'Live',
  'monitor' => 'https://www.helga.ch',
  'user' => 'monitor',
  'password' => 'monitor',
];
```

### Local Environment

[](#local-environment)

The config in settings.php is also required locally, although no logs are sent from there. (`'environment'` needs to be 'Local')

Deployment
----------

[](#deployment)

Make sure the "shell\_exec" PHP function is enabled on your server. (In cyon go to "Erweitert" -&gt; "PHP-Einstellungen" and enable "shell\_exec")

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance58

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~80 days

Recently: every ~36 days

Total

13

Last Release

267d ago

Major Versions

v0.4 → v1.0.02024-10-31

v1.0.0 → v2.0.02024-12-09

v2.0.2 → v3.0.02025-03-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e6e5deaf463f95e6810009466d914313e1d4250d14d536ac63eda40db250bd7?d=identicon)[helga-agentur](/maintainers/helga-agentur)

---

Top Contributors

[![jb-simon](https://avatars.githubusercontent.com/u/114908607?v=4)](https://github.com/jb-simon "jb-simon (12 commits)")[![tobias-hu](https://avatars.githubusercontent.com/u/77569327?v=4)](https://github.com/tobias-hu "tobias-hu (10 commits)")[![andimeier-ch](https://avatars.githubusercontent.com/u/25931364?v=4)](https://github.com/andimeier-ch "andimeier-ch (1 commits)")[![black-pharao](https://avatars.githubusercontent.com/u/29794950?v=4)](https://github.com/black-pharao "black-pharao (1 commits)")

### Embed Badge

![Health badge](/badges/helga-agentur-monitor-instance/health.svg)

```
[![Health](https://phpackages.com/badges/helga-agentur-monitor-instance/health.svg)](https://phpackages.com/packages/helga-agentur-monitor-instance)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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