This repository was archived by the owner on Jul 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
dominic-miglar/wapStatus
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published