Server IP : 172.16.15.8 / Your IP : 3.14.251.103 Web Server : Apache System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.2.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /etc/openhpi/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
### 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 #}