Boolean check in Kapacitor Tick Script

Hi ,

Is there any way that we can check booleans in TICK Script,

Lets say the data is

pg_backup,file_name=JoeTest.bak,host=’$HOSTNAME’,value=T msg=“backup is current”

We want to get the alert if value is F

Please guide how should we write the TICK script.

Thanks,
Rishma

Some quick Googling brought up this issue, which shows a tick script and also how to do it in Chronograf: Support for String fields compare kapacitor rules in Chronograf UI · Issue #865 · influxdata/chronograf · GitHub

Nice. Thank you. I will test it and update .