Node Exporter Configuration; Cadvisor Configuration; Alert Manager Configuration - Bosch rexroth ActiveShuttle System Manual

Hide thumbs Also See for rexroth ActiveShuttle:
Table of Contents

Advertisement

Node exporter configuration

Docker Swarm generally consists of multiple servers, which are referred to as Nodes. For monitoring the Docker
metrics in swarm mode, the services must be deployed in each of these Nodes (servers). This way it is possible to
collect Docker metrics from the individual servers and receive an overview in Grafana. To deploy the Docker
metrics acquisition service, like Node exporter, the individual servers with their respective Docker Node ID must
be differentiated.
docker run --volume=/etc/hostname:/etc/
Nodename --publish=25100:9100   --
detach=true --restart=unless-stopped --
name=Node-exporter --privileged=true -e
Node_ID=rax0uicu3ratwn1ockb1lyahv rb-
dtr.de.bosch.com/activesuite/Node-
exporter:swarmprom-0.16.0 --
collector.textfile.directory=/etc/Node-
exporter/
10 Node exporter configuration

cAdvisor configuration

For monitoring the server metrics in swarm mode, the service cAdvisor must be deployed in each of these Nodes
(servers). This way it is possible to collect server metrics from the individual servers and receive an overview in
Grafana. To deploy the server metrics acquisition service, cAdvisor rootfs permission must be provided.
docker run --volume=/:/rootfs:ro --
volume=/var/run:/var/run:ro --volume=/
sys:/sys:ro --volume=/var/lib/docker/:/
var/lib/docker:ro   --volume=/dev/disk/:/
dev/disk:ro   --publish=25002:8080   --
detach=true --restart=unless-stopped   --
name=cadvisor  --privileged=true rb-
dtr.de.bosch.com/activesuite/
cadvisor:latest
11 cAdvisor configuration

Alert Manager configuration

Alert manager service is used for sending notifications received from other services such as Prometheus either
via e-mail or Microsoft (MS) Teams, depending on the configuration. The configuration package includes a set of
examples for individual notification configurations.
RA91390962 AB-V1.3.3, en
Server deployment | ILS, ActiveShuttle | 45
1. Check the swarm Node ID for each and individual
server using the command
2. Replace the Node ID in the command.
3. Execute the Docker command in the server
terminal.
→ Run the cAdvisor natively from the server terminal
using the listed command.
.
docker Node ls

Advertisement

Table of Contents
loading

Table of Contents