Package contains two scripts generating reports/statistics on RT tickets OBS-URL: https://build.opensuse.org/request/show/197397 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-RT-admin-tools?expand=0&rev=1
36 lines
957 B
Plaintext
36 lines
957 B
Plaintext
# /etc/sysconfig/perl-RT-admin-tools
|
|
#
|
|
# Global configuration file for the perl-RT-admin-tools package
|
|
#
|
|
# RECIPIENT
|
|
# email address to which the scripts should send their reports
|
|
#
|
|
# Example: RECIPIENT="manager@example.com"
|
|
RECIPIENT="root@localhost"
|
|
|
|
# SENDER
|
|
# email address that should appear in the 'From:' line
|
|
#
|
|
# Example: SENDER="rt_admin@example.com"
|
|
SENDER="root@localhost"
|
|
|
|
# QUEUES
|
|
# Names of RT queues that should be counted by rt-queue-count
|
|
# script
|
|
# write the queue names exactly as they appear in RT_SiteConfig.pm,
|
|
# separated by spaces, all on one long line
|
|
#
|
|
# Example: QUEUES="foo bar baz"
|
|
QUEUES=""
|
|
|
|
# USERS
|
|
# Names of RT users whose tickets should be counted by
|
|
# rt-user-count script
|
|
# Important: 'Name' has a special meaning in RT -- i.e. the unique
|
|
# username
|
|
# write the names exactly as they appear in RT, separate by
|
|
# spaces, all on one long line
|
|
#
|
|
# Example: USERS="foo bar baz"
|
|
USERS=""
|