spatie/laravel-server-monitor

How to monitor ram

Closed this issue · 2 comments

How to monitor ram

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

@freekmurze I have added my own custom check but it is giving an error saying that
The check with id 11has an unknown typeefsstorage. Valid values are apache, diskspace, elasticsearch, memcached, mysql

Is there any other configuration needed for custom checks?