Reputation: 33
we have a Ubuntu 14 running on a GCE VM instance. Nagios is alarming with low space disk and I'm trying to figure what's going on.
I see this VM has 1 Boot disk, 4 additional disks, and no Local disks. How can I find which disk is out of space?
Upvotes: 3
Views: 7071
Reputation: 847
Clicking on the instance > heading to the Monitoring tab
In that tab you will get all the info one can need about the instance in terms of CPU, memory, disk capacity and so on. One needs to first allow the operations agent and then it should be good to go 👍🏼
Upvotes: 0
Reputation: 977
Note: Usually project folder will be at var/www/html location
Upvotes: 1
Reputation: 81464
SSH to your instance and execute the command df
. This will show you the allocated and free space for each file system.
Upvotes: 5