We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b4044 commit 6b289deCopy full SHA for 6b289de
1 file changed
README.md
@@ -26,6 +26,7 @@ A collection of simple Bash scripts.
26
1. [DirectorySize.sh](scripts/directorySize.sh): output a specified directory's size
27
1. [Test-File.sh](scripts/test-file.sh): evaluate the status of a file/directory
28
1. [Server-Health.sh](scripts/Server-Health.sh): report server related information
29
+1. [CPU.sh](scripts/cpu.sh): report if CPU usage exceeds the threshold
30
1. [Disk-Space.sh](scripts/Disk-Space.sh): check if the disk space crosses the limit
31
1. [CollectNetworkInfo.sh](scripts/collectnetworkinfo.sh): gather information related to server
32
1. [RemoteBackup.sh](scripts/remoteBackup.sh): backup a local file into a remote server
0 commit comments