Automated Response
Sample Response Programs
Logging to a central syslog server While the
#!/usr/bin/sh
#
#Sample
#Send a message to syslog containing the alert
#If we have a severity 1 alert then log the alert to syslog if [ $3 = “1” ]
then
/usr/bin/logger
Appendix B | 197 |