Commit 30d336d6 by 刘航

完善zabbix部署文档

1 parent 64dd4f5c
......@@ -322,4 +322,5 @@ if __name__ == "__main__":
for i in range(intstart,intend+1):
hostip = "{}.{}".format(ipbase,i)
print(hostip)
test.host_create( hostip,hostip,hostip, hostgroup, proxyname, template1, template2)
hostname = proxyname+'_'+hostip
test.host_create( hostname,hostname,hostip, hostgroup, proxyname, template1, template2)
zabbix监测系统
===============
安装
服务端安装
--------------------------------
使用docker安装/运行方式(建议使用此方式)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
离线安装包: smb://192.168.9.1/公共模块/繁星/繁星二代/自检系统/(zabbix_agent_proxy_tx1、zabbix_docker)
离线安装包: smb://192.168.9.1/公共模块/繁星/繁星二代/自检系统/zabbix_docker .
有docker离线包zabbix_docker,拷贝到有docker的主机上,加载镜像:
镜像加载
::::::::::::::::::::::::::
有docker离线包zabbix_docker,拷贝到有docker的主机上,加载镜像:
.. code-block:: shell
......@@ -32,6 +35,20 @@ zabbix监测系统
zabbix/zabbix-server-pgsql ubuntu-3.4.13 af4434f6332b 4 weeks ago 224 MB
postgres 9.6 4023a747a01a 20 months ago 265 MB
postgres数据库客户端安装
::::::::::::::::::::::::::::::::::::::::::::::
离线包里有libpq5_9.5.23-0ubuntu0.16.04.1_amd64.deb postgresql-client-9.5_9.5.23-0ubuntu0.16.04.1_amd64.deb
.. code-block:: shell
dpkg -i ./*.deb
运行docker,创建数据库
::::::::::::::::::::::::::::::::
本地安装/运行方式(坑多)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
......@@ -77,8 +94,61 @@ sudo cp -r zabbix-3.4.13/frontends/php/ /var/www/html/zabbix
server主动获取,在zabbix_agent.conf增加的item的type是Zabbix trapper
配置
----------------------------
节点端安装
---------------------------
离线安装包: smb://192.168.9.1/公共模块/繁星/繁星二代/自检系统/tx1_离线包/watchmen_tx1.tar.gz
主节点安装
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
.. code-block:: shell
tar zxvf watchmen_tx1.tar.gz
cd watchmen_tx1
./watchmen_install_tx1.sh master
# --server_ip平台ip。 --zabbix_proxy_name代理名称,必须和web上创建的一致
./watchmen_config_tx1.sh --server_ip=192.168.9.62 --zabbix_proxy_name=190master
子节点安装
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
确保主节点已安装了ansible
假如当前主节点管理的子节点组命名tx2
.. code-block:: shell
ansible -b tx2 -m copy -a "src=watchmen_tx1.tar.gz dest=/root/UserApp/"
ansible -b tx2 -m raw -a "cd /root/UserApp/; tar zxvf watchmen_tx1.tar.gz; cd watchmen_tx1; ./watchmen_install_tx1.sh slave"
进入web配置
>>>>>>>>>>>>>>>>>>>>>>>>>
1. 导入模版(参考使用章节)
2. 添加代理(参考使用章节)
每个主节点都需要添加代理
使用脚本添加host
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
.. code-block:: shell
# --baseurl zabbix web地址
# --ipstart 批量ip开始
# --ipsend 批量ip结束
# --hostgroup 在zabbix创建的group名。如果没有特殊要求填写starnet_tx1_slave_group
# --proxyname 代理名称,必须和web添加的代理名一致
# --template1模版名,监控项都在模版里
# 下面的命令会添加192.168.8.2/3/4/5/6 五个子节点
python2 zabbix_addhost.py --baseurl=http://192.168.9.62:9210 --ipstart=192.168.8.2 --ipend=192.168.8.6 --hostgroup=starnet_tx1_slave_group --proxyname=190master --template1=starnet_tx1_slave_tp
手动配置(前面安装章节已包含自动化配置,没有特殊需求可略过本章节)
------------------------------------------------------------------------------
zabbix_agent配置
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
......
......@@ -92,7 +92,8 @@
<li class="toctree-l1"><a class="reference internal" href="20-ansible.html">2. ansible集群管理工具</a></li>
<li class="toctree-l1"><a class="reference internal" href="30-elk.html">3. elk日志系统</a></li>
<li class="toctree-l1"><a class="reference internal" href="40-zabbix.html">4. zabbix监测系统</a></li>
<li class="toctree-l1"><a class="reference internal" href="99-history.html">5. 修订历史</a></li>
<li class="toctree-l1"><a class="reference internal" href="80-starnet-dev.html">5. watchmen在繁星的应用与开发</a></li>
<li class="toctree-l1"><a class="reference internal" href="99-history.html">6. 修订历史</a></li>
</ul>
......
......@@ -93,7 +93,7 @@
</li>
<li class="toctree-l1"><a class="reference internal" href="30-elk.html">3. elk日志系统</a></li>
<li class="toctree-l1"><a class="reference internal" href="40-zabbix.html">4. zabbix监测系统</a></li>
<li class="toctree-l1"><a class="reference internal" href="40-zabbix.html#item">5. 动态item</a></li>
<li class="toctree-l1"><a class="reference internal" href="80-starnet-dev.html">5. watchmen在繁星的应用与开发</a></li>
<li class="toctree-l1"><a class="reference internal" href="99-history.html">6. 修订历史</a></li>
</ul>
......
......@@ -103,7 +103,7 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="40-zabbix.html">4. zabbix监测系统</a></li>
<li class="toctree-l1"><a class="reference internal" href="40-zabbix.html#item">5. 动态item</a></li>
<li class="toctree-l1"><a class="reference internal" href="80-starnet-dev.html">5. watchmen在繁星的应用与开发</a></li>
<li class="toctree-l1"><a class="reference internal" href="99-history.html">6. 修订历史</a></li>
</ul>
......
......@@ -89,7 +89,7 @@
<li class="toctree-l1"><a class="reference internal" href="30-elk.html">3. elk日志系统</a></li>
<li class="toctree-l1"><a class="reference internal" href="40-zabbix.html">4. zabbix监测系统</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">5. watchmen在繁星的应用与开发</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">5.1. 20181128整理需求以及实现</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">5.1. 20181128整理需求以及设计</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#id2">5.1.1. 原始需求以及应对方案</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id3">5.1.2. 会话日志</a></li>
<li class="toctree-l3"><a class="reference internal" href="#id4">5.1.3. 相机状态</a></li>
......@@ -107,6 +107,10 @@
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#id10">5.2. 20181128整理需求实现</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#tcp">5.2.1. tcp长连接状态</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="99-history.html">6. 修订历史</a></li>
......@@ -177,7 +181,7 @@
<div class="section" id="watchmen">
<h1>5. watchmen在繁星的应用与开发<a class="headerlink" href="#watchmen" title="Permalink to this headline"></a></h1>
<div class="section" id="id1">
<h2>5.1. 20181128整理需求以及实现<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>5.1. 20181128整理需求以及设计<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<div class="section" id="id2">
<h3>5.1.1. 原始需求以及应对方案<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h3>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>一.视频点播问题:点播不出来、点播耗时长 、点播的视频质量差等
......@@ -451,6 +455,12 @@
</div>
</div>
</div>
<div class="section" id="id10">
<h2>5.2. 20181128整理需求实现<a class="headerlink" href="#id10" title="Permalink to this headline"></a></h2>
<div class="section" id="tcp">
<h3>5.2.1. tcp长连接状态<a class="headerlink" href="#tcp" title="Permalink to this headline"></a></h3>
</div>
</div>
</div>
......
......@@ -89,11 +89,12 @@
<li class="toctree-l1"><a class="reference internal" href="40-zabbix.html">4. zabbix监测系统</a></li>
<li class="toctree-l1"><a class="reference internal" href="80-starnet-dev.html">5. watchmen在繁星的应用与开发</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">6. 修订历史</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id2">6.1. 2018.11.23</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id3">6.2. 2018.10.24</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id4">6.3. 2018.10.17</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id5">6.4. 2018.10.10</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id6">6.5. 2018.10.09</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id2">6.1. 2018.12.04</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id3">6.2. 2018.11.23</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id4">6.3. 2018.10.24</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id5">6.4. 2018.10.17</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id6">6.5. 2018.10.10</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id7">6.6. 2018.10.09</a></li>
</ul>
</li>
</ul>
......@@ -163,15 +164,22 @@
<div class="section" id="id1">
<h1>6. 修订历史<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h1>
<div class="section" id="id2">
<h2>6.1. 2018.11.23<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<h2>6.1. 2018.12.04<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<ol class="arabic simple">
<li>增加zabbix 监控docker说明</li>
<li>增加《20181128整理需求以及实现》章节</li>
</ol>
</div>
<div class="section" id="id3">
<h2>6.2. 2018.11.23<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
<ol class="arabic simple">
<li>增加zabbix动态item功能( Low-level discovery ),简称lld的操作文档。见章节4.6</li>
<li>vproc脚本增加生成lld所需json串功能。</li>
<li>vproc脚本根目录修改为/root/Log</li>
</ol>
</div>
<div class="section" id="id3">
<h2>6.2. 2018.10.24<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
<div class="section" id="id4">
<h2>6.3. 2018.10.24<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
<ol class="arabic simple">
<li>错别字修改,ansible的脚本叫playbook不是playback</li>
<li>增加4.4 4.5自定义监测项相关说明</li>
......@@ -186,21 +194,21 @@
<li>增加zabbix监控模板: <a class="reference external" href="smb://192.168.9.1">smb://192.168.9.1</a>/公共模块/繁星/繁星二代/自检系统/zabbix_template 。新部署的zabbix将模板导入即可</li>
</ol>
</div>
<div class="section" id="id4">
<h2>6.3. 2018.10.17<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
<div class="section" id="id5">
<h2>6.4. 2018.10.17<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h2>
<ol class="arabic simple">
<li>zabbix agent和proxy配置文件增加 AllowRoot=1,使其可以用root账户运行</li>
<li>错别字修改,watchman改成watchmen,明明是想用DC漫画的watchmen :)</li>
</ol>
</div>
<div class="section" id="id5">
<h2>6.4. 2018.10.10<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h2>
<div class="section" id="id6">
<h2>6.5. 2018.10.10<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h2>
<ol class="arabic simple">
<li>修改了zabbix_agent安装方法。由deb包安装改成编译安装。deb版本较低,一些定义好的item不支持。改成3.4版本源码编译的,与zabbix_proxy一起安装</li>
</ol>
</div>
<div class="section" id="id6">
<h2>6.5. 2018.10.09<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h2>
<div class="section" id="id7">
<h2>6.6. 2018.10.09<a class="headerlink" href="#id7" title="Permalink to this headline"></a></h2>
<ol class="arabic simple">
<li>新建文档,增加了watchmen各组件最基本的安装、配置、quickstart文档</li>
</ol>
......
zabbix监测系统
===============
安装
服务端安装
--------------------------------
使用docker安装/运行方式(建议使用此方式)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
离线安装包: smb://192.168.9.1/公共模块/繁星/繁星二代/自检系统/(zabbix_agent_proxy_tx1、zabbix_docker)
离线安装包: smb://192.168.9.1/公共模块/繁星/繁星二代/自检系统/zabbix_docker .
有docker离线包zabbix_docker,拷贝到有docker的主机上,加载镜像:
镜像加载
::::::::::::::::::::::::::
有docker离线包zabbix_docker,拷贝到有docker的主机上,加载镜像:
.. code-block:: shell
......@@ -32,6 +35,20 @@ zabbix监测系统
zabbix/zabbix-server-pgsql ubuntu-3.4.13 af4434f6332b 4 weeks ago 224 MB
postgres 9.6 4023a747a01a 20 months ago 265 MB
postgres数据库客户端安装
::::::::::::::::::::::::::::::::::::::::::::::
离线包里有libpq5_9.5.23-0ubuntu0.16.04.1_amd64.deb postgresql-client-9.5_9.5.23-0ubuntu0.16.04.1_amd64.deb
.. code-block:: shell
dpkg -i ./*.deb
运行docker,创建数据库
::::::::::::::::::::::::::::::::
本地安装/运行方式(坑多)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
......@@ -77,8 +94,61 @@ sudo cp -r zabbix-3.4.13/frontends/php/ /var/www/html/zabbix
server主动获取,在zabbix_agent.conf增加的item的type是Zabbix trapper
配置
----------------------------
节点端安装
---------------------------
离线安装包: smb://192.168.9.1/公共模块/繁星/繁星二代/自检系统/tx1_离线包/watchmen_tx1.tar.gz
主节点安装
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
.. code-block:: shell
tar zxvf watchmen_tx1.tar.gz
cd watchmen_tx1
./watchmen_install_tx1.sh master
# --server_ip平台ip。 --zabbix_proxy_name代理名称,必须和web上创建的一致
./watchmen_config_tx1.sh --server_ip=192.168.9.62 --zabbix_proxy_name=190master
子节点安装
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
确保主节点已安装了ansible
假如当前主节点管理的子节点组命名tx2
.. code-block:: shell
ansible -b tx2 -m copy -a "src=watchmen_tx1.tar.gz dest=/root/UserApp/"
ansible -b tx2 -m raw -a "cd /root/UserApp/; tar zxvf watchmen_tx1.tar.gz; cd watchmen_tx1; ./watchmen_install_tx1.sh slave"
进入web配置
>>>>>>>>>>>>>>>>>>>>>>>>>
1. 导入模版(参考使用章节)
2. 添加代理(参考使用章节)
每个主节点都需要添加代理
使用脚本添加host
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
.. code-block:: shell
# --baseurl zabbix web地址
# --ipstart 批量ip开始
# --ipsend 批量ip结束
# --hostgroup 在zabbix创建的group名。如果没有特殊要求填写starnet_tx1_slave_group
# --proxyname 代理名称,必须和web添加的代理名一致
# --template1模版名,监控项都在模版里
# 下面的命令会添加192.168.8.2/3/4/5/6 五个子节点
python2 zabbix_addhost.py --baseurl=http://192.168.9.62:9210 --ipstart=192.168.8.2 --ipend=192.168.8.6 --hostgroup=starnet_tx1_slave_group --proxyname=190master --template1=starnet_tx1_slave_tp
手动配置(前面安装章节已包含自动化配置,没有特殊需求可略过本章节)
------------------------------------------------------------------------------
zabbix_agent配置
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
......@@ -499,3 +569,14 @@ web上的配置
- macro的value集合json利用vproc lld功能生成
监控docker
---------------------
已有开源项目https://github.com/monitoringartist/Zabbix-Docker-Monitoring
平台端运行zabbix_agentd定制版docker,离线包中已添加zabbix_docker/dockbix-agent-xxl-limited_3.4-3.images
dockerrun_zabbix.sh中有运行命令
zabbix web增加Zabbix-Template-App-Docker.xml模板。创建主机,关联此模板
......@@ -6,7 +6,7 @@
watchmen在繁星的应用与开发
**********************************
20181128整理需求以及实现
20181128整理需求以及设计
===============================
原始需求以及应对方案
......@@ -223,3 +223,10 @@ OperateServer
^^^^^^^^^^^^^^^^
- 长连接状态
20181128整理需求实现
===============================
tcp长连接状态
--------------------
修订历史
================
2018.12.04
-----------------------------
1. 增加zabbix 监控docker说明
2. 增加《20181128整理需求以及实现》章节
2018.11.23
------------------
1. 增加zabbix动态item功能( Low-level discovery ),简称lld的操作文档。见章节4.6
......
......@@ -186,45 +186,58 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="40-zabbix.html">4. zabbix监测系统</a><ul>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id1">4.1. 安装</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#docker">4.1.1. 使用docker安装/运行方式(建议使用此方式)</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id2">4.1.2. 本地安装/运行方式(坑多)</a></li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id1">4.1. 服务端安装</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#docker">4.1.1. 使用docker安装/运行方式(建议使用此方式)</a><ul>
<li class="toctree-l4"><a class="reference internal" href="40-zabbix.html#id2">4.1.1.1. 镜像加载</a></li>
<li class="toctree-l4"><a class="reference internal" href="40-zabbix.html#postgres">4.1.1.2. postgres数据库客户端安装</a></li>
<li class="toctree-l4"><a class="reference internal" href="40-zabbix.html#id3">4.1.1.3. 运行docker,创建数据库</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id5">4.2. 配置</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#zabbix-agent">4.2.1. zabbix_agent配置</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#zabbix-proxy">4.2.2. zabbix_proxy配置</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#zabbix-server">4.2.3. zabbix_server配置</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id4">4.1.2. 本地安装/运行方式(坑多)</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id6">4.3. 使用</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#quick-start">4.3.1. quick start</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id7">4.3.2. 模板</a></li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id7">4.2. 节点端安装</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id8">4.2.1. 主节点安装</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id9">4.2.2. 子节点安装</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#web">4.2.3. 进入web配置</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#host">4.2.4. 使用脚本添加host</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id8">4.4. 自定义监测项</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id9">4.4.1. 繁星增加自定义监测项典型流程</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#vproc">4.4.2. vproc</a></li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id10">4.3. 手动配置(前面安装章节已包含自动化配置,没有特殊需求可略过本章节)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#zabbix-agent">4.3.1. zabbix_agent配置</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#zabbix-proxy">4.3.2. zabbix_proxy配置</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#zabbix-server">4.3.3. zabbix_server配置</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id10">4.5. 自定义监测项列表</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#vaserver">4.5.1. VAServer</a></li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id11">4.4. 使用</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#quick-start">4.4.1. quick start</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id12">4.4.2. 模板</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#item">4.6. 动态item</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id11">4.6.1. 概述</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id14">4.6.2. 操作教程</a><ul>
<li class="toctree-l4"><a class="reference internal" href="40-zabbix.html#web">4.6.2.1. web上的配置</a></li>
<li class="toctree-l4"><a class="reference internal" href="40-zabbix.html#id15">4.6.2.2. 设备上配置文件</a></li>
<li class="toctree-l4"><a class="reference internal" href="40-zabbix.html#id16">4.6.2.3. 运作流程简述</a></li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id13">4.5. 自定义监测项</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id14">4.5.1. 繁星增加自定义监测项典型流程</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#vproc">4.5.2. vproc</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id15">4.6. 自定义监测项列表</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#vaserver">4.6.1. VAServer</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#item">4.7. 动态item</a><ul>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id16">4.7.1. 概述</a></li>
<li class="toctree-l3"><a class="reference internal" href="40-zabbix.html#id19">4.7.2. 操作教程</a><ul>
<li class="toctree-l4"><a class="reference internal" href="40-zabbix.html#id20">4.7.2.1. web上的配置</a></li>
<li class="toctree-l4"><a class="reference internal" href="40-zabbix.html#id21">4.7.2.2. 设备上配置文件</a></li>
<li class="toctree-l4"><a class="reference internal" href="40-zabbix.html#id22">4.7.2.3. 运作流程简述</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="40-zabbix.html#id23">4.8. 监控docker</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="80-starnet-dev.html">5. watchmen在繁星的应用与开发</a><ul>
<li class="toctree-l2"><a class="reference internal" href="80-starnet-dev.html#id1">5.1. 20181128整理需求以及实现</a><ul>
<li class="toctree-l2"><a class="reference internal" href="80-starnet-dev.html#id1">5.1. 20181128整理需求以及设计</a><ul>
<li class="toctree-l3"><a class="reference internal" href="80-starnet-dev.html#id2">5.1.1. 原始需求以及应对方案</a></li>
<li class="toctree-l3"><a class="reference internal" href="80-starnet-dev.html#id3">5.1.2. 会话日志</a></li>
<li class="toctree-l3"><a class="reference internal" href="80-starnet-dev.html#id4">5.1.3. 相机状态</a></li>
......@@ -242,14 +255,19 @@
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="80-starnet-dev.html#id10">5.2. 20181128整理需求实现</a><ul>
<li class="toctree-l3"><a class="reference internal" href="80-starnet-dev.html#tcp">5.2.1. tcp长连接状态</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="99-history.html">6. 修订历史</a><ul>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id2">6.1. 2018.11.23</a></li>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id3">6.2. 2018.10.24</a></li>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id4">6.3. 2018.10.17</a></li>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id5">6.4. 2018.10.10</a></li>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id6">6.5. 2018.10.09</a></li>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id2">6.1. 2018.12.04</a></li>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id3">6.2. 2018.11.23</a></li>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id4">6.3. 2018.10.24</a></li>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id5">6.4. 2018.10.17</a></li>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id6">6.5. 2018.10.10</a></li>
<li class="toctree-l2"><a class="reference internal" href="99-history.html#id7">6.6. 2018.10.09</a></li>
</ul>
</li>
</ul>
......
This diff could not be displayed because it is too large.
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!