forked from smartcontractkit/chainlink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: add -failing filter to health command (smartcontractkit#13989)
- Loading branch information
Showing
9 changed files
with
103 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<style> | ||
details { | ||
margin: 0.0em 0.0em 0.0em 0.4em; | ||
padding: 0.3em 0.0em 0.0em 0.4em; | ||
} | ||
pre { | ||
margin-left:1em; | ||
margin-top: 0; | ||
} | ||
summary { | ||
padding-bottom: 0.4em; | ||
} | ||
details { | ||
border: thin solid black; | ||
border-bottom-color: rgba(0,0,0,0); | ||
border-right-color: rgba(0,0,0,0); | ||
} | ||
.passing:after { | ||
color: blue; | ||
content: " - (Passing)"; | ||
font-size:small; | ||
text-transform: uppercase; | ||
} | ||
.failing:after { | ||
color: red; | ||
content: " - (Failing)"; | ||
font-weight: bold; | ||
font-size:small; | ||
text-transform: uppercase; | ||
} | ||
summary.noexpand::marker { | ||
color: rgba(100,101,10,0); | ||
} | ||
</style> | ||
<details open> | ||
<summary title=""><span class="">EVM</span></summary> | ||
<details open> | ||
<summary title=""><span class="">0</span></summary> | ||
<details open> | ||
<summary title=""><span class="">HeadTracker</span></summary> | ||
<details open> | ||
<summary title="EVM.0.HeadTracker.HeadListener"><span class="failing">HeadListener</span></summary> | ||
<pre>Listener is not connected</pre> | ||
</details> | ||
</details> | ||
</details> | ||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"data":[{"type":"checks","id":"EVM.0.HeadTracker.HeadListener","attributes":{"name":"EVM.0.HeadTracker.HeadListener","status":"failing","output":"Listener is not connected"}}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
! EVM.0.HeadTracker.HeadListener | ||
Listener is not connected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters