Skip to content

szatyinadam/healthchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

healthchecker

One of our hobby project suffers from network connectivity problems, so we put a healthcheck service in all components. This service returns with a JSON in this format:

{  
    "server":"https://node-aruba-1.balloonninja.net/HealthCheck",  
    "status":true,  
    "resources":{  
      "logstatus":true,  
      "mysql":true,  
      "redis":true  
    }
}

I've created this mini health-checker application for fun, but we could use Nagios, Icinga or other monitoring tool instead of this one.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages