How to monitor ram
Closed this issue · 2 comments
Cholowao commented
How to monitor ram
freekmurze commented
The package doesn't do this out of the box. You need to write your own check for that. https://docs.spatie.be/laravel-server-monitor/v1/monitoring-basics/writing-your-own-checks
yogeshkoli commented
@freekmurze I have added my own custom check but it is giving an error saying that
The check with id
11has an unknown type
efsstorage. Valid values are apache, diskspace, elasticsearch, memcached, mysql
Is there any other configuration needed for custom checks?