Hi everybody
First of all I must say that I'm somehow new to zabbix, though I have installed a zabbix server and an agentd on windows successfully.
Now I want to setup another windows zabbix agentd but I'm confused with the IP/PORT addressing.
I know the IP/PORT of the machine that my zabbix server is installed- I have access to the front-end using this address, lets say: 1.1.1.146/1234 .
and I also know the IP/PORT of the machine that I want to monitor its resource in both active and passive modes, lets say: 1.1.1.146/10000 .
But now I'm not sure about the configuration file and also the hosts address in the front-end!
So far I have configured as follow:
serverActive = 1.1.1.146
ListenPort = 1234
server = 127.0.0.1
and in host configuration in the front-end I've written:
IP= 127.0.0.1 and PORT 10050
I also have test these front-end configurations:
IP= 1.1.1.146 and PORT 10000
I have some data on two configured graphs, but they are not much rational.
also the active mode is unreachable(which maybe because of firewall issue).
To make the long story short I want to monitore a few linux and windows machine through a linux server via Zabbix, and I'm not sure about the addressing
First of all I must say that I'm somehow new to zabbix, though I have installed a zabbix server and an agentd on windows successfully.
Now I want to setup another windows zabbix agentd but I'm confused with the IP/PORT addressing.
I know the IP/PORT of the machine that my zabbix server is installed- I have access to the front-end using this address, lets say: 1.1.1.146/1234 .
and I also know the IP/PORT of the machine that I want to monitor its resource in both active and passive modes, lets say: 1.1.1.146/10000 .
But now I'm not sure about the configuration file and also the hosts address in the front-end!
So far I have configured as follow:
serverActive = 1.1.1.146
ListenPort = 1234
server = 127.0.0.1
and in host configuration in the front-end I've written:
IP= 127.0.0.1 and PORT 10050
I also have test these front-end configurations:
IP= 1.1.1.146 and PORT 10000
I have some data on two configured graphs, but they are not much rational.
also the active mode is unreachable(which maybe because of firewall issue).
To make the long story short I want to monitore a few linux and windows machine through a linux server via Zabbix, and I'm not sure about the addressing
Comment