I need to create an alert to restart a thread if the queue increases past 10 messages. I tried the command below, but it is not working:
hcicmd -p ADT -c “VRAD_ORM_OB pstop”;sleep 20;hcicmd -p ADT -c “VRAD_ORM_OB pstart”
I spoke with a Cloverleaf services resource and he recommended adding cmd / at the beginning, but that is also not working:
cmd /c hcicmd -p ADT -c “VRAD_ORM_OB pstop”;sleep 20;hcicmd -p ADT -c “VRAD_ORM_OB pstart”
The alert fires, but the thread does not restart. I found a post on these forums from several years ago stating that there was a bug in Cloverleaf that prevented this from working if using Windows (Linux worked), but I am hoping that it should have been fixed in the newer versions (20+). Any ideas?