Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 1.13 KB

CHANGELOG.md

v 0.9 (20/11/2018)

New features.

  • Changes to add the possibility of sending metrics to InfluxDB Server:
    • New parameter 'sender_type' on config.properties (possible values: graphite/influxdb).
    • New configuration file with the values needed for the connection to InfluxDB Server.
      • host=localhost
      • port=8086
      • selfDbName=_cellhealth (database to send metrics generated by cellhealth itself)
      • destDbName=was_metrics (database to send metrics configured on metrics.xml file)
      • username=ifxuser
      • password=ifxpass
      • ssl=false
      • sslCertFilePath=/etc/ssl/influxdb-selfsigned.crt
      • reconnectTimeout=60 (seconds to try the reconnection to InfluxDB in case the connection can not be established)
      • extraTags=tagkey1=tagvalue1,tagkey2=tagvalue2,tagkey3=tagvalue3
      • hostSuffix=was
      • forceNodeMapToHost=node01=host01,node02=host02,node03=host03 (parameter to map nodenames to hostnames in case you have your websphere with cell custom nodenames (like n01, n02) and the parameter ch_get_hostname_from_nodename on config.properties has been set to false)

fixes

breaking changes