You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test your notification configuration, you can manually trigger the notification service by running the following command:
111
+
112
+
```bash
113
+
~/voi/bin/notification-test
114
+
```
115
+
108
116
## Setting a Custom Telemetry Name
109
117
110
118
To set a custom telemetry name, set the VOINETWORK_TELEMETRY_NAME environment variable to your desired name:
@@ -224,6 +232,14 @@ The `get-node-status` command performs checks using:
224
232
-`/health`: This API endpoint checks the reported health of the node. [REST API /health documentation](https://developer.algorand.org/docs/rest-apis/algod/#get-health).
225
233
-`/ready`: This API endpoint checks the reported readiness of the node and if fully caught up. [REST API /ready documentation](https://developer.algorand.org/docs/rest-apis/algod/#get-ready).
226
234
235
+
### Testing Notifications
236
+
237
+
To test notifications execute the following command:
0 commit comments