PHPackages                             anmolnagpal/ovh-api-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. anmolnagpal/ovh-api-monitoring

ActiveProject[Utility &amp; Helpers](/categories/utility)

anmolnagpal/ovh-api-monitoring
==============================

OVH VPS/Cloud Monitoring via OVH API

08PHP

Since Jun 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/anmolnagpal/ovh-api-monitoring)[ Packagist](https://packagist.org/packages/anmolnagpal/ovh-api-monitoring)[ RSS](/packages/anmolnagpal-ovh-api-monitoring/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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)

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 :

```
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 anmolnagpal/ovh-api-monitoring

```

### Second step

[](#second-step-1)

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

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

[](#install-using-docker)

### First step

[](#first-step-2)

Build image from [GitHub](https://github.com/anmolnagpal/ovh-api-monitoring):

```
docker build --rm -t anmolnagpal/ovh-api-monitoring https://github.com/anmolnagpal/ovh-api-monitoring.git

```

**OR**

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

```
docker pull anmolnagpal/ovh-api-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" anmolnagpal/ovh-api-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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![anmolnagpal](https://avatars.githubusercontent.com/u/4303310?v=4)](https://github.com/anmolnagpal "anmolnagpal (12 commits)")[![jbelien](https://avatars.githubusercontent.com/u/1150563?v=4)](https://github.com/jbelien "jbelien (6 commits)")[![jeremie-lesage](https://avatars.githubusercontent.com/u/1464731?v=4)](https://github.com/jeremie-lesage "jeremie-lesage (4 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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