Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.
/ wapStatus Public archive

Socket-Checker for the gaming community we-are-players.de | uses the bottle web framework

Notifications You must be signed in to change notification settings

dominic-miglar/wapStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wapStatus
-----------------------------------------

Librarys included:
    bottle
    jinja2

wapStatus is a service-status-checker for the gaming community we-are-players.de .
It checks, if a service is running, or not. (by connecting to the specified port).

---------------------------------------------------------------------------------------

The main settings are in the config.py file.

Service(name, port, hostName) --> name is the name of the service, port is the port number, which the service runs on, 
                                  and hostName is the hostName, where the service runs on.

an example:
services = [ Service(name='NameOfTheService', port='1234', hostName='example.com'),
             Service(name='NameOfAnotherService', port='5678', hostName='anotherhost.com')
           ]

---------------------------------------------------------------------------------------

About

Socket-Checker for the gaming community we-are-players.de | uses the bottle web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published