Create server monitor
Monitors
Create server monitor
Add a new monitor to the server.
Processing mode: async
POST
Create server monitor
Documentation Index
Fetch the complete documentation index at: https://forge.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The type of the monitor.
Available options:
cpu_load, disk, free_memory, used_memory Example:
"cpu_load"
The operator used against the threshold.
Available options:
gte, lte Example:
"gte"
The threshold to alert on once breached.
Example:
90
The email address to notify when the monitor is in an alert state.
Example:
The frequency in minutes to evaluate the monitor.
Required range:
1 <= x <= 60Example:
1
Response
MonitorResource