首页 > 系统相关 >Ubuntu 上安装 Grafana

Ubuntu 上安装 Grafana

时间:2023-11-23 12:33:02浏览次数:157  
标签:https get sudo apt grafana install Ubuntu Grafana 安装

1. 下载 Grafana 存储库签名密钥


apt-get install -y apt-transport-https
apt-get install -y software-properties-common wget
wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key


2. 稳定版本添加存储库


echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list


 

3. 安装


apt-get update
apt-get install grafana

我是参考的如下官方指导

Complete the following steps to install Grafana from the APT repository:

  1. Install the prerequisite packages:

    bash
sudo apt-get install -y apt-transport-https software-properties-common wget
  • Import the GPG key:

    bash
sudo mkdir -p /etc/apt/keyrings/
wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/grafana.gpg > /dev/null
  • To add a repository for stable releases, run the following command:

    bash
echo "deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
  • To add a repository for beta releases, run the following command:

    bash


echo "deb [signed-by=/etc/apt/keyrings/grafana.gpg] https://apt.grafana.com beta main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
  • Run the following command to update the list of available packages:

    bash


# Updates the list of available packages
sudo apt-get update
  • To install Grafana OSS, run the following command:

    bash


# Installs the latest OSS release:
sudo apt-get install grafana
  • To install Grafana Enterprise, run the following command:

    bash
# Installs the latest Enterprise release:
sudo apt-get install grafana-enterprise

标签:https,get,sudo,apt,grafana,install,Ubuntu,Grafana,安装
From: https://blog.51cto.com/u_64214/8526983

相关文章

  • 安装kubesphere时最好将Centos从7.2版本升级到7.6版本
    安装kubesphere3.0.0时,按提示要求Centos的要求如下,但Centos7的有些版本的内存不满足要求,经过多次测试发现linux内核版本需要大于3.8,且3.10也有问题,最好是3.11及以上版本,所以最好将Centos升级到7.6版本。 1、配置yum源mv/etc/yum.repos.d/centos7.repo/etc/yum.repos.d/cento......
  • 最佳实践树莓派usb固态硬盘安装ubuntu操作系统
    给树莓派安装ubuntu操作系统时,网上查了各种改配置文件的模式,非常麻烦。最佳方案直接使用树莓派镜像烧录器实现官方USBMassStorageBoot :1.启动RaspberryPiImager,选择树莓派4; 2.在OperatingSystem选择Miscutilityimages工具型镜像;3.选择Bootloader; ......
  • nginx-下载安装与配置
    nginx下载从官网下载,使用命令在linux下载即可,这个是目前稳定版最新的1.24.0版本,如果想要用旧版本直接修改版本号即可(旧版本我用的是1.12.2)下载需要使用wget命令,默认是没有的#安装wgetyuminstallwget#建议直接下载到合适的地方先切换cd/usr/local#新版wgethtt......
  • Ubuntu20.04安装Docker及汉化版管理面板Portainer
    一、安装Docker 1、由于apt官方库里的docker版本可能比较旧,所以先卸载可能存在的旧版本:sudoapt-getremovedockerdocker-enginedocker-cedocker.io 2、更新apt包索引:sudoapt-getupdate 3、安装以下包以使apt可以通过HTTPS使用存储库(repository):sudoapt-getinst......
  • 服务器虚拟化安装配置及使用
    Top[TOC]安装安装依赖包yuminstallqemu-kvmqemu-imgvirt-managerlibvirtlibvirt-pythonvirt-managerlibvirt-clientvirt-installvirt-viewer-y启动服务systemctlstartlibvirtdsystemctlenablelibvirtd#KVM的管理工具栈:qemu:qemu-kvm,qemu-img和libvirt#......
  • 安装python连接eureka并且vector search milvus centos7
    先安装python到centos7第一步:安装必要的软件包,使用root权限:yumgroupinstall-y"Developmenttools"yuminstall-yncurses-develgdbm-develxz-develsqlite-develtk-develuuid-develreadline-develbzip2-devellibffi-devel第二步:Python官方地址:WelcometoPyth......
  • SketchUp2020-2023官方中文语言包安装问题修复
    在2020以后的版本里,官方出的中文语言包如果不是在安装SketchUp本体而是本体安装完毕后单独安装的,那么这个语言包安装后的文件路径和注册表会默认是2020的版本,也就是说SketchUp官方对于中文社区的态度就是反正很多人都是用盗版,随便糊弄一下就可以了.因此,这个中文语言包......
  • ubuntu-create parition
    fdisk/dev/sdbCommand(mforhelp):nSelect(defaultp):pPartitionnumber(1-4,default1):1Firstsector(2048-2097151999,default2048):Lastsector,+sectorsor+size{K,M,G}(2048-2097151999,default2097151999):Command(mforhelp):wpv......
  • pnpm安装使用
    1.安装npminstallpnpm-g安装完成后若出现pnpm:无法加载文件C:\Users\hp\AppData\Roaming\npm\pnpm.ps1,因为在此系统上禁止运行脚本在系统中搜索框输入WindosPowerShell点击[管理员身份运行]#以管理员身份运行powershellset-executionpolicyremotesigned......
  • SLES12sp4安装软件
    像SLES这样的商业版系统,其实是很依赖初始安装镜像的,我也是后来才知道这件事情,要不然也不会在之前格式化安装镜像的U盘了。为什么这么说的,因为商业版系统它不是Ubuntu,如果没有订阅码的话,软件源就只能依赖初始镜像。新系统的yast里面很多功能都是未安装的,至少在我这里没装上,我又把......