Skip to content

Commit

Permalink
Update docs to point to orcanodemonitor2 (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler authored Oct 15, 2024
1 parent 15a6a7b commit 8ea3fcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/orcasound/orcanode-monitor/badge)](https://scorecard.dev/viewer/?uri=github.com/orcasound/orcanode-monitor)

[Orcanode Monitor](https://orcanodemonitor.azurewebsites.net/) is a web service for monitoring liveness of [orcanode](https://github.com/orcasound/orcanode) audio streaming.
[Orcanode Monitor](https://orcanodemonitor2.azurewebsites.net/) is a web service for monitoring liveness of [orcanode](https://github.com/orcasound/orcanode) audio streaming.

The troubleshooting guide at
[Administration of network nodes](https://github.com/orcasound/orcanode/wiki/Administration-of-network-nodes#general-trouble-shooting-strategies-for-orcasound-nodes)
Expand Down
6 changes: 3 additions & 3 deletions docs/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

### Method 3

1. Go to https://orcanodemonitor.scm.azurewebsites.net.
1. Go to https://orcanodemonitor2.scm.azurewebsites.net.
2. Under the "Debug console" drop down menu, select "CMD".
3. Cd to C:\home\site\wwwroot. Note: steps 1-3 here seem to be equivalent to steps 1-2 in method 2.
4. Type in: dotnet OrcanodeMonitor.dll
Expand All @@ -44,7 +44,7 @@ or to connect to the local database:

## Links

* [Production site](https://orcanodemonitor.azurewebsites.net/)
* [Staging site](https://orcanodemonitorstaging.azurewebsites.net/)
* [Production site](https://orcanodemonitor2.azurewebsites.net/)
* [Staging site](https://orcanodemonitorstaging2.azurewebsites.net/)
* [Azure portal](https://portal.azure.com/)
* [Blog on how to troubleshoot error 500.30](https://zimmergren.net/solving-asp-net-core-3-on-azure-app-service-causing-500-30-in-process-startup-failure/)
4 changes: 2 additions & 2 deletions docs/Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ An IFTTT-compatible service can implement:

### Production server

The production server is online at: https://orcanodemonitor.azurewebsites.net/
The production server is online at: https://orcanodemonitor2.azurewebsites.net/

The production server is automatically updated if a Git tag with a [SemVer](https://semver.org) format version
(e.g., "v0.1.0") is pushed to GitHub.

### Staging server

The staging server is online at: https://orcanodemonitorstaging.azurewebsites.net/
The staging server is online at: https://orcanodemonitorstaging2.azurewebsites.net/

The staging server is automatically updated every time a GitHub pull request is merged.

0 comments on commit 8ea3fcf

Please sign in to comment.