salt.beacons.aix_account

Beacon to fire event when we notice a AIX user is locked due to many failed login attempts.

New in version 2018.3.0.

depends

none

salt.beacons.aix_account.beacon(config)

Checks for locked accounts due to too many invalid login attempts, 3 or higher.

beacons:
  aix_account:
    user: ALL
    interval: 120
salt.beacons.aix_account.validate(config)

Validate the beacon configuration