summaryrefslogtreecommitdiff
blob: ee0e8875031041dfa0a1d048553dce3e0ba67023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Tho following variables will used for sldd.sh
#
# You must setup this for sldd to work
OSM_HOSTS=""

### Optional variables (defaults are commented out)

# Debug level
#SLDD_DEBUG="0"

# OpenSM cache files
#CACHE_FILE="/var/cache/opensm/guid2lid:/var/cache/opensm/guid2mkey:/var/cache/opensm/neighbors"

# System calls
#PING="ping -w 1 -c 1"
#RCP="/usr/bin/scp"
#SSH="/usr/bin/ssh"
#IFCONFIG="/bin/ifconfig -a"

# Delay between hosts scan
#RESCAN_TIME="60"