Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 719 Bytes

README.md

File metadata and controls

49 lines (38 loc) · 719 Bytes

build status

Burstcli

Script for open some ticket in GLPI (v9.2).

How to

Download e configure

git clone git@github.com:wvoliveira/burstcli.git
cd burstcli
pip install .

For print example config file:

burst example

Output:

[sql]
server = 172.17.0.2
db = name
user = username
pass = password

[glpi]
url = http://172.17.0.3/front/ticket.form.php?id=

[ad]
server = domain.servers
prefix = domain.with.prefix
base = OU=Usuarios,OU=domain,DC=with,DC=prefix

Save and edit as needed:

burst example > myconfig.ini

Just run:

burst -c myconfig.ini