Additional info for Warning: The system load average is messages

nservices

Verified User
Joined
Dec 11, 2008
Messages
301
Hi,
regarding to the Warning: The system load average is xx messages:
1. Please add to the email notification the server IP
2. for the full system message, please add the netstat info, since lot of that is from ddos / bf attacks and this info can help, example:
Code:
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n | tail -n 100

Regards,
 
Back
Top