new syntax - "edge" cases

listy <[email protected]> Fri, 31 Jul 2026 10:59:47 +0200
Newsgroups gmane.comp.monitoring.monit.general
Message-ID <[email protected]>
Hi guys.

I presume many are very specific about syntax of any code - 
but in case somebody, like me, might be not...
New cron-style cycling, like so

check filesystem MONERO-ceph path /00-MONERO-ceph
   start program = "/usr/bin/systemctl start 
00\x2dMONERO\x2dceph.mount"
   stop program  = "/usr/bin/systemctl stop 
00\x2dMONERO\x2dceph.mount"
   */3 * * * *

causes mayhem! (at least on Centos10)
Notice!! missing _"_ around cron-style cycle!

if @devel read here - I'm sure everybody would be grateful 
for "improved" syntax sanitization-checking.

thanks, L.