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 make migrations easier, we can add an automatic server addition feature to Checkmate. This will allow admins to upload a CSV file with server details (URL, display name, and monitor frequency) directly from the UI, saving time and effort.
How it works:
Admins click the "Add Servers (Uptime)" button on the dashboard.
They upload a CSV file with server info.
Checkmate processes the file and adds the servers to the database quickly.
Benefits are faster migration for users switching from other tools and improved user interface.
We already have a function in Settings that adds up to 300 servers at once using a static file. This can be adapted for CSV uploads, making implementation faster and easier. It will also give you an understanding of how adding servers work in general.
The bare minimum of data need to create a Monitor is as follows:
Here are some details and use-cases:
To make migrations easier, we can add an automatic server addition feature to Checkmate. This will allow admins to upload a CSV file with server details (URL, display name, and monitor frequency) directly from the UI, saving time and effort.
How it works:
Benefits are faster migration for users switching from other tools and improved user interface.
We already have a function in Settings that adds up to 300 servers at once using a static file. This can be adapted for CSV uploads, making implementation faster and easier. It will also give you an understanding of how adding servers work in general.
The bare minimum of data need to create a
Monitor
is as follows:Everything else is optional, but can be included.
Important to note that the correct
teamId
must be provided or users will not be able to view their monitors.Monitor schema for reference:
The text was updated successfully, but these errors were encountered: