9.4.4. Counter Handler Module

The counter event handler module is used to count certain events. You can define arbitrary counter names and each occurrence of an event will increase the counter in the counter table.

These counters can be used to graph time series of failed authentication, assigned tokens, user numbers or any other data with any condition over time.

9.4.4.1. Possible Actions

9.4.4.1.1. increase_counter

This action increases the counter in the database table eventcounter.

9.4.4.2. Possible Options

9.4.4.2.1. counter_name

This is the name of the counter in the database. You can have as many counters in as many event handlers as you like.