Skip to content

ResponsibleStaking/Cardano-SPO-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Cardano-SPO-Scripts

pingTipCheck.sh

This script is meant to be run by a cron Job. It reports the the server is in sync to Healthchecks.io If no signal goes out Healthchecks.io is triggering an alert.

How to install:

  • Create Healthcheck.io Account
  • Create a new Check with a 5 minutes period and 1 minute grace time
  • Store script on your server (File pingTipCheck)
  • Make it executable
chmod +x pingTipCheck.sh
  • Create Crontab Job using "crontab -u user -e"
* * * * * /opt/cardano/cnode/custom/pingTipCheck.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages