Skip to content

Check les services, identifier rapidement les points bloquant d'une archi.

Notifications You must be signed in to change notification settings

apeyroux/checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc

$ checker 
--- SocleSIG DEV ---
2014/09/08 14:29:39 apache 10.226.148.159:80 a live
2014/09/08 14:29:39 memcache 127.0.0.1:11211 down
2014/09/08 14:29:39 postgres 127.0.0.1:5432 down
$ checker -h
Usage of checker:
  -config="checker.json": config file
{
    "checkers":[{
	"name":"SocleSIG DEV",
	"services":[
	    {
		"name":"apache",
		"config":{
		    "host":"10.226.148.159",
		    "port":80
		}
	    }, {
		"name":"memcache",
		"config":{
		    "host":"127.0.0.1",
		    "port":11211
		}
	    }, {
		"name":"postgres",
		"config":{
		    "host":"127.0.0.1",
		    "port":5432,
		    "user":"ja",
		    "password":"jo",
		    "db":"dn_ja"
		}
	    }
	]
    }]
}

About

Check les services, identifier rapidement les points bloquant d'une archi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages