Re-use AWK components
[khatus.git] / src / awk / exe / monitor_devices.awk
diff --git a/src/awk/exe/monitor_devices.awk b/src/awk/exe/monitor_devices.awk
new file mode 100755 (executable)
index 0000000..a37a30c
--- /dev/null
@@ -0,0 +1,5 @@
+$1 == "OK" && \
+$2 == "khatus_sensor_devices" \
+{
+    alert("low", "BlockDeviceEvent", $3 " " $4)
+}
This page took 0.024663 seconds and 4 git commands to generate.