Releases: dmitrykuzmenkov/sentinel
Releases · dmitrykuzmenkov/sentinel
v0.3.2
v0.2.1
Changes:
- Task config now can contain only start variable.
- Execute check code from task config as user running the task.
- Fetch group information using user provided by task config file.
v0.2.0
Features:
- Independed processes with setsid.
FIxes:
- Sentinel can start now only single bash command.
- Fix flock issue when sometime subshell cant check process status.
- Change way to run task with multiline sudo exec.
- Fix issue while Sentinel could not start with erorr "already running"
- Fix duplicated status issue
- Task config now can access $pid_file and no need to setup pid_file in it.
v0.1.0
Sentinel daemon first release contains:
- Daemon and foreground mode.
- CLI api to manage tasks and runtime config of Sentinel.
- Bash statistic for each task and whole server system.
- Sentinel supports start, restart, reload daemon with OS signals.
Sentinel fully written in bash and compatible with linux systems (tested on CentOS 7).