Normalize alert msg
[khatus.git] / src / awk / exe / monitor_devices.awk
index a37a30c..d43f67c 100755 (executable)
@@ -1,5 +1,5 @@
 $1 == "OK" && \
 $2 == "khatus_sensor_devices" \
 {
-    alert("low", "BlockDeviceEvent", $3 " " $4)
+    msg_out_ok_alert("low", "BlockDeviceEvent", $3 " " $4)
 }
This page took 0.025922 seconds and 4 git commands to generate.