Loading CHANGELOG.md +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. ## Release 0.3.0 * Added resolve_to option to URL check. * Added command option to process check. ## Release 0.2.0 * Added checks for NFS exports and ZFS pools. Loading README.md +2 −1 Original line number Diff line number Diff line Loading @@ -83,8 +83,9 @@ server_patching::validate::zfs_pools: The fragment generates verifies if: * VMWare tools service is running * CrowdStrike daemon process is running * Java process which has *solr* in its command line is running * NetDB URL redirects somewhere (to WebAuth presumably) * NetDB status URL returns success * NetDB server 171.67.5.154 status URL returns success * SSH port is open over IPv4 * Telnet port is closed over IPv4 * Given ZFS pools are imported Loading metadata.json +6 −15 Original line number Diff line number Diff line { "name": "ruthenium-server_patching", "version": "0.2.0", "version": "0.3.0", "author": "Ruthenium", "summary": "Generate bash script to valideate server state.", "license": "MIT", Loading @@ -8,20 +8,18 @@ "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.13.1 < 9.0.0" "version_requirement": ">= 4.13.1 < 10.0.0" }, { "name": "puppetlabs/concat", "version_requirement": ">= 2.2.1 < 8.0.0" "version_requirement": ">= 2.2.1 } ], "operatingsystem_support": [ { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", "8", "9" "7" ] }, { Loading @@ -40,20 +38,13 @@ "9" ] }, { "operatingsystem": "Scientific", "operatingsystemrelease": [ "7", "8", "9" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ "9", "10", "11" "11", "12" ] }, { Loading Loading
CHANGELOG.md +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. ## Release 0.3.0 * Added resolve_to option to URL check. * Added command option to process check. ## Release 0.2.0 * Added checks for NFS exports and ZFS pools. Loading
README.md +2 −1 Original line number Diff line number Diff line Loading @@ -83,8 +83,9 @@ server_patching::validate::zfs_pools: The fragment generates verifies if: * VMWare tools service is running * CrowdStrike daemon process is running * Java process which has *solr* in its command line is running * NetDB URL redirects somewhere (to WebAuth presumably) * NetDB status URL returns success * NetDB server 171.67.5.154 status URL returns success * SSH port is open over IPv4 * Telnet port is closed over IPv4 * Given ZFS pools are imported Loading
metadata.json +6 −15 Original line number Diff line number Diff line { "name": "ruthenium-server_patching", "version": "0.2.0", "version": "0.3.0", "author": "Ruthenium", "summary": "Generate bash script to valideate server state.", "license": "MIT", Loading @@ -8,20 +8,18 @@ "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.13.1 < 9.0.0" "version_requirement": ">= 4.13.1 < 10.0.0" }, { "name": "puppetlabs/concat", "version_requirement": ">= 2.2.1 < 8.0.0" "version_requirement": ">= 2.2.1 } ], "operatingsystem_support": [ { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", "8", "9" "7" ] }, { Loading @@ -40,20 +38,13 @@ "9" ] }, { "operatingsystem": "Scientific", "operatingsystemrelease": [ "7", "8", "9" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ "9", "10", "11" "11", "12" ] }, { Loading