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.
Package info
bitbucket.org/linksderisar/ldi-operations-center-monitoring
pkg:composer/linksderisar/monitoring
Requires
- php: ^7.0
Requires (Dev)
- phpunit/phpunit: ^7.0
README
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.