Ad Widget

Collapse

How to test zabbix package

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vaishnavi patil
    Junior Member
    • Jun 2022
    • 1

    #1

    How to test zabbix package

    I want to port the https://github.com/zabbix/zabbix.git package on Power platform. I am able to build package using make command on ppc64le. But I want to know how can I run the unit tests.
    Thanks and looking forward for your support!
  • Brownjonson
    Junior Member
    • Jun 2022
    • 1

    #2
    How to test if your zabbix server receive data from zabbix client or not?
    zabbix_get – Zabbix get utility.
    Syntax:
    ram@zabbixserver:~$ zabbix_get -s IP_ZABBIX_CLIENT -k ZABBIX_ITEM.
    Where -s, –host <host name or IP>
    Specify host name or IP address of a host. ...
    Specify key of item to retrieve value for. ...
    server 192.168.

    Comment

    Working...