Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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