Commit 5467a2c8edfbbcbddee1690c97db83cadf72aa13

Authored by Imanol-Mikel Barba Sabariego
1 parent 85c095e5

Fixed readmes

check_memfree/README.md
1 -##check_memfree v1.0 1 +```
  2 +check_memfree v1.0
2 3
3 Check free memory space on local machine. 4 Check free memory space on local machine.
4 5
@@ -19,4 +20,4 @@ Options: @@ -19,4 +20,4 @@ Options:
19 Exit with CRITICAL status if less than INTEGER bytes of memory space are free 20 Exit with CRITICAL status if less than INTEGER bytes of memory space are free
20 -c PERCENT% 21 -c PERCENT%
21 Exit with CRITCAL status if less than PERCENT of memory space is free 22 Exit with CRITCAL status if less than PERCENT of memory space is free
22 - 23 +```
check_smart/README.md
1 -##check_smart v1.0 1 +```check_smart v1.0
2 2
3 Checks for pending, reallocated or uncorrectable sectors in disks using SMART 3 Checks for pending, reallocated or uncorrectable sectors in disks using SMART
4 WARNING: Requires the setuid bit to be set to run as root 4 WARNING: Requires the setuid bit to be set to run as root
@@ -13,4 +13,4 @@ Options: @@ -13,4 +13,4 @@ Options:
13 Print version information 13 Print version information
14 DISKS 14 DISKS
15 Disks for which to retrieve S.M.A.R.T data 15 Disks for which to retrieve S.M.A.R.T data
16 - 16 +```
check_tftp/README.md
1 -##check_tftp v1.0 1 +```
  2 +check_tftp v1.0
2 3
3 Checks if a remote TFTP server is working by retrieving a file from it. 4 Checks if a remote TFTP server is working by retrieving a file from it.
4 5
@@ -18,4 +19,4 @@ Options: @@ -18,4 +19,4 @@ Options:
18 Timeout for the retrieval operation. If not specified, uses 10 seconds timeout 19 Timeout for the retrieval operation. If not specified, uses 10 seconds timeout
19 -f 20 -f
20 Filename to retrieve 21 Filename to retrieve
21 - 22 +```