Way of doing multiple things in a script

This page summarizes the projects mentioned and recommended in the original post on /r/bash

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Healthchecks

    Open-source cron job and background task monitoring service, written in Python & Django

  • I have a proof-of-concept script. The intention is to eventually cron a check to several web hosts and if curl reports a problem then it would fire off a report to a healthchecks.io script (see https://healthchecks.io/docs/signaling_failures/) either via curl or the shell command.

  • crontask

    Use to call scripts or URLs from a crontab file, with optional logging and webhook upon success/failure

  • An example in bash: https://github.com/pforret/crontask There is also a standalone utility written in Go (open source, you can compile your own binary): https://github.com/bdd/runitor

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • runitor

    A command runner with healthchecks.io integration

  • An example in bash: https://github.com/pforret/crontask There is also a standalone utility written in Go (open source, you can compile your own binary): https://github.com/bdd/runitor

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts