diff --git a/check-disk.sh b/check-disk.sh index f1ea543..ede7d01 100644 --- a/check-disk.sh +++ b/check-disk.sh @@ -3,10 +3,9 @@ # #/ #/ Usage: -#/ music-sync -s|--source -d|--dest -#/ music-sync +#/ check-disk.sh --warning= --critical= #/ -#/ Syncronises music from one folder to another. +#/ Checks the disk usage #/ #/ Options: #/ -w, --warning= The level of when to trigger a warning (level=loadavg/nproc) diff --git a/check-load.sh b/check-load.sh index 19d09c8..8450e53 100644 --- a/check-load.sh +++ b/check-load.sh @@ -3,10 +3,9 @@ # #/ #/ Usage: -#/ music-sync -s|--source -d|--dest -#/ music-sync +#/ check-load.sh --warning= --critical= --average= #/ -#/ Syncronises music from one folder to another. +#/ Checks the system load #/ #/ Options: #/ -w, --warning= The level of when to trigger a warning (level=loadavg/nproc) diff --git a/check-mem.sh b/check-mem.sh index 6201c74..3b680d7 100644 --- a/check-mem.sh +++ b/check-mem.sh @@ -3,10 +3,9 @@ # #/ #/ Usage: -#/ music-sync -s|--source -d|--dest -#/ music-sync +#/ check-memory.sh --warning= --critical= #/ -#/ Syncronises music from one folder to another. +#/ Checks the memory usage #/ #/ Options: #/ -w, --warning= The level of when to trigger a warning (level=loadavg/nproc)