https://github.com/andersevenrud/osjs-pm2-provider
PM2 Metrics Service Provider for OS.js
https://github.com/andersevenrud/osjs-pm2-provider
osjs
Last synced: 3 months ago
JSON representation
PM2 Metrics Service Provider for OS.js
- Host: GitHub
- URL: https://github.com/andersevenrud/osjs-pm2-provider
- Owner: andersevenrud
- Created: 2018-06-28T17:01:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T19:31:59.000Z (over 5 years ago)
- Last Synced: 2025-03-18T10:57:02.097Z (3 months ago)
- Topics: osjs
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![]()
[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.
[](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)
[](https://opencollective.com/osjs)
[](https://liberapay.com/os-js/)
[](https://paypal.me/andersevenrud)
[](https://community.os-js.org/)# OS.js PM2 Metrics Provider
PM2 Metrics Service Provider for OS.js.
## Installation
```
npm install osjs-pm2-provider
```## Usage
In your server initialization script:
```
osjs.register(require('osjs-pm2-provider'));
```## Contribution
* **Sponsor on [Github](https://github.com/sponsors/andersevenrud)**
* **Become a [Patreon](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)**
* **Support on [Open Collective](https://opencollective.com/osjs)**
* [Contribution Guide](https://github.com/os-js/OS.js/blob/master/CONTRIBUTING.md)## Documentation
See the [Official Manuals](https://manual.os-js.org/v3/) for articles, tutorials and guides.
## Links
* [Official Chat](https://gitter.im/os-js/OS.js)
* [Community Forums and Announcements](https://community.os-js.org/)
* [Homepage](https://os-js.org/)
* [Twitter](https://twitter.com/osjsorg) ([author](https://twitter.com/andersevenrud))
* [Google+](https://plus.google.com/b/113399210633478618934/113399210633478618934)
* [Facebook](https://www.facebook.com/os.js.org)
* [Docker Hub](https://hub.docker.com/u/osjs/)