All Projects → benjojo → PushAlotAuth

benjojo / PushAlotAuth

Licence: Apache-2.0 license
A service that will send you a "Pushalot" notification when any kind of auth happens on a Linux system.

Programming Languages

go
31211 projects - #10 most used programming language

PushAlotAuth

A service that will send you a "Pushalot" notification when any kind of auth happens on a Linux system.

Say it with pixels

Don't want to go though the setup with go?

I can relate with that. Just download a precompiled version for your OS/Arch in the releases and run like so

./PushAlotAuth

After it makes you a first time config, edit that config and test that it works by running it again.

After that you can run it "forever" by doing

nohup ./PushAlotAuth &

##Sample setup

{
  "Token": "Fillmein",
  "Watches": [
    {
      "Path": "/var/log/auth.log",
      "TriggerWords": [
        "Accepted publickey",
        "Accepted password"
      ]
    }
  ]
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].