X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=src%2Fawk%2Fexe%2Fmonitor_devices.awk;h=d43f67cbc6c4344b37234af78c82d0a0193f02a2;hb=e103315c72597a9cc9fffaaff11e04b30d1c6416;hp=a37a30c6dedf503fb8ef49fc95a4c3281b9e7e71;hpb=42b03b4e7166f53277260bc3ac7d7d343c9a7bd6;p=khatus.git diff --git a/src/awk/exe/monitor_devices.awk b/src/awk/exe/monitor_devices.awk index a37a30c..d43f67c 100755 --- a/src/awk/exe/monitor_devices.awk +++ b/src/awk/exe/monitor_devices.awk @@ -1,5 +1,5 @@ $1 == "OK" && \ $2 == "khatus_sensor_devices" \ { - alert("low", "BlockDeviceEvent", $3 " " $4) + msg_out_ok_alert("low", "BlockDeviceEvent", $3 " " $4) }