File: //var/opt/OV/hpcs/hpcs.conf
; All runtime configurations like port, collection interval should be specified
; in hpcs.runtime namespace. Any change in configuration in this namespace will
; take effect only on restart.
[hpcs.runtime]
; By default hpcs binds to a port randomly picked from available ports.
; specify port=<value> to bind to a specific port.
; For e.g., port=4567
; collection_Interval indicates the frequency at which System performance data
; (Metrics) needs to be collected. Default value is 10.
collection_Interval=10
; num_threads indicates the number of worker threads allocated to handle
; incoming requests from clients. Default value is 5.
num_threads=10
; connection_backlog indicates the length of backlog socket queue for the
; webserver. Set it to a high value (like 4096) to get a maximum scalability.
; Default value is 128 on Linux and 16384 on Windows.
; connection_backlog=128
; regBBC when set to true, component gets registered with BBC
; with URI /hpcs
regBBC=true
; hpcs.trace is the namespace for tracing. Debug_Level accepts
; one of WARN,ERROR,INFO,DEBUG,ALL as value and provides traces in
; the tracelog. When set to DEBUG, it will print all traces including debug.
[hpcs.trace]
; Debug_Level=INFO
; hpcs.hbp namespace is used to enable Heart Beat Polling for this HPCS.
[hpcs.hbp]
; Use the following line to push HBP events to a target hpcs server
; http://<Target system>:<Target HPCS port>/hbphandler=/lwiregistry/up
; For e.g.: http://localhost:8080/hbphandler=/lwiregistry/up
; Add BBC uri when pushing to BBC server running in the OMx machine
; For e.g.: https://server_ip:383/hpcsrv/hbphandler=/lwiregistry/up
; HBP interval in seconds. Default value is 30.
; interval=30
[hpcs.log]
ProcessLevelStatus=/var/opt/OV//log/ProcessLevelStatus.json
NodeStateInfo=/var/opt/OV//log/NodeStateInfo.json
AgentOverviewStatus=/var/opt/OV//log/AgentOverview.json
[hpcs.event]
AgentLog=/var/opt/OV//log/System.txt
HpcsLog=/var/opt/OV//hpcs/hpcstrace.log