No red dot for unmonitored processes on pm2 ls
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 43.3k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
Quoting the docs:
How to disable monitoring for a specific process?
You can then use the commandpm2 unmonitor [APP_NAME|ID]to stop monitoring a process with PM2 Plus.pm2 lswill display a red dot indicating the application will not be monitored by PM2 Plus. If you want to monitor the process again usepm2 monitor [APP_NAME|ID].
(emphasis added)
However, when I run pm2 ls on my servers, after removing some processes from PM2 Plus with "pm2 unmonitor", I cannot see any red dot in the list. Yet, I can confirm that the processes have been removed from PM2 Plus.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the documented sequence with pm2 unmonitor [APP_NAME|ID], then inspect the output of pm2 ls and compare it with the PM2 Plus FAQ. Done means an unmonitored process is visibly marked with the documented red dot while monitored processes remain unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli, observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100