zoukankan      html  css  js  c++  java
  • zabbix 配置——bak

    1.host 配置

    create host

    Parameter

    Description

    Host name

    主机名,只允许数字,空格,句号,下划线,非主流符号它不支持。zabbix客户端配置文件中的hostname名称一定要与这个名字一致

    Visible name

    显示名称,可选项。主机名的别名。这个属性支持utf - 8

    Groups

    选择host所属host group,每个host至少属于一个host group

    New host group

    A new group can be created and linked to the host. Ignored, if empty.

    Interfaces

    Several host interface types are supported for a host: Agent, SNMP, JMX and IPMI.

     

    To add a new interface, click on Add in the Interfaces block and enter IP/DNS, Connect to and Port info.

    Note: Interfaces that are used in any items cannot be removed and link Remove is greyed out for them.

    Use bulk requests option for SNMP interfaces allows to enable/disable bulk processing of SNMP requests per interface.

    主机接口: 包含Agent, SNMP, JMX and IPMI.如果需要增加一个接口,只需要点击“add”即可。键入客户机的ip地址即可,推荐使用ip地址方式来监控,当然也可以使用域名的方式来监控。zabbix agent默认端口10050snmp 161jmx 12345IMPI 623

    IP address

    Host IP address (optional).

    DNS name

    Host DNS name (optional).

    Connect to

    Clicking the respective button will tell Zabbix server what to use to retrieve data from agents:

    IP - Connect to the host IP address (recommended)

    DNS - Connect to the host DNS name

    Port

    TCP/UDP port number. Default values are: 10050 for Zabbix agent, 161 for SNMP agent, 12345 for JMX and 623 for IPMI.

    Default

    Check the radio button to set the default interface.

    Description

    Enter the host description.

    Monitored by proxy

    The host can be monitored either by Zabbix server or one of Zabbix proxies:

    (no proxy) - host is monitored by Zabbix server

    Proxy name - host is monitored by Zabbix proxy “Proxy name”

    Enabled

    Mark the checkbox to make the host active, ready to be monitored. If unchecked, the host is not active, thus not monitored.

  • 相关阅读:
    poj3720
    poj3099
    poj3734
    poj3112
    poj3723
    十二个开源UML工具推荐
    关于大型asp.net应用系统的架构—如何做到高性能高可伸缩性
    读《中央确定西部新十年战略》有感
    DirectShow基础编程 最简单的源Filter的编写步骤
    Access2007无法执行查询,操作或事件已被禁用模式阻止
  • 原文地址:https://www.cnblogs.com/roger888/p/5691131.html
Copyright © 2011-2022 走看看