diff --git a/homepage/views/stuff.pug b/homepage/views/stuff.pug index ec3d3e5..1ad0ad6 100644 --- a/homepage/views/stuff.pug +++ b/homepage/views/stuff.pug @@ -40,14 +40,14 @@ block content table tr td httpprocwatchd - td 1.0.0 (12 March 2021) + td 1.1.0 (4 November 2021) td Go td GPLv3 td a(href='http://git.arav.top/Arav/httpprocwatchd') source tr td(colspan='5') - p It is a process watcher that gives processes' statuses in a JSON format via HTTP GET request on /processes endpoint. Under the hood it calls a pgrep to get PIDs by process name. + p It is a process watcher that gives processes' statuses in a JSON format via HTTP GET request on /processes endpoint. Under the hood it calls a pgrep to get PIDs by process name. It is being used on about page to show wether service's running or not. tr td PiggyBank td 1.0.0 (8 July 2020)