summaryrefslogtreecommitdiff
path: root/scripts/ipmiutil.env.template
blob: e06bdda604554f5631c0fe6ec1368ba6fad4c8c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
# These environment variables go with ipmiutil systemd services.
#
IDATADIR=/usr/share/ipmiutil

# For ipmiutil_evt
# Its log is /var/log/ipmiutil_evt.log
IPMIUTILEVTARGS="-s -b -t 0"
# to run a script for each IPMI event, use this instead:
# IPMIUTILEVTARGS="-s -b -t 0 -r /usr/share/ipmiutil/evt.sh"

# For ipmiutil_asy:
# Its log is /var/log/ipmiutil_asy.log

# For ipmi_port:
IPORTMAP=/etc/init.d/portmap
IMIBDIR=/usr/share/snmp/mibs
IVARDIR=/var/lib/ipmiutil
ISENSOROUT=${IVARDIR}/sensor_out.txt
# This threshold script could be created by ipmiutil sensor -p ...
ITHRESH="${IVARDIR}/thresholds.sh"
IINITDIR=/etc/init.d