PHPackages                             jbelien/ovh-monitoring - 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. jbelien/ovh-monitoring

AbandonedArchivedProject[Logging &amp; Monitoring](/categories/logging)

jbelien/ovh-monitoring
======================

OVH VPS/Cloud Monitoring via OVH API

v1.8.0(5y ago)401968[1 issues](https://github.com/jbelien/OVH-Monitoring/issues)[1 PRs](https://github.com/jbelien/OVH-Monitoring/pulls)GPL-3.0-or-laterPHP

Since Dec 5Pushed 3y ago5 watchersCompare

[ Source](https://github.com/jbelien/OVH-Monitoring)[ Packagist](https://packagist.org/packages/jbelien/ovh-monitoring)[ GitHub Sponsors](https://github.com/jbelien)[ Fund](https://liberapay.com/jbelien)[ RSS](/packages/jbelien-ovh-monitoring/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (1)Versions (15)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/3609412e5bf68d63d3fd116c9e674470335b259e4c445d8e7f61f6a4879810c0/68747470733a2f2f706f7365722e707567782e6f72672f6a62656c69656e2f6f76682d6d6f6e69746f72696e672f762f737461626c65)](https://packagist.org/packages/jbelien/ovh-monitoring)[![Total Downloads](https://camo.githubusercontent.com/2e39663549647f82e39fa96f7a5f0a6ccc3de8d56dbc0e9cd905d97d1f0062f5/68747470733a2f2f706f7365722e707567782e6f72672f6a62656c69656e2f6f76682d6d6f6e69746f72696e672f646f776e6c6f616473)](https://packagist.org/packages/jbelien/ovh-monitoring)[![Docker build](https://camo.githubusercontent.com/cb80b6161e8fb5138115168e94f9d5dba18d0006d8d0855a7b9850f2dec8d7d2/68747470733a2f2f696d672e736869656c64732e696f2f646f636b65722f636c6f75642f6175746f6d617465642f6a62656c69656e2f6f76682d6d6f6e69746f72696e672e737667)](https://hub.docker.com/r/jbelien/ovh-monitoring/)[![Docker build](https://camo.githubusercontent.com/660f29c2fd31d4b678c52d21b17631b37629e84b2b4e348396acf21f31b9094c/68747470733a2f2f696d672e736869656c64732e696f2f646f636b65722f636c6f75642f6275696c642f6a62656c69656e2f6f76682d6d6f6e69746f72696e672e737667)](https://hub.docker.com/r/jbelien/ovh-monitoring/)[![Docker build](https://camo.githubusercontent.com/3587359963b5c48b5b747be4990ee7cd5742a2b2136d5e72e8c9bc3f926577f6/68747470733a2f2f696d672e736869656c64732e696f2f646f636b65722f70756c6c732f6a62656c69656e2f6f76682d6d6f6e69746f72696e672e737667)](https://hub.docker.com/r/jbelien/ovh-monitoring/)

OVH-Monitoring
==============

[](#ovh-monitoring)

OVH VPS/Cloud Monitoring via [OVH API](https://api.ovh.com/) using PHP.

[![Screenshot](https://raw.githubusercontent.com/jbelien/OVH-Monitoring/master/screenshot.png)](https://raw.githubusercontent.com/jbelien/OVH-Monitoring/master/screenshot.png)

Requirements
------------

[](#requirements)

- PHP 7.0+
- PHP `gettext` extension

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

[](#configuration)

### First step

[](#first-step)

Create credentials : [https://api.ovh.com/createToken/index.cgi?GET=/vps\*&amp;GET=/cloud\*&amp;GET=/status\*](https://api.ovh.com/createToken/index.cgi?GET=/vps*&GET=/cloud*&GET=/status*)

### Second step

[](#second-step)

Create `monitoring.ini` file **next** to `public/` folder :

```
application_key    = your_application_key
application_secret = your_application_secret
endpoint           = ovh-eu
consumer_key       = your_consumer_key

```

---

Install using Composer
----------------------

[](#install-using-composer)

### First step

[](#first-step-1)

```
composer create-project jbelien/ovh-monitoring

```

### Second step

[](#second-step-1)

Create `monitoring.ini` file **next** to `public/` folder (see [Configuration](#configuration)).

Install using Docker
--------------------

[](#install-using-docker)

### First step

[](#first-step-2)

Build image from [GitHub](https://github.com/jbelien/OVH-Monitoring):

```
docker build --rm -t jbelien/ovh-monitoring https://github.com/jbelien/OVH-Monitoring.git

```

**OR**

Pull image from [Docker Hub](https://hub.docker.com/r/jbelien/ovh-monitoring/):

```
docker pull jbelien/ovh-monitoring

```

### Second step

[](#second-step-2)

Create `monitoring.ini` file (see [Configuration](#configuration)).

### Third step

[](#third-step)

Run Docker container with your `monitoring.ini` mount as volume:

```
docker run --rm -p 80:80 -v "$PWD/monitoring.ini:/var/www/html/monitoring.ini" jbelien/ovh-monitoring

```

**Warning:** You maybe will have to fix the path to `monitoring.ini` file (replace `$PWD/monitoring.ini` by the correct path).

### Fourth step

[](#fourth-step)

Go to  (using port `80`) where `myserver` is the IP address of your server to have a look a the monitoring tool.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~314 days

Total

13

Last Release

1884d ago

### Community

Maintainers

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

---

Top Contributors

[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (27 commits)")[![jbelien](https://avatars.githubusercontent.com/u/1150563?v=4)](https://github.com/jbelien "jbelien (22 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (16 commits)")[![jeremie-lesage](https://avatars.githubusercontent.com/u/1464731?v=4)](https://github.com/jeremie-lesage "jeremie-lesage (4 commits)")[![krismas](https://avatars.githubusercontent.com/u/1462821?v=4)](https://github.com/krismas "krismas (3 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (2 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (2 commits)")

---

Tags

cloudcloud-monitoringovhovh-apiphpvps

### Embed Badge

![Health badge](/badges/jbelien-ovh-monitoring/health.svg)

```
[![Health](https://phpackages.com/badges/jbelien-ovh-monitoring/health.svg)](https://phpackages.com/packages/jbelien-ovh-monitoring)
```

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