On May 17, 2010, at 9:17 PM, Jan-Henrik Haukeland wrote: > '^OK[:space:]*'
Sorry, this one is correct and you should be able to plug it directly into your test without changing the response from the server. The regex allows for any new-line chars at the end, but otherwise only the text "OK": and content == '^OK[[:space:]]*$' -- To unsubscribe: http://lists.nongnu.org/mailman/listinfo/monit-general
