Version 0.3 (Draft)
GitHub: handel-gmbh/otwatch: opentext monitoring Solution for xECM (github.com)
Requirement
Following software are requirement:
opentext Monitoring Agent
prometheus Download | Prometheus
nginx → for Proxy all Installations
nssm → For running Batch Files on Windows Server as a Service.
Default Folder structure
Info | Path | Desc. |
---|---|---|
Root Folder | “D:\otx\” | Root folder for all installs |
Kit Folder | “D:\otx\kit\” | Tools / Temp Folder |
Software Folder | “D:\otx\sw\ | Software binary Folder |
otwatch Root Folder | “D:\otx\sw\otwatch” | Folder for all otwatch Programs |
Batch Script:
mkdir D:\otx\ mkdir D:\otx\kit\ mkdir D:\otx\sw\ mkdir D:\otx\sw\otwatch\ mkdir D:\otx\kit\otwatch\
Install Folder
Software | Software Folder | Install Path |
---|---|---|
OpenText Monitoring Agent | otma<env> | D:\otx\sw\otwatch\otma<env> |
Prometheus | prometheus | D:\otx\sw\otwatch\otwatch_prometheus |
Prometheus Alertmanager | prometheus_alertmanager | "D:\otx\sw\otwatch\prometheus_alertmanager" |
Prometheus SNMP Exporter | prometheus_snmp_exporter | "D:\otx\sw\otwatch\prometheus_snmp_exporter" |
Prometheus Windows Exporter | prometheus_windows_exporter | "D:\otx\sw\otwatch\prometheus_node_exporter" |
Prometheus Pushgateway | prometheus_pushgateway | "D:\otx\sw\otwatch\prometheus_blackbox_exporter" |
Prometheus Blackbox Exporter | prometheus_blackbox_exporter | "D:\otx\sw\otwatch\prometheus_blackbox_exporter" |
Grafana | grafana | "D:\otx\sw\otwatch\grafana" |
nginx | nginx | "D:\otx\sw\otwatch\nginx" |
Add Comment