Search Results

Search: Posts Made By: navdeep5673
Forum: Linux 07-16-2010
4,569
Posted By navdeep5673
Memory monitoring and sending alert mail to users in network using shell script
i m workiing on a shell script which may monitors network memory and send alert to user if it increase a threshold
Forum: Ubuntu 07-15-2010
2,763
Posted By navdeep5673
hi
df -k | awk 'int($5) > 95{
subject = $1 " More than 95% disk usage "
email = "navdeep5673@hotmail.com"
cmd = "mailx -s \"" subject "\" " email
cmd | getline #or system(cmd)
}
'
...
Forum: Ubuntu 07-15-2010
2,763
Posted By navdeep5673
script for memory monitoring and sending mail to users in network
I m working on a script which monitors the disk usage and send a mail to the users if it reaches a limit of 90%.
hlp me
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 01:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy