aboutsummaryrefslogtreecommitdiff
path: root/jobs/TCPServerChecker.py
Commit message (Collapse)AuthorAgeFilesLines
* env python -> python3Tom Ritter2020-09-071-1/+1
|
* Run futurize on the codebase for python3Tom Ritter2020-09-071-2/+4
|
* Correct line endingsTom Ritter2020-09-071-54/+54
|
* Clarify the job inheritance info and make the state file simplerTom Ritter2017-02-011-1/+1
|
* Create an option that lets you require two failures before alerting.Tom2016-12-281-4/+7
|
* Check for 200 status code and set server timeout to 10Tom Ritter2016-12-281-1/+1
|
* Set a timeout on socket connectionsTom2016-09-141-0/+1
|
* Fix the super() callingTom Ritter2016-01-311-1/+1
|
* Get custom state names for each of the jobs nowTom Ritter2016-01-311-0/+1
|
* Refactor lots of things to allow you to be notified every so often, instead ↵Tom Ritter2016-01-311-7/+15
| | | | of every single time.
* Initial commit of checkerTom Ritter2016-01-251-0/+41