Skip to content

Commit 4184eb4

Browse files
authored
Update server_monitor_resource.sh
1 parent d2ce10d commit 4184eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server_monitor_resource.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ do
77
partition=$(echo $output | awk '{ print $2 }' )
88
if [ $usep -ge $THRESHOLD ]; then
99
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
10+
mail -s "Alert: Almost out of disk space $usep%" mylandmarktech@gmail.com
1111
fi
1212
done

0 commit comments

Comments
 (0)