forked from TACC/HPCPerfStats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (43 loc) · 1.31 KB
/
setup.cfg
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## Basic configuration options
# machine = unique name of machine to monitor
# base_dir = directory data is stored in
# server = database and rmq server hostname
[DEFAULT]
machine = stampede
base_dir = /hpc/tacc_stats_site/%(machine)s
server = tacc-stats
# MODE = DAEMON/CRON
# FREQUENCY = Sampling Frequency
# IB = True/False sample Infiniband devices
# LFS = True/False sample Lustre FS devices
# Phi = True/False sample Xeon Phi Coprocessor
[OPTIONS]
MODE = CRON
FREQUENCY = 600
IB = True
LFS = True
PHI = False
## RabbitMQ Configuration
# rmq_path = path to rabbitmq inc and lib dirs
# RMQ_SERVER = RMQ server fqdn name
[RMQ_CFG]
rmq_path = /usr/lib64
RMQ_SERVER = %(server)s
HOST_NAME_QUEUE = %(machine)s
## Paths for monitor program (defaults work)
# stats_dir = local data storage directory
# stats_lock = lock file
# jobid_file = job id file
[MONITOR_PATHS]
stats_dir = /var/log/tacc_stats
stats_lock = /var/lock/tacc_stats_lock
jobid_file = /var/run/TACC_jobid
tacc_stats_home = %(base_dir)s
## Configuration for Web Portal Support
[PORTAL_OPTIONS]
acct_path = %(base_dir)s/accounting/tacc_jobs_completed
host_list_dir = %(base_dir)s/hostfile_logs
pickles_dir = %(base_dir)s/pickles
host_name_ext = %(machine)s.tacc.utexas.edu
tacc_stats_home = %(base_dir)s
batch_system = SLURM