Configuration Procedures
There is one primary command to configure the thresholds in the command line - threshold_config
. You must be in the Expert mode to run it. After you run the threshold_config
command, follow the on-screen instructions to make selections and configure the global settings and each threshold.
When you run threshold_config
, you get these options:
-
Show policy name - Shows you the name configured for the threshold policy.
-
Set policy name - Lets you set a name for the threshold policy.
-
Save policy - Lets you save the policy.
-
Save policy to file - Lets you export the policy to a file.
-
Load policy from file - Lets you import a threshold policy from a file.
-
Configure global alert settings - Lets you configure global settings for how frequently alerts are sent and how many alerts are sent.
-
Configure alert destinations - Lets you configure a location or locations where the SNMP alerts are sent.
-
View thresholds overview - Shows a list of all thresholds that you can set including: the category of the threshold, if it is active or disabled, the threshold point (if relevant), and a short description of what it monitors.
-
Configure thresholds - Opens the list of threshold categories to let you select thresholds to configure.
Configure Global Alert Settings
If you select Configure global alert settings, you can configure global settings for how frequently alerts are sent and how many alerts are sent. You can configure these settings for each threshold. If a threshold does not have its own alert settings, it uses the global settings by default.
You can configure these options:
-
Enter Alert Repetitions - How many alerts are sent when an active alert is triggered. If you enter 0, alerts are sent until the problem is fixed.
-
Enter Alert Repetitions Delay - How long the system waits between it sends active alerts.
-
Enter Clear Alert Repetitions - How many clear alerts are sent after a threshold returns to a regular value.
-
Enter Clear Alert Repetitions Delay - How long the system waits between it sends clear alerts.
Configure Alert Destinations
If you select Configure Alert Destinations, you can add and remove destinations for where the alerts are sent. You can see a list of the configured destinations. A destination is usually an NMS (Network Management System) or a Check Point Log Server Dedicated Check Point server that runs Check Point software to store and process logs..
After you enter the details for a destination, the CLI asks if the destination applies to all thresholds.
-
If you enter yes, alerts for all thresholds are sent to that destination, unless you remove the destination from an individual threshold.
-
If you enter no, no alerts are sent to that destination by default. But for each individual threshold, you can configure the destinations and you can add destinations that were not applied to all thresholds.
For each threshold, you can choose to which of the alert destinations its alerts are sent. If you do not define alert destination settings for a threshold, it sends alerts to all of the destinations that you applied to all thresholds.
For each alert destination enter:
-
Name - An identifying name.
-
IP - The IP address of the destination.
-
Port - Through which port it is accessed
-
Ver - The version on SNMP that it uses
-
Other data - Some versions of SNMP require more data. Enter the data that is supplied for that SNMP version.
Configure Thresholds
If you select Configure thresholds, you see a list of the categories of thresholds, including:
-
Hardware
-
High Availability
-
Networking
-
Resources
-
Log Server Connectivity
Some categories apply only to some machines or deployments. For example, Hardware applies only to Check Point appliances and High Availability applies only to clusters or High Availability deployments.
Select a category to see the thresholds in it. Each threshold can have these options:
-
Enable/Disable Threshold - If the threshold is enabled, the system sends alerts when there is a problem. If it is disabled it does not generate alerts.
-
Set Severity - You can give each threshold a severity setting. The options are: Low, Medium, High, and Critical. The severity level shows in the alerts and in SmartView Monitor. It lets you know quickly how important the alert is.
-
Set Repetitions - Set how frequently and how many alerts will be sent when the threshold is passed. If you do not configure this, it uses the global alert settings.
-
Set Threshold Point - Enter the value that will cause active alerts when it is passed. Enter the number only, without a unit of measurement.
-
Configure Alert Destinations - See all of the configured alert destinations. By default, active alerts and clear alerts are sent to the destinations. You can change this for each destination. When you select the destination you see these options
-
Remove from destinations - If you select this, alerts for this threshold are not sent to the selected destination.
-
Add a destination - If you configured a destination in the global alert destinations but did not apply it to all thresholds, you can add it to the threshold.
-
Disable clear alerts - Cleared alerts for this threshold are not sent to the selected destination. Active alerts are sent.
-
Completing the Configuration
-
On the Security Management Server
Dedicated Check Point server that runs Check Point software to manage the objects and policies in a Check Point environment within a single management Domain. Synonym: Single-Domain Security Management Server., install the policy on all Security Gateways.
-
For a local Security Gateway threshold policy or a Multi-Domain Server environment, use the
cpwd_admin
utility to restart the CPD process-
Run:
cpwd_admin stop -name CPD -path "$CPDIR/bin/cpd_admin" -command "cpd_admin stop"
-
Run:
cpwd_admin start -name CPD -path "$CPDIR/bin/cpd" -command "cpd"
-