Add more container innocuous cmdlines

Various uname -x variants and ruby version.
This commit is contained in:
Mark Stemm 2017-09-20 18:42:33 -07:00
parent e44ce9a8d3
commit a0e88417fc

View File

@ -710,6 +710,11 @@
'"sh -c curl http://localhost:6060/debug/vars>/dev/null "', '"sh -c curl http://localhost:6060/debug/vars>/dev/null "',
'"sh -c pgrep java && exit 0 || exit 1 "', '"sh -c pgrep java && exit 0 || exit 1 "',
'"sh -c uname -p 2> /dev/null"', '"sh -c uname -p 2> /dev/null"',
'"sh -c uname -s 2>&1"',
'"sh -c uname -r 2>&1"',
'"sh -c uname -v 2>&1"',
'"sh -c uname -a 2>&1"',
'"sh -c ruby -v 2>&1"',
'"sh -c echo healthy "', '"sh -c echo healthy "',
'"sh -c echo alive "', '"sh -c echo alive "',
'"sh -c getconf CLK_TCK"', '"sh -c getconf CLK_TCK"',