Loading CHANGELOG.md +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. ## Release 0.3.1 * Fixed a bug with long process names. ## Release 0.3.0 * Added resolve_to option to URL check. Loading metadata.json +1 −1 Original line number Diff line number Diff line { "name": "ruthenium-server_patching", "version": "0.3.0", "version": "0.3.1", "author": "Ruthenium", "summary": "Generate bash script to valideate server state.", "license": "MIT", Loading templates/validate/process.epp +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ # process <%= $process['name'] %> echo -n "Process <%= $process['name'] -%>..." <%- if 'command' in $process { -%> pgrep -a <%= $process['name'] %> | grep <%= $process['command'] %> > /dev/null pgrep -af <%= $process['name'] %> | grep <%= $process['command'] %> > /dev/null <%- } else { -%> pgrep <%= $process['name'] %> > /dev/null pgrep -f <%= $process['name'] %> > /dev/null <%- } -%> if [ $? -eq <%= $desired %> ]; then echo " OK." Loading Loading
CHANGELOG.md +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. ## Release 0.3.1 * Fixed a bug with long process names. ## Release 0.3.0 * Added resolve_to option to URL check. Loading
metadata.json +1 −1 Original line number Diff line number Diff line { "name": "ruthenium-server_patching", "version": "0.3.0", "version": "0.3.1", "author": "Ruthenium", "summary": "Generate bash script to valideate server state.", "license": "MIT", Loading
templates/validate/process.epp +2 −2 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ # process <%= $process['name'] %> echo -n "Process <%= $process['name'] -%>..." <%- if 'command' in $process { -%> pgrep -a <%= $process['name'] %> | grep <%= $process['command'] %> > /dev/null pgrep -af <%= $process['name'] %> | grep <%= $process['command'] %> > /dev/null <%- } else { -%> pgrep <%= $process['name'] %> > /dev/null pgrep -f <%= $process['name'] %> > /dev/null <%- } -%> if [ $? -eq <%= $desired %> ]; then echo " OK." Loading