Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pluf/monitor
System monitor module
https://github.com/pluf/monitor
Last synced: about 23 hours ago
JSON representation
System monitor module
- Host: GitHub
- URL: https://github.com/pluf/monitor
- Owner: pluf
- Created: 2017-08-04T18:52:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T00:48:26.000Z (over 3 years ago)
- Last Synced: 2024-07-21T11:44:57.210Z (4 months ago)
- Language: PHP
- Size: 123 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System monitor
[![Build Status](https://travis-ci.com/pluf/monitor.svg?branch=master)](https://travis-ci.com/pluf/monitor)
[![codecov](https://codecov.io/gh/pluf/monitor/branch/master/graph/badge.svg)](https://codecov.io/gh/pluf/monitor)
[![Maintainability](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/maintainability)](https://codeclimate.com/github/pluf/monitor/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/test_coverage)](https://codeclimate.com/github/pluf/monitor/test_coverage)
[![Coverage Status](https://coveralls.io/repos/github/pluf/monitor/badge.svg?branch=master)](https://coveralls.io/github/pluf/monitor?branch=master)Allow owners to monitor system properties.
## Contributing
If you would like to contribute to Pluf, please read the README and CONTRIBUTING documents.
The most important guidelines are described as follows:
>All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards.