Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

kinecosystem/static_status

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar-Dashboard

Generate and serve a static status/health page, forked from Cyclenerd/static_status

Screenshot

Configuration

Edit the hostname list to configure the services that should be checked.

In addition, you can edit config:

# Title for the status page
MY_STATUS_TITLE="Status Page"

# Duration we wait for response (nc and curl).
MY_TIMEOUT="2"

# Duration we wait for response (only ping).
MY_PING_TIMEOUT="4"
MY_PING_COUNT="2"

Usage

To start:

$ sudo docker-compose up -d
# The site will now be avilable at localhost:80, and will refresh once a minute.

To clear all data:

$ ./clear.sh

About

🚦Bash script to generate a static status page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%