/oncall-admin

User creation/edit tool for Oncall (https://github.com/linkedin/oncall)

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

User bootstrap/editor script for oncall.

Listing users:

alt text

Editing a user user:

alt text

Creating a user:

alt text

Setup

virtualenv env
. env/bin/activate
python setup.py develop

Usage

First edit your mysql settings in configs/config.dev.yaml.

. env/bin/activate
make

Then visit http://localhost:16652 in your web browser to view/edit/create/delete oncall user accounts.