feat: set process.title to uptime-kuma by Hill-98 · Pull Request #7096 · louislam/uptime-kuma · GitHub
Skip to content

feat: set process.title to uptime-kuma - #7096

Merged
CommanderStorm merged 1 commit into
louislam:masterfrom
Hill-98:master
Mar 5, 2026
Merged

feat: set process.title to uptime-kuma#7096
CommanderStorm merged 1 commit into
louislam:masterfrom
Hill-98:master

Conversation

@Hill-98

@Hill-98 Hill-98 commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

Summary

In this pull request, the following changes are made:

The process.title property sets the name of the current Node process as it appears in tools like ps/htop, which can help us better recognize the process.

process.title has length limit on Linux and macOS platforms, and can be set to a maximum of the length of the executable filename + arguments. uptime-kuma runs on node server/server.js, which we can set to maximum of 20 chars.

Please follow this checklist to avoid unnecessary back and forth (click to expand)
  • ⚠️ If there are Breaking change (a fix or feature that alters existing functionality in a way that could cause issues) I have called them out
  • 🧠 I have disclosed any use of LLMs/AI in this contribution and reviewed all generated content.
    I understand that I am responsible for and able to explain every line of code I submit.
  • 🔍 Any UI changes adhere to visual style of this project.
  • 🛠️ I have self-reviewed and self-tested my code to ensure it works as expected.
  • 📝 I have commented my code, especially in hard-to-understand areas (e.g., using JSDoc for methods).
  • 🤖 I added or updated automated tests where appropriate.
  • 📄 Documentation updates are included (if applicable).
  • 🧰 Dependency updates are listed and explained.
  • ⚠️ CI passes and is green.

@github-actions

github-actions Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

Hello and thanks for lending a paw to Uptime Kuma! 🐻👋
As this is your first contribution, please be sure to check out our Pull Request guidelines.
In particular: - Mark your PR as Draft while you’re still making changes - Mark it as Ready for review once it’s fully ready
If you have any design or process questions, feel free to ask them right here in this pull request - unclear documentation is a bug too.

@CommanderStorm CommanderStorm left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense

@CommanderStorm
CommanderStorm merged commit b00f721 into louislam:master Mar 5, 2026
25 checks passed
@github-actions

github-actions Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

@Hill-98 congrats on your first contribution to Uptime Kuma! 🐻
We hope you enjoy contributing to our project and look forward to seeing more of your work in the future! If you want to see your contribution in action, please see our nightly builds here.

@CommanderStorm CommanderStorm added this to the 2.3.0 milestone Mar 6, 2026
@louislam louislam modified the milestones: 2.3.0, 2.2.1 Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants