Uptest

command module
v0.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2024 License: MIT Imports: 14 Imported by: 0

README

Uptest

Simple go program to check if Website is up

Example

docker-compose.yml

version: '3'
services:
  uptest:
    image: h3rmt/uptest
    ports:
      - 8080:8080
    volumes:
      - ./logs:/logs
      - ./responses:/responses
      # mount timezone file
      - /etc/localtime:/etc/localtime:ro
    environment:
      - URLS="www.google.com:google,www.yahoo.com?s=1test: yahoo"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL