Giter Club home page Giter Club logo

zabbix-codes's Introduction

Zabbix Codes查询维护系统

0. 概述

Zabbix中的报警码可以通过本系统查询如下内容:

  • 错误原因;
  • 解决办法;
  • 联系人。

1. 操作人员

本系统将由运维人员操作使用。

2. 通过特定的URL可以查询指定的代码代表的含义。

3. 如何开始开发

3.1 启动后台

首先确保Node.js,yarn已经安装配置好。然后运行yarn安装依赖库。然后执行:yarn dev启动后台服务。

cd zabbix-codes
cd server
yarn
yarn dev

3.2 启动前端

前端项目在zabbix_codes/web_content目录下。使用webpack可以启动测试用的前端服务器。可以使用npm start dev启动(具体可看package.json中的定义):

cd zabbix_codes
cd web
yarn
yarn serve

4. 如何发布

TBC

5. 架构概述

本工程使用Node.js构建,使用了nodejs的async、await特性,需要nodejs本身的支持。主要用的依赖包有:

  • Koajs
  • mysqljs/mysql
  • redis
  • log4js
  • swagger-jsdoc
  • swagger-ui

6. 前端功能架构

前端功能使用Vue.js构建。同时使用了ElementUI库。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.