We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e14bd commit 9f617cfCopy full SHA for 9f617cf
addon_files/redmatic/etc/monit.cfg
@@ -1,9 +1,9 @@
1
-CHECK PROCESS redmatic-nodered MATCHING '^node-red\s*$'
+CHECK PROCESS redmatic-nodered MATCHING '^node-red\s*$|red\.js'
2
GROUP redmatic
3
MODE PASSIVE
4
ONREBOOT NOSTART
5
6
- if memory usage > 200 MB then alert
+ if memory usage > 224 MB then alert
7
if cpu > 90% for 2 cycles then alert
8
if disk write rate > 1 MB/s for 2 cycles then alert
9
if failed
0 commit comments