Difference between revisions of "Creating email alerts within SmartCentre"
From Tech-Wiki
(Created page with "Category:Check Point") |
|||
Line 1: | Line 1: | ||
[[Category:Check Point]] | [[Category:Check Point]] | ||
+ | |||
+ | Check Point SmartCente can be configured to send alerts via SMTP. In order to do this you need to configure the internal_sendmail function using specified arguments. It does not require a mail server or client to be installed on the SmartCenter server. | ||
+ | |||
+ | <blockquote></blockquote> | ||
+ | |||
+ | In SmartDashboard: | ||
+ | |||
+ | <blockquote></blockquote> | ||
+ | |||
+ | #Select 'Global Properties > Log and Alert > Alert Commands'. | ||
+ | #Check 'Send mail alert to SmartView Status'. | ||
+ | #Check 'Run mail alert script'. | ||
+ | #Enter the following script into the area proided: | ||
+ | #:<blockquote></blockquote> | ||
+ | #;internal_sendmail [-s <subject>] [-t <mail-server>] [-f <from email address>] <recipient-1> <recipient-2> ... | ||
+ | #:<blockquote></blockquote> | ||
+ | #In the Rule Base, define a rule that will generate an alert. In the Track field, enter 'Mail'. | ||
+ | #Install the Security Policy. | ||
+ | |||
+ | <blockquote></blockquote> | ||
+ | |||
+ | For multiple email addresses, you can seperate each email address with a space. |
Revision as of 08:53, 21 September 2011
Check Point SmartCente can be configured to send alerts via SMTP. In order to do this you need to configure the internal_sendmail function using specified arguments. It does not require a mail server or client to be installed on the SmartCenter server.
In SmartDashboard:
- Select 'Global Properties > Log and Alert > Alert Commands'.
- Check 'Send mail alert to SmartView Status'.
- Check 'Run mail alert script'.
- Enter the following script into the area proided:
- internal_sendmail [-s <subject>] [-t <mail-server>] [-f <from email address>] <recipient-1> <recipient-2> ...
- In the Rule Base, define a rule that will generate an alert. In the Track field, enter 'Mail'.
- Install the Security Policy.
For multiple email addresses, you can seperate each email address with a space.