Marvin_129795
Jul 20, 2017Nimbostratus
External monitor Realsec Cryptosec HSM
Hi all,
I am trying to monitor a HSM appliance using the external monitor template provided on this link:
I modified this part in the template so it should send CCCCNC and the response 00000000, I really am not sure if this is the correct line. I uploaded the script and attached it to the pool and it is available and actively sending monitor request towards the pool members, however looking at the payload in wireshark there is no data being send. I verify it in wireshark (Follow TCP stream).
Send the request request and check the response
echo -n 'CCCCNC' | nc $IP $PORT | grep "00000000" 2>&1 > /dev/null
Someone over here with some bash scripting experience?
Thanks in advance.