Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 888 Bytes

HEALTHWATCHREADME.md

File metadata and controls

28 lines (19 loc) · 888 Bytes

Refer to the main readme if you are lost

This module uses the regular old prometheus plugin for telegraf

* Healthwatch Specific Prereqs*

1. Gather Cert and Key

These are fine to be copy pasted directly into the config

Healthwatch Cert and Key

2. Gather Ops Mgr CA

Enter Ops Mgr Settings Menu

Healthwatch CA1

Download Root CA to file (/tmp/ca)

Healthwatch CA2

Correct format for CA

awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' /tmp/ca

4. Gather Static IPs of the exporters

Healthwatch Static IPs

5. Update configuration json

Example here