Sunday, May 13, 2018

monitoring - Email when Linux server disk is full?

How can I set up an email notification on a Linux server for when a disk/volume exceeds a certain usage quota?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...