Files
monitor/addEvent.sh
T

6 lines
145 B
Bash
Raw Normal View History

2025-03-24 21:33:34 +00:00
#!/bin/bash
# add an event to the event log
# ./addEvent.sh "ERROR,key,timeout,count, text"
echo "$1" | telnet localhost 1234 >/dev/null 2>&1