File: openhpiclient.conf.example

package info (click to toggle)
openhpi 3.8.0-2.3
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 31,888 kB
  • sloc: ansic: 225,326; cpp: 63,687; java: 16,472; cs: 15,161; python: 11,884; sh: 11,508; makefile: 4,945; perl: 1,529; xml: 36; asm: 13
file content (45 lines) | stat: -rw-r--r-- 1,693 bytes parent folder | download | duplicates (4)
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
### OpenHPI client library configuration example file ###

#######
## Section: My Entity
##          Specifies the EntityPath of the entity upon which the HPI User is running.
#
## Example entity declaration:
#
# my_entity = "{RACK,1}{SYSTEM_CHASSIS,2}"

#######
## Section: Domains
##          Since each openhpi daemon instance manages a hpi domain, 
#           each domain declaration specifies domain number, hpi daemon host and hpi daemon port.
#
## Example domain declarations:
#
#domain default {                        # Has to be string "default", no quote.
#                                        # Number 0 is not allowed.
#       host = "my_default_domain_host"  # String value. Double quotes required.
#       port = my_defaultdomain_port     # Integer value
#       entity_root = "my_entity_root"   # String value. Double quotes required.
#                                        # This entity_root will be added to all
#                                        # entity paths exposed in the domain
#}
#                                        # If no "default" stanza is declared, 
#                                        #  host = "localhost" and port = 4743
#                                        #  are used.
#                                        #
#domain 1 {
#	host = "my_domain1_host"   # String value. Double quotes required.
#	port = my_domain1_port     # Integer value 
#   entity_root = "{RACK,1}"
#}

#domain 2 {
#	host = "my_domain2_host"   # String value. Double quotes required.
#	port = my_domain2_port     # Integer value
#}

#domain 3 {
#	host = "my_domain3_host"   # String value. Double quotes required.
#	port = my_domain3_port     # Integer value
#}