2.1.1 Changing the JP1/IM-Agent settings with integrated agent host
- Organization of this subsection
(1) Change to IP binding method (optional)
If you want to change to IP binding method, change the following settings:
-
Configuring JP1/IM agent control base
-
Configuring Prometheus server
-
Configuring Alertmanager
-
Configuring Node exporter
-
Configuring Windows exporter
-
Configuring Blackbox exporter
-
Configuring Yet another cloudwatch exporter
For instructions on how to change the settings, see the instructions in "Changing to IP Binding Method" in the manuals "JP1/Integrated Management 3 - Manager Configuration Guide"-"7.4.6 Installing a New JP1/IM-Agent on integrated agent host for Windows" and "8.4.6 Installing a New JP1/IM-Agent on integrated agent host for UNIX".
(2) Configuration changes on container systems
If you need to change the settings, it is recommended that you recreate Docker image or Podman image.
If you make configuration changes like a regular host after you start a container, note the following:
-
If you want to edit a file in a container, you must run the following command to connect to the container after you launch the container:
-
For Docker
# docker exec-it container name /bin/bash
-
For Podman
# podman exec-it container name /bin/bash
-
-
The steps for editing unit definition file are to edit the service-management program definition file in the container. For example, for supervisord, edit supervisord definition file (supervisord.conf).