Merge branch 'master' into aws-security-hub-output-524

This commit is contained in:
Marc Jay
2020-04-11 03:16:23 +01:00
14 changed files with 432 additions and 95 deletions

View File

@@ -12,9 +12,10 @@
# specific language governing permissions and limitations under the License.
# Functions to connection responses initially used for Elasticsearch related checks
# Function test_tcp_connectivity is in include/os_detector
httpStatus(){
# Functions to connection responses initially used for Elasticsearch related checks
httpStatus(){
case $1 in
000) SERVER_RESPONSE="000 Not responding" ;;
200) SERVER_RESPONSE="200 Successful" ;;