I can't figure out why this line gives an error.
check system secure.xxx.com
if total cpu > 95% for 10 cycles then alert
Neither the above, nor the one below works.
if cpu > 95% for 10 cycles then alert
Running version:
# monit -V
This is Monit version 5.26.0
Built with ssl, with ipv6, with compression, with pam and with large files
Copyright (C) 2001-2019 Tildeslash Ltd. All Rights Reserved.
* Starting daemon monitor monit
/etc/monit/monitrc:100: syntax error 'total cpu'
Roland