1
0
HTTP service that returns a list of process' names with boolean values that respectively telling us if process is running or not. For UNIX-like OS only.
Go to file
2024-07-07 17:26:44 +04:00
build Do not strip a binary because it only makes it a little larger. o_O 2024-07-07 17:26:44 +04:00
configs Move "process" first in config.json. 2024-07-07 17:22:15 +04:00
init In systemd.service .conf was replaced with .json. Also changed description. 2023-12-15 04:10:00 +04:00
.gitignore Version 3.0.0. Throwed out everything not used but for whatever reason added previously. 2023-12-15 04:00:26 +04:00
go.mod Version 3.0.0. Throwed out everything not used but for whatever reason added previously. 2023-12-15 04:00:26 +04:00
LICENSE Version was set to 3.1.1, and a year got incremented. 2024-01-13 04:22:34 +04:00
main.go Updated main.go. 2024-07-07 17:23:29 +04:00
Makefile Version set to 3.2.0. 2024-07-07 17:23:40 +04:00
process_unix.go GetProcessPIDs was renamed to IsProcessRuns and now finds just first occurance of a process. 2024-07-07 17:23:21 +04:00