Fix xymon server var name (XYMSRV)
This commit is contained in:
parent
b4ac01caf7
commit
43fc733929
|
@ -229,9 +229,9 @@ get_status()
|
||||||
get_status > "${PLUGIN_RESULT}"
|
get_status > "${PLUGIN_RESULT}"
|
||||||
|
|
||||||
# NOW USE THE XYMON COMMAND TO SEND THE DATA ACROSS
|
# NOW USE THE XYMON COMMAND TO SEND THE DATA ACROSS
|
||||||
$XYMON "${XYMONSRV}" "status ${MACHINE}.${TEST} ${COLOR} $($DATE) $(cat ${PLUGIN_RESULT})"
|
$XYMON "${XYMSRV}" "status ${MACHINE}.${TEST} ${COLOR} $($DATE) $(cat ${PLUGIN_RESULT})"
|
||||||
#For testing only
|
#For testing only
|
||||||
# echo $XYMON "${XYMONSRV}" "status ${MACHINE}.${TEST} ${COLOR} $($DATE) $(cat ${PLUGIN_RESULT})" > /tmp/sgetmp
|
# echo $XYMON "${XYMSRV}" "status ${MACHINE}.${TEST} ${COLOR} $($DATE) $(cat ${PLUGIN_RESULT})" > /tmp/sgetmp
|
||||||
|
|
||||||
# Clean up our mess
|
# Clean up our mess
|
||||||
# Checking for existence of each file since the whole test may be optional
|
# Checking for existence of each file since the whole test may be optional
|
||||||
|
|
Loading…
Reference in New Issue