Skip to content

porfanid/Server-Check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server-Check

License SFTP Upload

why was the program created

The program was created because many times I was trying to connect to a university server and that was not online. That was when I decided that I am going to create an app that checks if the server is actually online or not.

Where is the app hosted?

The app is currently being hosted at the university of Ioannina servers under my university account. This is because this service was originally designed to be used by the university.

How does the program work

This is a program that checks whether a list of servers are responding to certain requests by performing a simple connection to a given port. If that doesn't work, it moves forward to prforming a ping request. Based on that result, we can determine wether the server is online or offline.

We do not want to overload the server, so the requests are being performed every 5 minutes at maximum. If no user uses this service, then the logs are not being updated, so that the server does not have to create unnecessary requests and load the servers more than it has to.

About

Simple php website to check wether a list of servers are responding

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages