NagiosEnterprises / nsti

Nagios SNMP Trap Interface
GNU General Public License v2.0
15 stars 11 forks source link

Create a maximum number of traps... #8

Open lgroschen opened 10 years ago

lgroschen commented 10 years ago

To be able to to set a max number of traps from the backend so that people with very large network can manage traps before there are too many.

Example:

if (traptable.count > traptablemax) { delete traps.oldest until == traptablemax }

hedenface commented 7 years ago

Seems reasonable. 3.1.0.