Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
leech001 committed Jun 15, 2022
1 parent b46bc37 commit 7dc186e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/go.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/go_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
# automatic_release_tag: "latest"
prerelease: false
# title: Release ${{ github.tag }}
files: |
app/monitor
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ http:
repeat: 5 # number of rechecks
timeout: 1 # HTTP(s) timeout (sec)
sites:
- url: http://example.com/ # hosts for monitoring over HTTP or HTTPS with basic auth
- url: http://yandex.ru/ # hosts for monitoring over HTTP or HTTPS with basic auth
elements:
- YandexZen # content(element) in the source code of the site page
- url: https://example1.com/ # hosts for monitoring over HTTP or HTTPS
- url: https://example.com/ # hosts for monitoring over HTTP or HTTPS

icmp:
count: 10 # number of ICMP requests in a ping packet
Expand Down

0 comments on commit 7dc186e

Please sign in to comment.