Forum Discussion
Oscar_HHDZ_2836
Nimbostratus
Dec 13, 2016External Monitor Without Response
Im working to develop a health monitor i Am using a "External Monitor". This monitor try to send a string that its concatenate with the date of the operating system, the string is send correctly, ho...
PeteWhite
Employee
Dec 22, 2016Maybe simplify the script:
\!/bin/bash
chain="019408002238200100C10000990000`date +"%m%d%H%M%S"`001190`date +"%H%M%S"``date +"%m%d"`"
echo "$chain" | /usr/bin/nc $node_ip $2 |grep "0810"
echo "Result is $?"
Run this yourself and check the output. Once you're happy that it works as expected then add the last part of the script to output to /dev/null and check the response with $?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects