-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
29 lines (22 loc) · 832 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
EvMon (Eventum Monitor)
Simple little program that fetches info from eventum installation and display
count of selected queues.
Get visual and sound notifications if something changes.
All to speed up your local support ticket handeling :)
Setup:
create a config file called .evmon.conf in your ~
Layout:
[Server]
base_url = https://<url_to_your_eventum_installation>
username = <username>
password = <password>
done :)
Supported options:
base_url = <url>, include http:// or https://
username = <string>
password = <string>
project_id = <int>
filter_status = <comma-separated list>, Name of the Statuses
filter_assigned = <comma-separated list>, Full names of Assignees
debug = <int>, 1 = on, 0 = off
poll_interval = <int>, interval in seconds