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
b592e5b449
prunepingsslow command skips checks with user_id=null
2016-01-08 12:48:36 +02:00
..
__init__.py
sendalerts concurrently
2015-10-30 23:44:08 -07:00
ensuretriggers.py
management commands use self.stdout.write instead of print.
Fixes
#21
2015-12-30 21:56:03 +02:00
fillnpings.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
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
fix tests and optimize authentication and fix some unclosed markup
2016-01-04 23:47:32 -05:00
sendreports.py
management commands use self.stdout.write instead of print.
Fixes
#21
2015-12-30 21:56:03 +02:00