Files
perl-RT-admin-tools/sysconfig.perl-RT-admin-tools

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=""