Skip to content

Commit

Permalink
Add NodePing Site Monitor (#7700)
Browse files Browse the repository at this point in the history
* Add NodePing Site Monitor

* Add NodePing to bots.tml tests fixtures
  • Loading branch information
lucasRolff authored May 29, 2024
1 parent 8edc89e commit 4c5ffd8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tests/fixtures/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2206,6 +2206,15 @@
producer:
name: Nuzzel
url: https://www.nuzzel.com/
-
user_agent: NodePing
bot:
name: NodePing
category: Site Monitor
url: https://nodeping.com
producer:
name: NodePing
url: https://nodeping.com
-
user_agent: Octopus 1.0.2
bot:
Expand Down
8 changes: 8 additions & 0 deletions regexes/bots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,14 @@
name: 'Nuzzel'
url: 'https://www.nuzzel.com/'

- regex: 'NodePing'
name: 'NodePing'
category: 'Site Monitor'
url: 'https://nodeping.com'
producer:
name: 'NodePing'
url: 'https://nodeping.com'

- regex: 'Octopus [0-9]'
name: 'Octopus'

Expand Down

0 comments on commit 4c5ffd8

Please # to comment.