积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部系统运维(27)Zabbix(27)

语言

全部英语(20)中文(简体)(7)

格式

全部PDF文档 PDF(27)
 
本次搜索耗时 0.461 秒,为您找到相关结果约 27 个.
  • 全部
  • 系统运维
  • Zabbix
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Zabbix 3.4 中文手册

    schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要 images.sql 和 data.sql) ::: 脚本 MySQL zabbix < schema.sql # stop here if you are creating database for Zabbix proxy shell> mysql -uzabbix -p zabbix < images.sql shell> mysql -uzabbix -p zabbix < data.sql PostgreSQL 我们 zabbix < schema.sql # stop here if you are creating database for Zabbix proxy shell> psql -U zabbix < images.sql shell> psql -U zabbix < data.sql Oracle 我们假定存在一个 zabbix
    0 码力 | 1757 页 | 12.63 MB | 1 年前
    3
  • pdf文档 Zabbix 4.4 中文手册

    注意 >schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 5 对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要导入 images.sql 和 data.sql) ::: Note: Note: schema.sql, images.sql and data.sql files are located in the database subdirectory of Zabbix sources. If Zabbix was installed from distribution packages, refer to the distribution documentation. Attention: Attention: For a Zabbix proxy database, only schema.sql should be imported (no images.sql nor data.sql) MySQL shell> mysql -uroot -p mysql> create database zabbix character set utf8 collate
    0 码力 | 1850 页 | 13.52 MB | 1 年前
    3
  • pdf文档 Zabbix 4.2 中文手册

    注意 >schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 5 对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要导入 images.sql 和 data.sql) ::: Note: Note: schema.sql, images.sql and data.sql files are located in the database subdirectory of Zabbix sources. If Zabbix was installed from distribution packages, refer to the distribution documentation. Attention: Attention: For a Zabbix proxy database, only schema.sql should be imported (no images.sql nor data.sql) MySQL shell> mysql -uroot -p mysql> create database zabbix character set utf8 collate
    0 码力 | 1869 页 | 13.68 MB | 1 年前
    3
  • pdf文档 Zabbix 6.0 Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1721 13 Zabbix sender Windows 动态链接库 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1722 14 Python 库的人,将以正确的顺序接收存储库更新。此命名更改仅适用于 RHEL 包。 14 Zabbix 6.0.9 新功能 22 表达式宏 表达式宏 现在支持 {ITEM.KEY<1-9>} 宏。 包 SQL 脚本已从 “/usr/share/doc” 目录移动到 Zabbix 包中的 “/usr/share”。 15 Zabbix 6.0.10 新功能 记住过滤器设置 在几个监控页面(问题、主机 TimescaleDB 设置。 16 Zabbix 6.0.11 新功能 报告零索引节点的文件系统 vfs.fs.get agent 监控项现在能够报告 inode 计数为零的文件系统,对于具有动态 inode 的文件系统 (例如 btrfs)可能就是这种情况。 此外,在模式设置为 “pfree” 或 “pused” 的情况下,“vfs.fs.inode” 监控项现在不会变得不受支持。相反,此类文件系统的
    0 码力 | 1741 页 | 22.78 MB | 1 年前
    3
  • pdf文档 Zabbix 4.0 中文手册

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 298 15 适用于 Windows 的 Zabbix sender 动态链接库 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 298 16 Issues with SELinux 注意 >schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 6 对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要导入 images.sql 和 data.sql) ::: Note: Note: schema.sql, images.sql and data.sql files are located in the database subdirectory of Zabbix sources. If Zabbix was installed from distribution packages, refer to the distribution documentation. Attention:
    0 码力 | 1992 页 | 17.90 MB | 1 年前
    3
  • pdf文档 Zabbix 7.0 中文手册

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1863 13 适用于 Windows 的 Zabbix sender 动态链接库 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1863 14 Zabbix API 的 Python server,然后进行下一步。 3. 运行 postgresql/timescaledb/schema.sql 脚本(从 Zabbix 7.0.0 开始,脚本的位置和名称已从 postgresql/timescaledb.sql 更改为 postgresql/timescaledb/schema.sql)。请注意,如果没有运行此脚本而启动 Zabbix server,将记录一条警告。 另请参阅: • 现在,已经移除了克隆选项,并将完全克隆选项重命名为克隆,同时保留了完全克隆的所有先前功能。 部件 新版本中添加了多个新部件,同时增强了其他部件的可用功能。此外,仪表盘部件现在可以相互连接和通信,使部件和仪表盘更加 动态。 仪表盘 在仪表盘部件 中添加了叫 仪表盘的小部件,允许将单个监控项的值显示为仪表盘。更多信息,请参见仪表盘。 饼图 在仪表盘部件 中添加了 饼图部件,允许将选定监控项的值显示为: • 饼图;
    0 码力 | 1951 页 | 33.43 MB | 1 年前
    3
  • pdf文档 Zabbix 5.0 Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 508 15 适用于 Windows 的 Zabbix sender 动态链接库 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 508 16 SELINUX 的问题 . . Zabbix,请继续将数据导入数据库。对于 Zabbix 代理数据库,应仅导入 schema.sql(不是 images.sql 或 data.sql): shell> cd database/mysql shell> mysql -uzabbix -p<您 的 密 码> zabbix < schema.sql # 下 面 步 骤 当 创 建Zabbix proxy数 据 库 时 不 需 要 执 行 行 shell> mysql -uzabbix -p<您 的 密 码> zabbix < images.sql shell> mysql -uzabbix -p<您 的 密 码> zabbix < data.sql PostgreSQL 需要使用有权限的用户去创建数据库对象。以下 shell 命令将创建 zabbix 用户。在提示下请输入密码并再次确认密码。(注意,可能首 先要求输入 sudo 命令对应的用户密码):
    0 码力 | 2715 页 | 28.60 MB | 1 年前
    3
  • pdf文档 Zabbix 5.2 Manual

    注意 >schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 5 对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要导入 images.sql 和 data.sql) ::: Note: Note: schema.sql, images.sql and data.sql files are located in the database subdirectory of Zabbix sources. If Zabbix was installed from distribution packages, refer to the distribution documentation. Attention: Attention: For a Zabbix proxy database, only schema.sql should be imported (no images.sql nor data.sql) MySQL shell> mysql -uroot -p mysql> create database zabbix character set utf8 collate
    0 码力 | 1725 页 | 11.53 MB | 1 年前
    3
  • pdf文档 Zabbix 5.4 中文手册

    schema.sql, images.sql and data.sql 这些文件在 Zabbix 的子目录 database 下. 如果 Zabbix 是通过分发包安装 的, 参考分发包相关文档. ::: 对于 Zabbix proxy 数据库, 只需要导入 schema.sql (不需要导入 images.sql 和 data.sql) ::: Note: schema schema.sql, images.sql and data.sql files are located in the database subdirectory of Zabbix sources. If Zabbix was installed from distribution packages, refer to the distribution documentation. Attention: Attention: For a Zabbix proxy database, only schema.sql should be imported (no images.sql nor data.sql) MySQL shell> mysql -uroot -p mysql> create database zabbix character set utf8 collate utf8_bin;
    0 码力 | 2339 页 | 19.57 MB | 1 年前
    3
  • pdf文档 Zabbix 6.0 Manual

    9 Expression macros {ITEM.KEY<1-9>} macros are now supported inside expression macros. Packages SQL scripts have been moved from the /usr/share/doc directory to /usr/share in Zabbix packages. 15 What’s implementation for Go. github.com/godbus/dbus 4.1.0 Native Go bindings for D-Bus. github.com/go-sql- driver/mysql 1.5.0 MySQL driver. github.com/godror/godror 0.20.1 Oracle DB driver. github.com/mattn/go- daemons, as well as Zabbix frontend, a database is required. It is not needed to run Zabbix agent. SQL scripts are provided for creating database schema and inserting the dataset. Zabbix proxy database
    0 码力 | 1681 页 | 23.19 MB | 1 年前
    3
共 27 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
Zabbix3.4中文手册4.44.26.0Manual4.07.05.05.25.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩