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