File: ipmiutil.env.template

package info (click to toggle)
ipmiutil 3.1.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,076 kB
  • sloc: ansic: 73,365; sh: 8,957; cpp: 2,245; makefile: 519
file content (22 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (6)
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