VMmanager: Administrator guide
en En
es Es
Your feedback is an opportunity for improvement!
Take part in the survey and contribute to the development of the ISPsystem ecosystem.
Take the survey

Grafana. Connecting an external server

You can connect your own server with Grafana to VMmanager. To ensure that the connection settings are not deleted when you update the platform, you need to add the settings information to the Docker configuration file.

How to connect

  1. Connect to the server with the platform via SSH. For more information about connecting via SSH, see Workstation setup.
  2. Create the grafana.yaml patch file with the following contents:

    version: "3.5"
    services:
      carbonapi:
        ports:
          - mode: host
            published: "8080"
            target: "8080"
    Comments
  3. Apply the patch:

    vm add-patch -p grafana -f grafana.yaml
  4. Add a data source to Grafana:
    1. Enter ConfigurationData sourcesAdd data sourceGraphite.
    2. Specify the connection parameters. In the URL field, enter the IP address of the server with VMmanager and the connection port specified in step 1. For example, http://192.0.2.1:8080.
    3. Press Save & test. If the connection is successful, the message "Data source is working" appears, if unsuccessful - "Bad gateway".

The article was last updated on 01.21.2025. The article was prepared by technical writers of ISPsystem.