PHPackages                             sfnix/upstart\_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. sfnix/upstart\_monitor

AbandonedArchivedSymfony-bundle

sfnix/upstart\_monitor
======================

Symfony based web UI for sfnix/upstart bundle. (Painless Upstart configuration. It helps to make any script run forever in background on Linux.)

1.0.5(8y ago)049GPL-2.0-or-laterPHP

Since Mar 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tarasbogach/UpstartMonitorBundle)[ Packagist](https://packagist.org/packages/sfnix/upstart_monitor)[ Docs](https://github.com/tarasbogach/UpstartBundleMonitor)[ RSS](/packages/sfnix-upstart-monitor/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (8)Used By (0)

UpstartMonitorBundle
====================

[](#upstartmonitorbundle)

[Symfony](http://symfony.com/what-is-symfony) based web UI for [sfnix/upstart](https://github.com/tarasbogach/UpstartBundle) bundle. It helps to make any symfony command (or any other script) run forever in background and restart on fails. ##Installation Require the bundle and its dependencies with composer:

```
$ composer require sfnix/upstart_monitor
```

Check for openssl (recommended) or mcrypt PHP extension.

```
$ php -i | grep -e "openssl" -e "mcrypt"
```

Register the bundle:

```
// app/AppKernel.php

public function registerBundles()
{
    //...
    $bundles = [
        //...
        new SfNix\UpstartBundle\UpstartBundle(),
        new SfNix\UpstartMonitorBundle\UpstartMonitorBundle(),
    ];
    //...
}
```

```
# app/config/routing.yml
upstart_monitor:
    resource: "@UpstartMonitorBundle/Resources/config/routing.yml"
    prefix:   /upstart
```

```
# app/config/security.yml
security:
    #...
    access_control:
        upstart: { path: ^/upstart, roles: ROLE_ADMIN }
```

```
# app/config/config.yml
imports:
    # ...
    - { resource: upstart.yml }
```

```
# app/config/upstart.yml
upstart_monitor:
    #WebSocket server to start.
    server:
      host: 0.0.0.0
      port: 13000
    #WebSocket client.
    client:
      schema: 'ws'
      port: 13000
      path: /
upstart:
    #...
    job:
        monitor:
            command: upstart:monitor
            verbose: 1
            native: {respawn: true, setuid: root, manual: true}
        #...
```

See [sfnix/upstart](https://github.com/tarasbogach/UpstartBundle) for upstart configuration.

```
$ ./app/console upstart:install
$ ./app/console upstart:start monitor
```

You can go to http://{your.domain}/upstart ##Warning UpstartMonitorBundle upstart:monitor command must run with superuser rights to be able to start/stop jobs, so please, be careful! UpstartMonitorBundle comes with ABSOLUTELY NO WARRANTY, use it at your own risk.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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 ~120 days

Recently: every ~179 days

Total

7

Last Release

2993d ago

Major Versions

0.0.1 → 1.0.02016-03-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/bfe842358ba5a68a38579933c5b626eaeb508eb9e8c7fd564833f6e7198f4258?d=identicon)[tarasbogach](/maintainers/tarasbogach)

---

Top Contributors

[![tarasbogach](https://avatars.githubusercontent.com/u/172532?v=4)](https://github.com/tarasbogach "tarasbogach (14 commits)")

---

Tags

symfonybundleuiservicebackgroundlinuxutilsmonitorupstart

### Embed Badge

![Health badge](/badges/sfnix-upstart-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/sfnix-upstart-monitor/health.svg)](https://phpackages.com/packages/sfnix-upstart-monitor)
```

###  Alternatives

[endroid/qr-code-bundle

Endroid QR Code Bundle

32110.6M17](/packages/endroid-qr-code-bundle)

PHPackages © 2026

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