Giter Site home page Giter Site logo

zabbix-templates's Introduction

Zabbix-Templates

这里主要汇总了一些在使用zabbix过程中经常用的监控模板。

OS:

  • OS_Linux_Server
  • OS_Netstats
  • OS_Network_Status
  • ...

App:

  • App_Apache_Status
  • App_Nginx_Status
  • App_Php-fpm_Status
  • ...

使用方法:

这里使用的template基本是使用zabbix trapper的方式通过程序收集数据,通过zabbix_sender来发送数据的方式。 使用这种方式可以有效的减轻zabbix server的压力,提高zabbix的性能。

1.需要导入xxx.xml模板文件。

2.在被监控机上部署收集数据的程序,在cron里面可以定期执行。

例如收集php-fpm status信息:

# Get php-fpm status to zabbix
*/2 * * * * root /xxx/xxx/zabbix-scripts/php-fpm_status_analyze.sh -z 127.0.0.1 -u http://127.0.0.1:80/pm_status > /dev/null 2>&1

zabbix-templates's People

Contributors

tgavriltg avatar fungitive avatar 0312birdzhang avatar

Stargazers

wsongl avatar  avatar chenfu avatar

Watchers

 avatar

Forkers

a270443177 wsongl

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.