Kent Anderson

Results 2 comments of Kent Anderson

The issue occurs because the monitor facility uses the "kamctl monitor" script. This script calls rpc_kamailio_monitor() in kamctl.rpcfifo. That function runs two commands that expect a terminal. The first is...

I don't think that would be appropriate, because there is no terminal when the resource agent runs the monitor task. [ -z "$TERM" ] || clear and [ -z "$TERM"...