-
Notifications
You must be signed in to change notification settings - Fork 1
/
slurmbrowser.cfg_saga
29 lines (25 loc) · 1.02 KB
/
slurmbrowser.cfg_saga
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
[MAIN]
# set this to 1 to turn on ganglia graphs for jobs.
ganglia = 1
# set this to 1 to turn on ganglia process table for jobs.
ganglia_proc = 1
[Ganglia]
# Ganglia web frontend server address
# robinhood.saga is 10.31.0.25
ganglia_server = 10.31.0.25
ganglia_cluster_name = saga
ganglia_api_port = 8652
# set internal domain name of cluster if compute nodes report
# themselves with nodename.domainname and slurm does not. For
# example: nodenames in slurm are cX-Y and in ganglia cX-Y.cluster
# then set ganglia_node_domainname = cluster
ganglia_node_domainname =
serverurl = http://%(ganglia_server)s
# graphurl needs to match to the direct links to the graph images in the gmetad
# web frontend.
# GRAPH_NAME, HOSTNAME, START and END strings are replaced in
# slurmdata.py:fetchgraph()
graphurl = %(serverurl)s/ganglia/graph.php?g=GRAPH_NAME&z=medium&c=%(ganglia_cluster_name)s&s=descending&hc=4&mc=2&h=HOSTNAME&r=custom&cs=STARTTIME&ce=ENDTIME
# in case the ganglia web frontend is password protected.
user = admin
passwd = ganglia