salt.beacons.btmp

Beacon to fire events at failed login of users

beacons:
  btmp: []
salt.beacons.btmp.beacon(config)

Read the last btmp file and return information on the failed logins

beacons:
  btmp: []

beacons:
  btmp:
    - users:
        gareth:
    - defaults:
        time_range:
            start: '8am'
            end: '4pm'

beacons:
  btmp:
    - users:
        gareth:
            time_range:
                start: '8am'
                end: '4pm'
    - defaults:
        time_range:
            start: '8am'
            end: '4pm'
salt.beacons.btmp.validate(config)

Validate the beacon configuration