
Upload fm-subagent and fm-trap-subagent to our snmp armada application integrated with armada plugin. Change-Id: I2c7b3a65f2e97c147068d0c3c41c52e814bb0e2e Story: 2008132 Task: 41227 Signed-off-by: Gonzalo Gallardo <gonzalo.gallardo@windriver.com>
9 lines
105 B
Bash
9 lines
105 B
Bash
#!/bin/bash
|
|
set -u
|
|
|
|
# Internal params
|
|
RUN_CMD="./wrsAlarmMIB -f -x tcp:localhost:705"
|
|
|
|
# Launch
|
|
$RUN_CMD
|