tj / mon

mon(1) - Simple single-process process monitoring program written in C
1.08k stars 94 forks source link

Is the project still functional! #49

Closed srijanshetty closed 4 years ago

srijanshetty commented 4 years ago

I really love the project and wanted to know about the state of maintenance.

Marak commented 4 years ago

I'm using mon across hundreds of production servers at this exact moment.

I hope it's still functional. If anyone can prove otherwise please let us know.

tj commented 4 years ago

@srijanshetty should be fine, try it out 😄 C doesn't really change much. Might be better off just using systemd these days or Docker etc

srijanshetty commented 4 years ago

@tj it's functional for sure. Just wanted to make sure that you're around if the need ever arises :)

Systemd - I've used systemd before and it doesn't scale very well with the number of jobs you want to use.

Docker - KISS. Don't see the need of docker yet.