diff --git a/addon_files/redmatic/etc/monit.cfg b/addon_files/redmatic/etc/monit.cfg index 95227161..c9da0bf1 100644 --- a/addon_files/redmatic/etc/monit.cfg +++ b/addon_files/redmatic/etc/monit.cfg @@ -7,7 +7,7 @@ CHECK PROCESS redmatic-nodered MATCHING '^node-red\s*$|red\.js' restart = "/etc/config/rc.d/redmatic restart" stop = "/etc/config/rc.d/redmatic stop" - if memory usage > 224 MB then alert + if memory usage > 280 MB then alert if cpu > 90% for 2 cycles then alert if disk write rate > 1 MB/s for 2 cycles then alert if failed @@ -17,7 +17,7 @@ CHECK PROCESS redmatic-nodered MATCHING '^node-red\s*$|red\.js' request "/addons/red/" then alert -CHECK PROGRAM redmatic-diskusage with path "/usr/local/addons/redmatic/bin/monit-du.sh 512" +CHECK PROGRAM redmatic-diskusage with path "/usr/local/addons/redmatic/bin/monit-du.sh 710" GROUP redmatic MODE PASSIVE ONREBOOT NOSTART