Prometheus Configuration - Bosch rexroth ActiveShuttle System Manual

Hide thumbs Also See for rexroth ActiveShuttle:
Table of Contents

Advertisement

$ nano docker-compose.yml
[...]
alertmanager:
[...]
    
volumes:
    
- /path-within-server/
        
alertmanager/alertmanager.yml:/
alertmanager/alertmanager.yml
[...]
    
[...]
15 Alert Manager configuration

Prometheus configuration

Prometheus service is used for aggregating the data from servers as well as from the Docker using the services
cAdvisor and Node exporter. The Prometheus service is then used as a data source for visualizing the aggregated
data in Grafana.
$ nano docker-compose.yml
[...]
Nodesrv:
[...]
    
noggersrv:
[...]
    
[...]
RA91390962 AB-V1.3.3, en
Server deployment | ILS, ActiveShuttle | 49
3. Change the deployment path in the
file.
compose.yml
The content of this folder is volume-mounted
within the alert manager Docker-Container.
1. Copy the folder prometheus from the sample
configuration folder to the deployment folder.
2. Make sure that the folder has read permissions for
other users: 
sudo chmod -R 777 prometheus.
3. Open the
prometheus.yml
targets under the Job Name called
Notice!
The targets are the Docker service names mentioned
in the docker-compose.yml file.
are the service names.
Nodesrv, noggersrv
4. Update these service names in the targets specified
under the Job Name
services
5. Create a folder called server within the prometheus
deployment folder.
6. Create a folder called server-monitoring within the
/prometheus/server/ path
7. Copy the content of the sample configuration
server-monitoring folder.
docker-
and add all the cAdvisor
.
services
.
 

Advertisement

Table of Contents
loading

Table of Contents