Skip to content

Commit

Permalink
added exec package
Browse files Browse the repository at this point in the history
  • Loading branch information
shukriadams committed Aug 8, 2019
1 parent 09f4824 commit f0361bb
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ARE WE DOWN?

- Simple HTTP status checking service
- Entirely self-hosted, so good for running behind a firewall on a closed domain.
- Simple HTTP status checking service. Use this to aggregate any status checks which use HTTP.
- Entirely self-hosted, ideal for running behind a firewall on a closed domain.
- Custom rules can be easily added via Javascript extension scripts.
- Has a minimal single-page dashboard that will run on almost any browser or low-spec device, ideal for Raspberry Pi's in kiosk mode.

Expand Down
61 changes: 61 additions & 0 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"nodemailer": "5.1.1",
"custom-env": "1.0.0",
"fs-extra": "8.1.0",
"shukriadams-nodexec": "https://github.com/shukriadams/node-exec.git#0.0.1",
"winston-wrapper": "https://github.com/shukriadams/winston-wrapper.git#0.0.1"
},
"devDependencies": {}
Expand Down
1 change: 0 additions & 1 deletion src/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ footer {

.cell {
padding: 8px /* universal Unit */;
word-break: break-all;
word-wrap: break-word;
overflow: hidden;
}
Expand Down

0 comments on commit f0361bb

Please sign in to comment.