Edit Application

Update configuration for Nodify API.

Basic Information
Please provide a name.
Application Icon
Shield
Database
Server
Storage
Cloud
Gear
CPU
Graph
Activity
Bell
Chat
Email
Code
Folder
Globe
House
Laptop
PC
Phone
Printer
Shield 2
Lock
WiFi
Box
Bricks
Bug
Choose an icon to represent this application in the dashboard.
URL Configuration
HTTP/HTTPS: http:// or https://
Streams: postgresql://, mysql://, mongodb://, ssh://, redis://, amqp://
Notifications
Get alerts via Slack, Discord, Microsoft Teams, or Mattermost. Leave empty for no notifications.
Accepted Status Codes

Select which HTTP status codes indicate a healthy application:

200
201
202
203
204
205
206
300
301
302
303
304
307
308
400
401
403
404
500
502
503
Common choices: 200 (OK), 201 (Created), 204 (No Content), 301 (Moved), 302 (Found)
Application ID: 3
Cancel
Need Help?
What is Glenn?

Glenn continuously monitors your applications and alerts you when they're down. Named after the compassionate healer from Monster Girl Doctor.


Webhook Notifications
  • Slack: https://hooks.slack.com/services/...
  • Discord: https://discord.com/api/webhooks/...
  • Microsoft Teams: https://yourtenant.webhook.office.com/...
  • Mattermost: https://mattermost.com/hooks/...

You'll receive alerts when services go down and when they recover.


Status Codes Explained
  • 2xx (Success) - Application is healthy
  • 3xx (Redirect) - May be acceptable
  • 4xx (Client Error) - Usually unhealthy
  • 5xx (Server Error) - Definitely unhealthy

Stream Protocols
  • PostgreSQL: postgresql://host:port/db
  • MySQL/MariaDB: mysql://host:port/db
  • MongoDB: mongodb://host:port/db
  • SSH: ssh://user@host:port
  • Redis: redis://host:port
  • RabbitMQ: amqp://host:port

For streams, we verify that the port is open. No status codes needed.


Tips
  • Use a specific health endpoint if available
  • Monitor both production and staging
  • Add descriptions for team clarity