This website requires JavaScript.
Explore
Help
Register
Sign In
harmacist
/
healthchecks
Watch
1
Star
0
Fork
0
You've already forked healthchecks
forked from
GithubBackups/healthchecks
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
healthchecks
/
hc
/
api
/
management
/
commands
History
Pēteris Caune
e39b714447
Better logging in sendalerts.
2016-04-16 01:13:58 +03:00
..
__init__.py
sendalerts concurrently
2015-10-30 23:44:08 -07:00
ensuretriggers.py
use basetestcase for most test cases that require predefined user, add test for ensuretriggers, add travis cache
2016-01-18 01:02:42 -08:00
fillnpings.py
fillnpings catches up with pings received during the execution of the command
2016-01-08 14:16:50 +02:00
prunechecks.py
management commands use self.stdout.write instead of print.
Fixes
#21
2015-12-30 21:56:03 +02:00
prunepings.py
Ping objects get "n" field, their serial numbers, used in "log page". "fillnpings" management command initially populates this field (it touches every ping so it takes time to complete).
2016-01-03 18:11:12 +02:00
prunepingsslow.py
prunepingsslow command skips checks with user_id=null
2016-01-08 12:48:36 +02:00
sendalerts.py
Better logging in sendalerts.
2016-04-16 01:13:58 +03:00
sendreports.py
management commands use self.stdout.write instead of print.
Fixes
#21
2015-12-30 21:56:03 +02:00