Build precise queries to find exactly what you need
Press ESC to close
@jwhowell
Member Since: November 18, 2019
Favorites0
Views
Projects0
Script works fine except that some of my servers return a % in the output from df -k. Needed to modify line 77 and change the awk statement to read: awk '{gsub("%",""); print $2 ":" $3 ":" $4 ":" $5}'
Reviewed 6 years ago