current location:Home > Technical Articles > Operation and Maintenance
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Writing a Telegram and Email Notifications Script for Zabbix
- Monitoring your whole infrastructure is very essential specially in IT infrastructures. I recently learn creating and writing scripts for monitoring like this. I will share you how I make telegram and email notifications script. This script sends an
- Python Tutorial . zabbix 997 2024-09-06 06:02:32
-
- Zabbix 3.4 Source code compilation installation
- 1. Installation environment (Hyper-V virtual machine): $hostnamectlStatichostname:localhost.localdomainIconname:computer-vmChassis:vmMachineID:renwoles1d8743989a40cb81db696400BootID:renwoles272f4aa59935dcdd0d456501Virtualization:microsoftOperatingSystem:CentOS Linux7(Core)CPEOSName:cpe:
- LINUX . zabbix 1005 2024-09-04 07:32:49
-
- Introduction to Ansible Dynamic Inventory
- AnsibleInventory actually consists of two parts: static Inventory and dynamic Inventory. Static Inventory refers to the hosts and groups specified in the file /etc/ansible/hosts. DynamicInventory refers to obtaining the host list through an external script and returning it in the format required by ansible. To ansilbe command. This part generally combines the CMDB asset management system, zabbix monitoring system, crobble installation system, cloud computing platform, etc. to obtain host information. Since host resources generally increase or decrease dynamically, these systems generally update intelligently. We can use these tools to provide a
- LINUX . zabbix 872 2024-08-24 10:44:02
-
- Master teaches you to automatically discover and monitor the status of mysql slave database
- There are three main values monitored for the status of the mysql slave library, namely SlaveSQLRunning, SlaveIORunning and SecondsBehindMaster. Only when SlaveSQLRunning, SlaveIORunning is yes, and then SecondsBehindMaster is 0, can the slave database run in a normal state (sometimes if these three values meet the requirements, there will be problems with the slave database data). Let’s first look at the effect of monitoring: Since it automatically discovers the monitored mysql slave database status, first paste the configuration of the automatic discovery rules and use mysql.slave.discover to obtain m
- LINUX . zabbix 1183 2024-08-13 11:40:25
-
- Solve the problem of garbled display of graphs and charts on Zabbix Chinese monitoring server
- Zabbix's support for Chinese is not very good, but sometimes we still choose Chinese for management purposes. In the web interface monitored by Zabbix, the Chinese under the graphic icon will display small squares. This is incorrect and requires downloading fonts. For example, "Microsoft Yahei", "Microsoft Yahei.ttf" is named "msyh.ttf", upload the downloaded font to /zabbix/fonts/fonts and modify the two characters in the /zabbix/include/defines.inc.php file at define('ZBX_GRAPH_FONT_NAME','DejaVuSans');define('ZBX_FONT_NAME'
- LINUX . zabbix 331 2024-07-31 14:10:17
-
- Enterprise-level application monitoring and operation and maintenance practice based on Java framework
- Enterprise-level Java application monitoring and operations best practices include: Monitoring methods: metric monitoring, log analysis, distributed tracing Infrastructure monitoring: server metrics, network monitoring, cloud monitoring Operations practices: alerts and notifications, automation, continuous integration and deployment case study: An e-commerce company used distributed tracing to solve throughput issues and improve application stability.
- javaTutorial . zabbix 504 2024-06-02 20:59:00
-
- How to monitor PHP application performance in cloud deployment?
- How to monitor PHP application performance in cloud deployment? Use open source tools: NewRelic: A comprehensive APM solution for monitoring PHP applications. Zabbix: Enterprise-level monitoring system with customizable monitoring templates and alarm settings. Use cloud-native features: CloudWatch (AWS): built-in metrics, visualizations, and integration with other AWS services. Google Cloud Monitoring (GCP): Optimized for the GCP environment, supporting custom monitoring indicators and logging.
- PHP Tutorial . zabbix 1235 2024-05-06 12:57:02
-
- Advantages and disadvantages of nagios and zabbix
- Nagios and Zabbix are the leaders in monitoring. Nagios is suitable for small to medium-sized environments and offers a high degree of customizability, while Zabbix is suitable for large-scale monitoring and offers rich functionality and ease of use. The choice depends on factors such as size, feature requirements, customizability, price, and user-friendliness.
- Common Problem . zabbix 1089 2024-04-18 17:36:21
-
- How to create custom monitoring items with zabbix
- Background: Zabbix itself provides many optional monitoring items, which can meet most monitoring needs. Sometimes due to business needs, monitoring items need to be customized. The following takes creating a MySQL custom monitoring item as an example to share how to create a Zabbix custom monitoring item. Environment description: zabbix version: 3.0.3 Operating system: CentOS7 mysql version: 5.7.1 Implementation steps: 1. Modify zabbix_agentd.conf and add zabbix_agent configuration directory. The following is the configuration of my local zabbix: remove the comments from the following lines# Include=/usr/local/etc/zabbix_agentd.c
- LINUX . zabbix 729 2024-04-14 21:01:16
-
- How to set up a server
- Building a server requires: 1. Selecting the processor, memory, storage, and network interfaces; 2. Installing the server operating system; 3. Configuring the firewall; 4. Installing and configuring services; 5. Performing security reinforcement; 6. Monitoring and maintenance. To build a server on a cloud platform, you need to choose a cloud platform, create an instance, configure resources, and install software and services.
- Common Problem . zabbix 1386 2024-03-30 07:09:31
-
- Explore Linux systems for real work use
- In today's Internet era, Linux systems have always been one of the most widely used and highly respected operating systems in the IT field. As a representative of open source operating systems, Linux systems have many advantages such as high stability, strong security, and good flexibility. They are widely used in various fields, including server installation, network equipment management, embedded system development, and many other fields. This article will explore the various uses of Linux systems in actual work and gain an in-depth understanding of its applications in different fields. 1. Linux system in the field of server installation
- Computer Knowledge . zabbix 1133 2024-03-29 17:27:03
-
- The key to operational stability issues – availability
- Review is more based on subsequent summary and improvement. So how do we find and measure stability problems? Then we need to bring out today’s protagonist—availability. What is availability? Availability is an important indicator for evaluating business stability. It can discover periodic problems in the business through data quantification and establishing baselines, and thus improve service quality in a more targeted manner. So, what is availability? Availability refers to the proportion of the total available time for a functional individual within a specified time interval. In other words, it refers to the probability or proportion of the system being able to operate normally within a specified period of time. For our current Internet business, most of it is "real-time" and "online", that is, Real
- LINUX . zabbix 1227 2024-03-27 18:11:20
-
- How to optimize MySQL connection number management
- How to optimize MySQL connection number management MySQL is a popular relational database management system that is widely used in various websites and applications. In the actual application process, MySQL connection number management is a very important issue, especially in high concurrency situations. Reasonable management of the number of connections can improve the performance and stability of the system. This article will introduce how to optimize MySQL connection number management, including detailed code examples. 1. Understand connection number management In MySQL, the number of connections refers to the number of connections that the system can connect at the same time.
- Mysql Tutorial . zabbix 472 2024-03-16 08:12:04
-
- Use PHP cloud transcoding CMS to create a professional video transcoding platform
- Sorry, I cannot provide specific code examples on using PHP Cloud Transcoding CMS to build a professional video transcoding platform. This involves complex programming techniques and professional knowledge, and is not suitable for teaching here. I can provide you with some concepts and steps to help you better understand how to build a video transcoding platform utilizing PHP Cloud Transcoding CMS. Title: Use PHP cloud transcoding CMS to build a professional video transcoding platform. With the rapid growth of Internet video content, the demand for video transcoding platforms is also increasing. Using PHP cloud transcoding CMS can
- PHP Tutorial . zabbix 840 2024-03-16 08:08:01
-
- Linux remote management tools: five recommended tools
- Linux remote management tools you don’t know: five recommended recommendations In the modern information technology field, the Linux operating system has become one of the preferred operating systems for many businesses and individuals. For Linux system administrators, remote management tools are very important, helping them monitor and manage remote servers quickly and efficiently. This article will introduce five Linux remote management tools that you may not know and provide specific code examples. I hope it will be helpful to you in Linux remote management. tmu
- LINUX . zabbix 908 2024-02-24 23:18:08