Monitoring

Posts tagged with #monitoring
Total: 1

Simple HTTP Status Monitor Using Curl

Posts | 2022-03-16 (updated 2025-10-22) | 2 min read
#bash #curl #monitoring

Using some output redirection and the --write-out parameter we can produce a script that simply outputs the status code of a curl request.

Read more…