Ask HN: How to manage long running scripts?
Is there a tool that allows me to manage a handful of bash and python scripts that I have running in a better manner? I was hoping for a GUI I could have my non-technical teammates check to see the status or output of a script rather than SSHing into a server and finding the output file.
For example: I have a script that curls icanhazip.com to check if the dynamic DNS IP we get has changed and then writes the time and IP to a simple text file. Ideally I would like the management site to show the contents of the text file and maybe read cron to see when it will run next.
Is there anything like this out there? My usual google-fu is failing me, thanks HN.
13 comments
[ 4.2 ms ] story [ 39.6 ms ] threadTo get that data out there are a number of ways but if you are doing a lot of this stuff consider running logstash, elsaticsearch and kibana (referred to as ELK) to allow anyone to search those logs.