linksderisar/monitoring

description

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

bitbucket.org/linksderisar/ldi-operations-center-monitoring

Homepage

pkg:composer/linksderisar/monitoring

Statistics

Installs: 1 677

Dependents: 1

Suggesters: 0

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 [email protected] instead of using the issue tracker.

Credits

License

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