PHPackages                             blackho1e/yii2-gearman-monitor - 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. blackho1e/yii2-gearman-monitor

ActiveYii2-extension

blackho1e/yii2-gearman-monitor
==============================

yii2-gearman-monitor

00PHP

Since Mar 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/blackho1e/yii2-gearman-monitor)[ Packagist](https://packagist.org/packages/blackho1e/yii2-gearman-monitor)[ RSS](/packages/blackho1e-yii2-gearman-monitor/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-gearman-monitor
====================

[](#yii2-gearman-monitor)

기어맨 모니터링

### [Composer](https://getcomposer.org/)로 설치

[](#composer로-설치)

```
composer require blackho1e/yii2-gearman-monitor "dev-master"
```

또는 composer.json에 추가

```
"blackho1e/yii2-gearman-monitor": "dev-master"

```

### 설정

[](#설정)

- console/config/main.php 파일에 추가:

```
'modules' => [
    'gearman-monitor' => [
        'class' => 'blackho1e\yii2\gearman\monitor\Module',
        'params' => [
            'servers' => [
                [
                    'host' => '127.0.0.1',
                    'port' => 4730,
                    'limit' => 5,  // 5개이상인경우 알림
                    'functions' => [  // 모니터링할 평션 리스트
                        'test1',
                        'test2',
                    ],
                ],
            ],
            'slack' => [
                'url' => 'https://hooks.slack.com/services/xxxxxxxxx/xxx...',
                'options' => [
                    'username' => 'blackho1e',
                    'channel' => '#general',
                    'icon' => ':sunflower:',
                    'link_names' => true
                ]
            ]
        ]
    ]
]
```

- 시스템에 crontab 등록 `$ sudo crontab -e`:

```
*/30 * * * * php /home/user/app/yii gearman-monitor
```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b3c52e9d310b444439c5157c761860d103290d2de80af07d8badf910a5237b7?d=identicon)[blackdole](/maintainers/blackdole)

---

Top Contributors

[![blackdole](https://avatars.githubusercontent.com/u/19179366?v=4)](https://github.com/blackdole "blackdole (5 commits)")

### Embed Badge

![Health badge](/badges/blackho1e-yii2-gearman-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/blackho1e-yii2-gearman-monitor/health.svg)](https://phpackages.com/packages/blackho1e-yii2-gearman-monitor)
```

PHPackages © 2026

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