> On 19 Sep 2016, at 12:44, Moshe Cohen <[email protected]> wrote: > > I am trying to validate the content in a "check host" with the following line: > > content = {"message":"server is alive"} > > How do I escape it properly? Adding backslashes before the braces and quotes > , in all sorts of combinations still resulted in a syntax error.
Try content = '{"message":"server is aliveā}'
--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general
