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

无数据

分类

全部系统运维(96)Linux(31)Zabbix(26)httpd(23)存储(12)eBPF(8)Cilium(7)DevOps(1)

语言

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

格式

全部PDF文档 PDF(71)其他文档 其他(25)
 
本次搜索耗时 0.476 秒,为您找到相关结果约 96 个.
  • 全部
  • 系统运维
  • Linux
  • Zabbix
  • httpd
  • 存储
  • eBPF
  • Cilium
  • DevOps
  • 全部
  • 中文(简体)
  • 英语
  • JavaScript
  • 德语
  • 西班牙语
  • 法语
  • 意大利语
  • 日语
  • 葡萄牙语
  • zh
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 openEuler 23.09 技术白皮书

    openEuler 23.09 技术白皮书 1. 执行 uprobe 系统调用,在待修改函数 func 处增加 uprobe 断点。 2. 注册 uprobe handler。 3. 进行运行到 func 时调用 uprobe handler。 4. 将 patch 映射到当前进程地址空间。 5. 进行安全检查并将 func 的第一条指令修改为 jump 指令,指向 patch 地址。 6 用户无感知的全 栈热修复能力。 new_func1 new_func2 hot-patch hot-patch ... func1 func2 elf ... uprobe handler kernel old_func1 old_func2 process ... jmp insn 1 2 3 4 5 6 热 补 丁 服 务 上层应用软件 upatch 全栈监控:提供面向应用的精细化监控能力,覆盖语言运行时 (JVM)、GLIBC、系统调用、内核 (TCP、I/O、调度等 ) 等跨软件栈观测能力,实时查看系统资源对应用的影响。 • 全链路监控:提供网络流拓扑 (TCP、RPC)、软件部署拓扑信息,基于这些信息构建系统 3D 拓扑,精准查看应用依赖 的资源范围,快速识别故障半径。 • GALA 因果型 AI:提供可视化根因推导能力,分钟级定界至资源节点。 K8S Control
    0 码力 | 52 页 | 5.25 MB | 1 年前
    3
  • pdf文档 大学霸 Kali Linux 安全渗透教程

    SERVER: Apache/2.2.22 (Debian) [+] Interesting header: X-POWERED-BY: PHP/5.4.4-14+deb7u8 [+] XML-RPC Interface available under: http://192.168.41.130/xmlrpc.php [+] WordPress version 3.6.1 identified SERVER: Apache/2.2.22 (Debian) [+] Interesting header: X-POWERED-BY: PHP/5.4.4-14+deb7u8 [+] XML-RPC Interface available under: http://192.168.41.130/xmlrpc.php [+] WordPress version 3.6.1 identified SERVER: Apache/2.2.22 (Debian) [+] Interesting header: X-POWERED-BY: PHP/5.4.4-14+deb7u8 [+] XML-RPC Interface available under: http://192.168.41.130/xmlrpc.php [+] WordPress version 3.6.1 identified
    0 码力 | 444 页 | 25.79 MB | 1 年前
    3
  • pdf文档 ubuntu server guide

    allow the add machine script (and other admin functions) to work. This is achieved by executing: net rpc rights grant -U sysadmin "EXAMPLE\Domain Admins" SeMachineAccountPrivilege \ SePrintOperatorPrivilege • wwids_file • prkeys_file • log_checker_err • reservation_key • all_tg_pt • retain_attached_hw_handler • detect_prio • detect_checker • force_sync • strict_timing • deferred_remove • partition_delimiter 6. hardware_handler The hardware handler to use for this device type. The following hardware handler are implemented (all of these are hardware-dependent): 377 • 1 emc - Hardware handler for DGC class
    0 码力 | 486 页 | 3.33 MB | 1 年前
    3
  • pdf文档 Zabbix 4.2 Manual

    graph, the clock, etc), used in the dashboard. Zabbix API - Zabbix API allows you to use the JSON RPC protocol to create, update and fetch Zabbix objects (like hosts, items, graphs and others) or perform Note that other formats such as ’Numeric’ are also acceptable but might require a custom trap handler. Note: For SNMP trap monitoring to work, it must first be correctly set up. 2 Setting up SNMP StartSNMPTrapper=1 SNMPTrapperFile=/tmp/my_zabbix_traps.tmp 2. snmptrapd.conf - add SNMPTT as the trap handler: traphandle default snmptt 3. snmptt.ini - configure output file and time format: log_file =
    0 码力 | 1270 页 | 15.64 MB | 1 年前
    3
  • pdf文档 Zabbix 4.4 Manual

    graph, the clock, etc), used in the dashboard. Zabbix API - Zabbix API allows you to use the JSON RPC protocol to create, update and fetch Zabbix objects (like hosts, items, graphs and others) or perform Note that other formats such as ’Numeric’ are also acceptable but might require a custom trap handler. Note: For SNMP trap monitoring to work, it must first be correctly set up. 2 Setting up SNMP StartSNMPTrapper=1 SNMPTrapperFile=/tmp/my_zabbix_traps.tmp 2. snmptrapd.conf - add SNMPTT as the trap handler: traphandle default snmptt 3. snmptt.ini - enable the use of the Perl module from the NET-SNMP
    0 码力 | 1393 页 | 16.55 MB | 1 年前
    3
  • pdf文档 Zabbix 5.2 Manual

    graph, the clock, etc), used in the dashboard. Zabbix API - Zabbix API allows you to use the JSON RPC protocol to create, update and fetch Zabbix objects (like hosts, items, graphs and others) or perform Note that other formats such as ’Numeric’ are also acceptable but might require a custom trap handler. Note: For SNMP trap monitoring to work, it must first be correctly set up. 2 Setting up SNMP StartSNMPTrapper=1 SNMPTrapperFile=/tmp/my_zabbix_traps.tmp 2. snmptrapd.conf - add SNMPTT as the trap handler: traphandle default snmptt 3. snmptt.ini - enable the use of the Perl module from the NET-SNMP
    0 码力 | 1738 页 | 18.98 MB | 1 年前
    3
  • pdf文档 Zabbix 7.0 Manual

    graph, the clock, etc.), used in the dashboard. Zabbix API - Zabbix API allows you to use the JSON RPC protocol to create, update and fetch Zabbix objects (like hosts, items, graphs and others) or perform Note that other formats such as ’Numeric’ are also acceptable but might require a custom trap handler. Note: For SNMP trap monitoring to work, it must first be set up correctly (see below). Setting /usr/sbin/zabbix_trap_handler.sh: curl -o /usr/sbin/zabbix_trap_handler.sh https://raw.githubusercontent.com/zabbix/zabbix-docker/master/Dockerfiles/snmptraps/alpine/conf/usr/sbin/zabbix_trap_handler.sh If necessary
    0 码力 | 1949 页 | 31.91 MB | 1 年前
    3
  • pdf文档 Zabbix 6.4 Manual

    graph, the clock, etc.), used in the dashboard. Zabbix API - Zabbix API allows you to use the JSON RPC protocol to create, update and fetch Zabbix objects (like hosts, items, graphs and others) or perform Note that other formats such as ’Numeric’ are also acceptable but might require a custom trap handler. Note: For SNMP trap monitoring to work, it must first be set up correctly (see below). Setting /usr/sbin/zabbix_trap_handler.sh: 259 curl -o /usr/sbin/zabbix_trap_handler.sh https://raw.githubusercontent.com/zabbix/zabbix-docker/6.4/Dockerfiles/snmptraps/alpine/conf/usr/sbin/zabbix_trap_handler.sh If necessary
    0 码力 | 1885 页 | 29.12 MB | 1 年前
    3
  • pdf文档 Zabbix 5.0 Manual

    graph, the clock, etc.), used in the dashboard. Zabbix API - Zabbix API allows you to use the JSON RPC protocol to create, update and fetch Zabbix objects (like hosts, items, graphs and others) or perform Note that other formats such as ’Numeric’ are also acceptable but might require a custom trap handler. Note: For SNMP trap monitoring to work, it must first be correctly set up. 2 Setting up SNMP StartSNMPTrapper=1 SNMPTrapperFile=/tmp/my_zabbix_traps.tmp 2. snmptrapd.conf - add SNMPTT as the trap handler: traphandle default snmptt 3. snmptt.ini - enable the use of the Perl module from the NET-SNMP
    0 码力 | 1561 页 | 28.27 MB | 1 年前
    3
  • pdf文档 Zabbix 5.4 Manual

    graph, the clock, etc), used in the dashboard. Zabbix API - Zabbix API allows you to use the JSON RPC protocol to create, update and fetch Zabbix objects (like hosts, items, graphs and others) or perform Note that other formats such as ’Numeric’ are also acceptable but might require a custom trap handler. Note: For SNMP trap monitoring to work, it must first be correctly set up. 2 Setting up SNMP StartSNMPTrapper=1 SNMPTrapperFile=/tmp/my_zabbix_traps.tmp 2. snmptrapd.conf - add SNMPTT as the trap handler: traphandle default snmptt 3. snmptt.ini - enable the use of the Perl module from the NET-SNMP
    0 码力 | 1825 页 | 20.03 MB | 1 年前
    3
共 96 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
openEuler23.09技术白皮皮书白皮书大学KaliLinux安全渗透教程ubuntuserverguideZabbix4.2Manual4.45.27.06.45.05.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩