Skip to content

suga0828/network-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started

The next tutorials will cover a set of configuration commonly used in Network Monitoring. These tutorials are made to be followed on CentOS 9 Stream.

Tutorials

  1. Install CentOS 9 Stream on a virtual machine using Virtual Box.
  2. Install LAMP Stack on CentOS 9 Stream.
  3. Install Network Monitoring Solution Zabbix on CentOS 9 Stream.
  4. Install Zabbix Agent on Windows.
  5. Install and configure Postfix to use Gmail SMTP on CentOS 9 Stream.
  6. Create and configure Zabbix Agent's alert.
  7. Install and configure SNMPv3 on CentOS 9 Stream.

Development

To run docs locally, install MkDocs, the theme MkDocs Simple Blog and the plugin mkdocs-same-dir.

Installation
pip install mkdocs mkdocs-simple-blog mkdocs-same-dir
Execution
mkdocs serve
Deployment
mkdocs gh-deploy