49 Tracking issues
49 Tracking issues
Command
1
2
$ cd health-checks/
$ vim README.md
Modify file
1
2
3
4
5
6
7
8
# health-checks
This repo will be populated with lots of fancy checks.
Currently the main script is health_checks.py
This script will print "Everything ok" if all checks pass,
or the corresponding error messages if some checks fail.
Command
1
$ git commit -a
Edit message
1
2
3
4
5
Update README to use the new name of the script
Also add more information about how this works.
Closes #1
(...)
Code output
1
2
3
[master 8981efe] Update README to use the new name of the script
1 file changed, 4 insertions(+), 1 deletion(-)
Command
1
$ git push
COde output
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Username for 'https://github.com': artwalker
Password for 'https://artwalker@github.com':
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 2 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 564 bytes | 564.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To https://github.com/artwalker/health-checks.git
160b5f3..8981efe master -> master
This post is licensed under CC BY 4.0 by the author.