We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ce10d commit 4184eb4Copy full SHA for 4184eb4
server_monitor_resource.sh
@@ -7,6 +7,6 @@ do
7
partition=$(echo $output | awk '{ print $2 }' )
8
if [ $usep -ge $THRESHOLD ]; then
9
echo "Running out of memory space \"$partition ($usep%)\" on $(hostname) as on $(date)" |
10
- mail -s "Alert: Almost out of disk space $usep%" devopstrainingblr@gmail.com
+ mail -s "Alert: Almost out of disk space $usep%" mylandmarktech@gmail.com
11
fi
12
done
0 commit comments