积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部系统运维(90)Linux(47)Zabbix(23)DevOps(11)eBPF(8)Cilium(7)Jenkins(3)存储(2)Android(1)Traefik(1)

语言

全部英语(49)中文(简体)(33)德语(1)西班牙语(1)法语(1)意大利语(1)日语(1)葡萄牙语(1)zh(1)英语(1)

格式

全部PDF文档 PDF(81)其他文档 其他(7)PPT文档 PPT(2)
 
本次搜索耗时 0.383 秒,为您找到相关结果约 90 个.
  • 全部
  • 系统运维
  • Linux
  • Zabbix
  • DevOps
  • eBPF
  • Cilium
  • Jenkins
  • 存储
  • Android
  • Traefik
  • 全部
  • 英语
  • 中文(简体)
  • 德语
  • 西班牙语
  • 法语
  • 意大利语
  • 日语
  • 葡萄牙语
  • zh
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Centos7安装docker

    Centos7 安装 docker ①yum 安装 centos7 自带的 yum 源没有 docker 软件,要指定其他的源,比如阿里的源或 docker 官方的 # cd /etc/yum.repos.d/ # wget https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo //阿里的源 或:https://download 或:https://download.docker.com/linux/centos/docker-ce.repo //官方的源 然后在/etc/yum.repos.d/目录下多了一个名为 docker-ce.repo 的文件 如果下载不了,可以在此目录下自己创建一个 docker-ce.repo 文件,内容如下: [docker-ce-stable] name=Docker CE Stable - $basearch baseurl=https://mirrors.aliyun.com/docker-ce/linux/centos/7/$basearch/stable enabled=1 gpgcheck=1 gpgkey=https://mirrors.aliyun.com/docker-ce/linux/centos/gpg 保存 # yum search docker # yum install docker 安装后,默认是未启动的 #
    0 码力 | 2 页 | 179.61 KB | 1 年前
    3
  • pdf文档 CloudExplorer 3.0 部署运维手册v1.2

    .................................................................... 22 杭州飞致云信息科技有限公司 3 6.1.3 Docker 查看.............................................................................................. 云管理平台的基础组件构成这样更方便以后在系统运维中更方便的去排查 问题、处理问题。解决了部署环境不统一、部署速度慢、遇到问题无从查起等问题。 二、逻辑架构 2.1 组件说明 CloudExplorer 平台采用 docker-compose 的方式维护整体平台的运行与服务之间的 依赖关系。 2.1.1 依赖组件 CloudExplorer 云管平台依赖于如下第三方开源中间件及数据库服务: 名称 描述 MySQL 杭州飞致云信息科技有限公司 7 2.2 组件间关系 CloudExplorer 的每个模块都是都是一个服务,服务模块与服务模块之间的依赖关系在 docker-compose 文件中都已经定义。 文件为:/opt/fit2cloud/docker-compose.yml 模块的基本的关联关系为:  管理中心模块依赖 MYSQL 数据库、Ansible、InfluxDB;  用户认证模块依赖 MYSQL
    0 码力 | 29 页 | 0 Bytes | 1 年前
    3
  • pdf文档 Zabbix 3.0 Manual

    Zabbix proxy process. # service zabbix-proxy start 5 Installation from containers Docker Zabbix provides Docker images for each Zabbix component as portable and self-sufficient containers to speed up support, Apache2 and Nginx web server support. These images are separated into different images. Docker base images Zabbix components are provided on Ubuntu, Alpine Linux and CentOS base images: Image images are updated. Attention: Zabbix Docker Appliance image is decommissioned since 3.0.30 and will not be available for newer releases. Please use a separate Docker image for each component instead of
    0 码力 | 1074 页 | 12.04 MB | 1 年前
    3
  • pdf文档 ubuntu server guide

    rock-images/container-customization-with-docker Container customization with Docker 3 rock-images/multi-node-configuration-with-docker-compose Multi-node configuration with Docker-Compose 2 Software 3 package-management 3 Containers 2 Level Path Navlink 4 containers-lxc LXC 4 containers-lxd LXD 4 docker-for-system-admins Docker for sysadmins 2 Network 3 how-to-install-and-configure-isc-kea Install isc-kea 3 h autoinstall on s390x ROCK Images Introduction Container customization with Docker Multi-node configuration with Docker-Compose Software Package management Upgrade Third party APT repositories Reporting
    0 码力 | 486 页 | 3.33 MB | 1 年前
    3
  • pdf文档 Zabbix 5.0 Manual

    from sources on the Windows platform. Docker monitoring plugin A Docker plugin for Zabbix agent 2 is now available as part of the out-of-the-box monitoring of Docker containers (see list of supported keys) MySQL by Zabbix agent 2 - DBMS MySQL and its forks monitoring via Zabbix agent 2. Docker • Template App Docker - Docker monitoring via Zabbix agent 2. Server • Template Server Chassis by IPMI - server Zabbix agent 2 plugins Parameter structure for Zabbix agent 2 plugins has been updated: • For Ceph, Docker, Memcached, MySQL, Oracle, and Redis plugins, a Uri can now only be specified as a named session
    0 码力 | 1561 页 | 28.27 MB | 1 年前
    3
  • pdf文档 Zabbix 5.2 Manual

    Zabbix agent 2 plugins Parameter structure for Zabbix agent 2 plugins has been updated: • For Ceph, Docker, Memcached, MySQL, Oracle, and Redis plugins, a Uri can now only be specified as a named session installed: sudo pkgutil --forget com.zabbix.pkg.ZabbixAgent 5 Installation from containers Docker Zabbix provides Docker images for each Zabbix component as portable and self-sufficient containers to speed up support, Apache2 and Nginx web server support. These images are separated into different images. Docker base images Zabbix components are provided on Ubuntu, Alpine Linux and CentOS base images: Image
    0 码力 | 1738 页 | 18.98 MB | 1 年前
    3
  • pdf文档 Zabbix 3.4 Manual

    start the agent, run: # service zabbix-agent start 5 Installation from containers Docker Zabbix provides Docker images for each Zabbix component as portable and self-sufficient containers to speed up support, Apache2 and Nginx web server support. These images are separated into different images. Docker base images Zabbix components are provided on Ubuntu, Alpine Linux and CentOS base images: Image 3.9. Docker file sources Everyone can follow Docker file changes using the Zabbix official repository on github.com. You can fork the project or make your own images based on official Docker files.
    0 码力 | 1136 页 | 15.03 MB | 1 年前
    3
  • pdf文档 Zabbix 6.4 Manual

    only visible when Tile provider is set to Other. 8 What’s new in Zabbix 6.4.3 Items docker.container_stats The docker.container_stats item on Zabbix agent 2 now also returns a pids_stats property with deploy Zabbix with Docker or Docker Compose. Zabbix officially provides: • Separate Docker images for each Zabbix component to run as portable and self-sufficient containers. • Compose files for defining defining and running multi-container Zabbix components in Docker. Attention: Since Zabbix 6.0, deterministic triggers need to be created during the installation. If binary logging is enabled for MySQL/MariaDB
    0 码力 | 1885 页 | 29.12 MB | 1 年前
    3
  • pdf文档 Zabbix 7.0 Manual

    deploy Zabbix with Docker or Docker Compose. Zabbix officially provides: • Separate Docker images for each Zabbix component to run as portable and self-sufficient containers. • Compose files for defining defining and running multi-container Zabbix components in Docker. Attention: Since Zabbix 6.0, deterministic triggers need to be created during the installation. If binary logging is enabled for MySQL/MariaDB dropped when a Docker is restarted. In this case, keep your SQL service running, only stop zabbix-server service by running ’docker compose down zabbix-server’ and then ’docker compose up -d zabbix-server’
    0 码力 | 1949 页 | 31.91 MB | 1 年前
    3
  • pdf文档 Zabbix 4.0 Manual

    installed: sudo pkgutil --forget com.zabbix.pkg.ZabbixAgent 5 Installation from containers Docker Zabbix provides Docker images for each Zabbix component as portable and self-sufficient containers to speed up support, Apache2 and Nginx web server support. These images are separated into different images. Docker base images Zabbix components are provided on Ubuntu, Alpine Linux and CentOS base images: Image images are updated. Attention: Zabbix Docker Appliance image is decommissioned since 4.0.19 and will not be available for newer releases. Please use a separate Docker image for each component instead of
    0 码力 | 1365 页 | 16.69 MB | 1 年前
    3
共 90 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
Centos7安装dockerCloudExplorer3.0部署运维手册v1ZabbixManualubuntuserverguide5.05.23.46.47.04.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩