linksderisar/monitoring

description

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.5.1 2019-12-20 10:09 UTC

This package is auto-updated.

Last update: 2024-02-20 19:20:00 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Installation

You can install the package via composer:

composer require linksderisar/monitoring

Usage

$beacon = new Linksderisar\Monitoring\Beacon();
echo $beacon->getServerLoad();

Install pip & psutil

Ubuntu / Debian:

sudo python -m pip install --upgrade pip
sudo apt-get install gcc python3-dev
sudo apt install python3-pip
pip3 install psutil

# in case you are getting the 'locale.Error: unsupported locale setting' error
export LC_ALL=C 

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email a.angelov@linksderisar.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.