Shift X2 status from legacy to archived
[khatus.git] / monitor_devices.awk
... / ...
CommitLineData
1$1 == "OK" && \
2$2 == "khatus_sensor_devices" \
3{
4 alert("low", "BlockDeviceEvent", $3 " " $4)
5}
This page took 0.028183 seconds and 5 git commands to generate.