a37a30c6dedf503fb8ef49fc95a4c3281b9e7e71
[khatus.git] / src / awk / exe / monitor_devices.awk
1 $1 == "OK" && \
2 $2 == "khatus_sensor_devices" \
3 {
4 alert("low", "BlockDeviceEvent", $3 " " $4)
5 }
This page took 0.049231 seconds and 3 git commands to generate.