Ad Widget

Collapse

Discovery

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kobi_$
    Junior Member
    • Nov 2016
    • 1

    #1

    Discovery

    Hii i have a problem,
    i turn on (Enabled) the "Discovery Status" and i found the workstation (ubuntu 16.04)
    But it can not find the name, only the IP address is not automatically add it to the HOSTS
    and i turn on the Actions->Discovery->Auto discovery. Linux servers.

    Another problem, If I add myself workstation. the Availability (on Hosts) ZBX is not green

    Questions:
    1)
    Is it possible to perform a monitoring for workstations or servers without installing the zabbix_agent ?

    2) "Too many processes on Zabbix server" Always appear after the installation of the zabbix server, anyone know why?


    i use Zabbix Server 3.0.5 on CentOS 7
    I want to monitor servers and workstations.
    Are there any videos that might help?
    I have the https://www.udemy.com/zabbix-network...ng-essentials/ but it's 2.4
  • vendrusculo
    Junior Member
    • Jul 2015
    • 26

    #2
    you can monitor any device without install agent... but you will have to configure SNMP or make a script to collect the desire data and send it to server
    - SNMP
    - zabbix_sender

    About the name of the server for discover rules the server or proxy that is performing the discover must be able to resolve the name by the IP with a PTR DNS entry, you can test with:

    Code:
    ping -a 192.168.1.1
    if it's return a name, Zabbix will use this name to add your host

    About the "Too many process running" maybe your value on trigger definition is too low, just adjust this value on trigger or work on Zabbix server to reduce the number of proccess

    tks,

    Leo

    Comment

    Working...