summaryrefslogtreecommitdiff
path: root/jobs
Commit message (Expand)AuthorAgeFilesLines
* Allow for both list and string in sendEmail() to=sigsumLinus Nordberg2022-07-221-1/+3
* Remove spurious backslash in messageLinus Nordberg2022-07-221-1/+1
* Another python3 fix, and some error loggingTom Ritter2020-09-081-7/+10
* Better error loggingTom Ritter2020-09-082-15/+19
* Other python3 fixesTom Ritter2020-09-083-5/+5
* base64 encode requires bytesTom Ritter2020-09-081-1/+2
* env python -> python3Tom Ritter2020-09-078-8/+8
* Run futurize on the codebase for python3Tom Ritter2020-09-078-16/+33
* Correct line endingsTom Ritter2020-09-073-175/+175
* Fix executions that stomped on each otherTom Ritter2017-11-111-2/+2
* Add 5 and 10 minute intervals and fix bwauth last scanner checkTom Ritter2017-04-031-0/+2
* Hopefully finally solve the bug about only getting success messages for state...Tom Ritter2017-03-031-2/+6
* Give a day notification a little widdle roomTom Ritter2017-02-061-1/+1
* Only notify on failures and successes after the number of failures requiredTom Ritter2017-02-011-8/+8
* Clarify the job inheritance info and make the state file simplerTom Ritter2017-02-013-3/+3
* Change the statename to base64 instead of sha1 for debugging purposes.Tom Ritter2016-12-281-2/+2
* Create an option that lets you require two failures before alerting.Tom2016-12-287-19/+50
* Check for 200 status code and set server timeout to 10Tom Ritter2016-12-282-5/+8
* Add TLS certificate expiration checkerTom2016-09-141-0/+58
* Add email body to nomail outputTom2016-09-141-1/+1
* Add daily failure notificationsTom2016-09-141-0/+7
* Set a timeout on socket connectionsTom2016-09-141-0/+1
* Add a new nomail commandline option for debuggingTom2016-09-142-0/+8
* Need to compare timedelta to timedeltaTom Ritter2016-05-091-3/+3
* Add in the friendly name to the state file for debuggingTom Ritter2016-02-021-0/+2
* Fix the super() callingTom Ritter2016-01-314-5/+5
* Get custom state names for each of the jobs nowTom Ritter2016-01-314-2/+7
* Correcting a few small errorsTom Ritter2016-01-312-4/+4
* Refactor lots of things to allow you to be notified every so often, instead o...Tom Ritter2016-01-317-54/+160
* For getting boolean values I need to coerce the typeTom Ritter2016-01-282-2/+2
* Add an option to use or bust gmail threadingTom Ritter2016-01-281-1/+3
* Add day and daily at noon optionsTom Ritter2016-01-262-0/+3
* Differentiating between a mail problem and jobs not being run.Tom Ritter2016-01-261-1/+9
* Add a server identifier to the settings file.Tom Ritter2016-01-261-2/+2
* Debugging why EmailChecker was failing. Added more details to the notificatio...Tom Ritter2016-01-261-2/+10
* Fixing PeerChecker to actually work, and report details of a failureTom Ritter2016-01-262-5/+12
* Log an exception if we can't send email.Tom Ritter2016-01-251-2/+3
* Initial commit of checkerTom Ritter2016-01-257-0/+306