Connaissances Informatiques >> systèmes >> Ubuntu >> Content
  Derniers articles
  • Comment faire pour installer Plesk s…
  • Comment faire pour installer Ubuntu …
  • Comment obtenir une connexion Intern…
  • Comment installer MySQL sur Ubuntu 2…
  • Comment Ping Google dans Ubuntu 
  • Ubuntu WiFi Aide 
  • Comment compiler psycopg2 dans Ubunt…
  • Comment faire pour résoudre Ubuntu …
  • Comment désinstaller des programmes…
  • Comment compiler une DEB sur Ubuntu 
  •   Ubuntu
  • Compétences informatiques de base

  • Linux

  • Mac OS

  • Ubuntu

  • Unix

  • fenêtres

  • windows Vista

  • windows XP

  • Windows 7

  • Windows 10

  • Windows 11

  • Windows 2012

  • Windows 2016

  • Windows 2019

  • Windows 2022

  • Apple

  • Android

  • iOS

  • CentOS
  •  
    Ubuntu

    Comment installer l'agent d'infrastructure New Relic sur Ubuntu 20.04 LTS

    ## Prérequis

    - Un serveur Ubuntu 20.04 LTS avec les privilèges root.

    - Un compte New Relic.

    - Une clé de licence pour New Relic.

    Étape 1 : Ajouter le référentiel New Relic apt

    ``` merde

    curl -s https://download.newrelic.com/infrastructure_agent/linux/newrelic-infra.repo | sudo tee /etc/apt/sources.list.d/newrelic-infra.list

    ```

    Étape 2 :Importer la clé GPG de New Relic

    ``` merde

    sudo apt-key ajouter 548C16BF

    ```

    Étape 3 :Mettre à jour apt et installer l'agent

    ``` merde

    sudo apt mise à jour

    sudo apt installer newrelic-infra

    ```

    Étape 4 :Configurer l'agent

    L'agent New Relic Infrastructure est configuré à l'aide d'un fichier de configuration YAML. L'emplacement par défaut de ce fichier est `/etc/newrelic-infra.yaml`.

    Ouvrez le fichier de configuration à l'aide de votre éditeur de texte préféré et ajoutez les informations suivantes :

    ```yaml

    clé_de_licence :YOUR_LICENSE_KEY_HERE

    ```

    Assurez-vous de remplacer `YOUR_LICENSE_KEY_HERE` par votre clé de licence New Relic actuelle.

    Étape 5 :Démarrez l'agent

    ``` merde

    sudo service newrelic-infra démarrer

    ```

    Étape 6 :Vérifier l'état de l'agent

    ``` merde

    statut du service sudo newrelic-infra

    ```

    Si l'agent est en cours d'exécution, vous devriez voir un résultat semblable à celui-ci :

    ``` merde

    newrelic-infra est en cours d'exécution

    ```

    Dépannage

    Si vous rencontrez des problèmes lors de l'installation ou de la configuration de l'agent New Relic Infrastructure, vous pouvez vous référer aux ressources suivantes :

    - [Documentation de l'infrastructure New Relic](https://docs.newrelic.com/docs/infrastructure/)

    - [Forum de la communauté New Relic](https://discuss.newrelic.com/)

     
    Article précédent:
    Article suivant:
    Articles recommandés
  • Comment mettre en place un serveur proxy sécurisé dans Ubuntu Linux 
  • Comment puis-je modifier un Asus Eee PC 901 sous Linux Ubuntu à 
  • Comment faire pour installer Ubuntu sur Sympatico 
  • Comment faire pour installer une imprimante Brother MFC dans Ubuntu 
  • Sortie audio HDMI dans Ubuntu 
  • Comment installer gallery-dl sur Ubuntu 20.04 LTS (Focal Fossa) 
  • Comment faire pour augmenter le délai dans Grub & Ubuntu 10.04 
  • Comment vérifier l'utilisation de la RAM sur Ubuntu 
  • Comment mettre en évidence avec la couleur dans Ubuntu 
  • Comment mettre en place WG311 sur Ubuntu 
  • Connaissances Informatiques © http://www.ordinateur.cc