Configures the maximum number of events to be generated in a configured time period for any hardware events on the device.
Global Configuration Mode
The no form of this command will reset the values to default.
The default values of 4 and 30 indicate that up to 4 messages will be generated every 30 seconds.
Use this configuration to rate limit the generation of messages. Please note that RASLOGs are generated per resource and SNMP notifications are generated for the set of all hardware resources. This configuration controls the number of RASLOGs/SNMP Notifications generated within the specified time interval.
The following example configures the number of events that are generated for a particular time interval. This configures a rate limit of 30 events per 45 seconds.
SLX# configure terminal SLX (config)# threshold-monitor hardware-resources count 30 interval 45 SLX (config)#
The following example resets the configured hardware-resource message generation rate limit values to their defaults.
SLX# configure terminal SLX (config)# no threshold-monitor hardware-resources count SLX (config)# no threshold-monitor hardware-resources interval