Giter VIP home page Giter VIP logo

-zabbix's Introduction

'Бойко Владислав' 'Система мониторинга Zabbix'


Задание 1

Команды для установки

  1. 'su -'
  2. 'apt update'
  3. 'apt install postgresql'
  4. 'wget https://repo.zabbix.com/zabbix/6.0/debian/pool/main/z/zabbix-release/zabbix-release_6.0-4+debian11_all.deb'
  5. 'dpkg -i zabbix-release_6.0-4+debian11_all.deb'
  6. 'apt update'
  7. 'apt install zabbix-server-pgsql zabbix-frontend-php php7.4-pgsql zabbix-apache-conf zabbix-sql-scripts zabbix-agent'
  8. 'sudo -u postgres createuser --pwprompt zabbix'
  9. 'sudo -u postgres createdb -O zabbix zabbix'
  10. 'zcat /usr/share/zabbix-sql-scripts/postgresql/server.sql.gz | sudo -u zabbix psql zabbix'
  11. 'nano /etc/zabbix/zabbix_server.conf - редактируем DBPassword'
  12. 'systemctl restart zabbix-server zabbix-agent apache2'
  13. 'systemctl enable zabbix-server zabbix-agent apache2'

img

Задание 2

Команды для установки

  1. 'su -'
  2. 'apt update'
  3. 'wget https://repo.zabbix.com/zabbix/6.0/debian/pool/main/z/zabbix-release/zabbix-release_6.0-4+debian11_all.deb'
  4. 'dpkg -i zabbix-release_6.0-4+debian11_all.deb'
  5. 'apt update'
  6. 'apt install zabbix-agent'
  7. 'systemctl restart zabbix-agent'
  8. 'systemctl enable zabbix-agent'
  9. 'nano /etc/zabbix/zabbix_agentd.conf' - добавляем ip сервера

latest_data

tail_log

host_conect

-zabbix's People

Contributors

vladislave2042 avatar

Watchers

 avatar

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.