forked from TACC/HPCPerfStats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtacc_stats.ini
32 lines (28 loc) · 834 Bytes
/
tacc_stats.ini
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
30
31
## Basic configuration options - modify these
# machine = unique name of machine/queue
# server = database and rmq server hostname
# data_dir = where data is stored
[DEFAULT]
machine = maverick
data_dir = /tacc_stats_site/%(machine)s
server = tacc-stats03.tacc.utexas.edu
## RabbitMQ Configuration
# RMQ_SERVER = RMQ server
# RMQ_QUEUE = RMQ server
[RMQ]
rmq_server = %(server)s
rmq_queue = %(machine)s
## Configuration for Web Portal Support
[PORTAL]
acct_path = %(data_dir)s/accounting
host_list_dir = %(data_dir)s/hostfile_logs
pickles_dir = %(data_dir)s/pickles
archive_dir = %(data_dir)s/archive
host_name_ext = %(machine)s.tacc.utexas.edu
batch_system = SLURM
## RabbitMQ Configuration
# RMQ_SERVER = RMQ server
# RMQ_QUEUE = RMQ server
[RMQ]
rmq_server = %(server)s
rmq_queue = %(machine)s