zabbix community

Alibabacloud.com offers a wide variety of articles about zabbix community, easily find your zabbix community information here online.

Zabbix and zabbix

Zabbix and zabbixI. BASICS (Architecture and installation) 1. Zabbix practice-simple tutorial (1) -- Outline 2. Zabbix practice-simple tutorial (2) -- overall architecture Diagram 3. Zabbix practice-simple tutorial (3) -- backend DB installation and Table Partitioning 4.

Install zabbix 2.4.5 and centoszabbix in Centos source code

Install zabbix 2.4.5 and centoszabbix in Centos source codeZabbix Introduction Zabbix is an enterprise-level open-source solution that provides distributed system monitoring and network monitoring functions based on the WEB interface. Zabbix can monitor various network parameters to ensure secure operation of server systems. It also provides a soft notification m

Upgrade zabbix 2.4.7 to 3.2.4

Upgrade zabbix 2.4.7 to 3.2.4Upgrade zabbix 2.4.7 to the 3.2.4 Environment System: centos7.2zabbix: 2.4.7, repo database installed from epel: mysqlzabbix repo: zabbix official repoStop zabbix [root@ops01 ~]# systemctl stop zabbix-server[root@ops01 ~]# systemctl stop

Configure zabbix to send email alerts, and zabbix to send email alerts

Configure zabbix to send email alerts, and zabbix to send email alerts Overview This article describes how to configure zabbix to send an email alarm using external mail. zabbix calls mailx through the configuration file to send emails. Mailx is installed by default in Centos6 or later versions. 1. Configure mailx 1.

How to Implement the active registration function of Zabbix to implement zabbix

How to Implement the active registration function of Zabbix to implement zabbix Active Agent Auto-Registration. As the name suggests, you do not need to manually add host information on Zabbix Web to monitor hosts. It is automatically registered with the Server by the Agent. Compared with another similar function-network discovery, it does not need to know the IP

Zabbix optimization, zabbix

Zabbix optimization, zabbix Zabbix optimization 1 Recently, zabbix has been sending the following alarms. When it appears, the host obviously feels slow, and 300 + IOPS and 30 + % cpu IOwait can be seen in actual monitoring. Zabbix housekeeper processes more than 75% bus

PHP obtains server monitoring information through the Zabbix API and zabbix server monitoring

PHP obtains server monitoring information through the Zabbix API and zabbix server monitoring The open-source monitoring system Zabbix provides a wide range of APIS for third-party systems to call. The basic steps are as follows: 1. Obtain valid authentication. Connect to the Zabbix URL and provide the user name and pa

[Z3001] connection to database ' Zabbix ' failed: [1045] Access denied for user ' Zabbix ' @ ' localhost ' (using Password:yes)

Tags: netstat technology online grep images strong no net GesAfter configuring the Zabbix server, it was found that thevalue of "Zabbix is running" was "no", By: Netstat-atnlp|grep 10051 found no 10051 ports for Zabbix_server . Find a lot of ways on the Internet, found that it does not work. See the following error message by looking at the log: Tail/tmp/zabbix_server.log Workaround: Log in to MySQL w

Zabbix Monitor Large-volume alarm Zabbix agent on * * * * unreachable for 5 minute

On September 4 and September 9, the company's monitoring platform Zabbix two large-scale Zabbix monitoring alarms, are ZABBIX agent on * * * * * unreachable for 5 minute unreachable, each time is all monitoring host this alarm.Fault description: all monitored host alarms, all graphics data is interruptedAction: The first time is to execute the zabbix_get command

Zabbix Special Topic: The tenth Chapter Zabbix SNMP mode monitoring

Zabbix Special Topic: The tenth Chapter Zabbix SNMP mode monitoring (SNMP is basically monitoring network equipment, this article introduces point theory knowledge)Overview If we need to monitor the printers, routers, UPS and other devices, must not use Zabbix agentd, because they can not install software, fortunately they generally support the SNMP prot

Fping for Zabbix automatic discovery, fping for Zabbix

Fping for Zabbix automatic discovery, fping for Zabbix Originally published in cu: The Zabbix automatic Discovery function is relatively simple in the configuration process: Discovery and Action. The automatic detection function does not take effect when the "ICMP ping" check method is used for automatic discovery and verification of Zabbix.I. Environment 1.

Zabbix plug-in Grafana-zabbix installation

First, install the Grafana-zabbix1. On the zabbixserver server, install GrafanaYum Install https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.1-1.x86_64.rpm2, download Grafana Zabbix plugin, downloaded in git, if you cannot run the following command, you can first "# Yum install git" installation of this command[[email protected] ~]# git clone Https://github.com/linglong0820/grafana-zabbix3. Copy the plugin to the Grafana file[Email protected] ~]#

Zabbix monitoring error zabbix server is not running Solution

Zabbix has been deployed on ubuntu servers for monitoring over the past few days. The process encountered some problems and recorded them. Hope to help you. Source: http://www.jincon.com/archives/169/ Remember that the latest zabbix version is not recommended ~~~~ Find a minor version. An error occurred during the installation process: Zabbix red pop-up error:

CentOS 7 Zabbix 3.2 Installation version 1.0

1. Turn off SELinux and restart the serverVim/etc/selinux/configSelinux=disabledReboot2. Turn off the firewallSystemctl Stop Firewalld.service3. Import the source, install the Zabbix packageRPM-IVH http://repo.zabbix.com/zabbix/3.2/rhel/7/x86_64/zabbix-release-3.2-1.el7.noarch.rpmYum install-y zabbix-server-mysql

Zabbix 3.0 quick installation document

Zabbix 3.0 quick installation document: Hat Enterprise Liunx/CentOS 7 Zabbix installation: # Rpm-ivh http://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-release-3.0-1.el7.noarch.rpmzabbix official source contains fping, iksemel, libssh2, on the non-supported Server side # yum install

Developer Linux: CentOS7 installation configuration IT equipment monitoring system Zabbix

Tags: Zabbix linux centos cacti Nagios1. PrefaceIn the previous article on how to install memcached and Redis, this article mainly describes how to install enterprise-level IT equipment monitoring system Zabbix. I have worked in the Informatization Department of a large group of companies, the company has offices in multiple cities and multiple districts in a city, where not only will the development of sof

Zabbix Installation Deployment Record

Installing Zabbix ServerZabbix server nodes need to install MySQL in advance, install Zabbix Web-dependent Apache and PHP modules, and then install three Zabbix components zabbix-server-mysql, Zabbix-web-mysql, Zabbix-get.After in

Zabbix Series II: Zabbix monitoring Linux Server

Linux Installation Zabbix_agent Client1, create Zabbix User:[Email protected] ~]# useradd zabbix-s/sbin/nologin2, compile and install Zabbix_agent:[Email protected] zabbix-2.2.2]#/configure--with-net-snmp--with-libcurl--enable-agent--prefix=/usr/local/ Zabbix[[email protected] zabb

Implementation of Zabbix agentd and Zabbix Server Automatic startup

Zabbix supports ping, snmp, and many other monitoring tasks. However, most monitoring tasks can be used only with the support of client agentd. To avoid manual operation every time, perform the following steps: 1. Copy the startup script under the zabbix source program misc/init. d/redhat to the/etc/init. d directory.Cp/zabbi x/zabbix-1.6.6/misc/init. d/redhat/za

Zabbix Monitor Large-volume alarm Zabbix agent on * * * * unreachable for 5 minute

On September 4 and September 9, the company's monitoring platform Zabbix two large-scale Zabbix monitoring alarms, are ZABBIX agent on * * * * * unreachable for 5 minute unreachable, each time is all monitoring host this alarm.Fault description: all monitored host alarms, all graphics data is interruptedAction: The first time is to execute the zabbix_get command

Total Pages: 15 1 .... 6 7 8 9 10 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.