Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuu6883/discordpm2
A Discord bot to interact with pm2
https://github.com/yuu6883/discordpm2
discord-js pm2
Last synced: 2 months ago
JSON representation
A Discord bot to interact with pm2
- Host: GitHub
- URL: https://github.com/yuu6883/discordpm2
- Owner: Yuu6883
- License: mit
- Created: 2019-09-27T00:33:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T20:05:10.000Z (over 1 year ago)
- Last Synced: 2023-08-09T21:41:46.151Z (over 1 year ago)
- Topics: discord-js, pm2
- Language: JavaScript
- Homepage:
- Size: 472 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiscordPM2
It's [pm2](https://pm2.keymetrics.io/) but integrated with Discord bot### Progress
The bot currently supports `delete, reload, restart, list, describe, log` commands.### Demo
![](https://github.com/Yuu6883/DiscordPM2/blob/master/demo/list.png?raw=true)
![](https://github.com/Yuu6883/DiscordPM2/blob/master/demo/describe.png?raw=true)
![](https://github.com/Yuu6883/DiscordPM2/blob/master/demo/restart.png?raw=true)
![](https://github.com/Yuu6883/DiscordPM2/blob/master/demo/reload.png?raw=true)
![](https://github.com/Yuu6883/DiscordPM2/blob/master/demo/delete.png?raw=true)
![](https://github.com/Yuu6883/DiscordPM2/blob/master/demo/log.png?raw=true)### TODO
1. More commands (start, save, stop, etc) and realtime monitoring
2. An monitor server API for the bot to connect to, so the bot can monitor processes running on a distributed system