Hello,
For some reasons im unable to start Discovery proccess. I create simple Discovey rule, but then i dont receive any data in "Monitoring" --> " Discovery" tab. I tried to cahnge ammount of "StartDiscoverers" value, and also played with MySQL values to force Discovery:
> use zabbix;
> select * from drules;
>update drules set nextcheck=unix_timestamp(now())+30 where druleid=2;
and like this:
> update drules set nextcheck=1588260000 where druleid=4;
But it didnt worked for me.
Is anything else i could do to make Discovery work?
---------------
My envirement:
# zabbix_server -V
zabbix_server (Zabbix) 4.2.8
Revision cb5d5b10f4 28 October 2019, compilation time: Oct 28 2019 11:10:13
-----------------------
# zabbix_agentd -V
zabbix_agentd (daemon) (Zabbix) 4.2.8
Revision cb5d5b10f4 28 October 2019, compilation time: Oct 28 2019 11:10:13
-----------------------
Content of /etc/zabbix/zabbix_server.conf
LogFile=/var/log/zabbix/zabbix_server.log
LogFileSize=0
PidFile=/var/run/zabbix/zabbix_server.pid
SocketDir=/var/run/zabbix
DBHost=localhost
DBName=zabbix
DBUser=zabbix
DBPassword=OLOLOLLOLOLLOLO
StartPingers=10
StartDiscoverers=10
SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
Timeout=10
AlertScriptsPath=/usr/lib/zabbix/alertscripts
ExternalScripts=/usr/lib/zabbix/externalscripts
FpingLocation=/usr/bin/fping
Fping6Location=/usr/bin/fping6
LogSlowQueries=3000
StatsAllowedIP=127.0.0.1
-------------
content of /etc/zabbix/zabbix_agentd.conf
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
Server=127.0.0.1
ServerActive=127.0.0.1
Hostname=Zabbix server
Include=/etc/zabbix/zabbix_agentd.d/*.conf

For some reasons im unable to start Discovery proccess. I create simple Discovey rule, but then i dont receive any data in "Monitoring" --> " Discovery" tab. I tried to cahnge ammount of "StartDiscoverers" value, and also played with MySQL values to force Discovery:
> use zabbix;
> select * from drules;
>update drules set nextcheck=unix_timestamp(now())+30 where druleid=2;
and like this:
> update drules set nextcheck=1588260000 where druleid=4;
But it didnt worked for me.
Is anything else i could do to make Discovery work?
---------------
My envirement:
# zabbix_server -V
zabbix_server (Zabbix) 4.2.8
Revision cb5d5b10f4 28 October 2019, compilation time: Oct 28 2019 11:10:13
-----------------------
# zabbix_agentd -V
zabbix_agentd (daemon) (Zabbix) 4.2.8
Revision cb5d5b10f4 28 October 2019, compilation time: Oct 28 2019 11:10:13
-----------------------
Content of /etc/zabbix/zabbix_server.conf
LogFile=/var/log/zabbix/zabbix_server.log
LogFileSize=0
PidFile=/var/run/zabbix/zabbix_server.pid
SocketDir=/var/run/zabbix
DBHost=localhost
DBName=zabbix
DBUser=zabbix
DBPassword=OLOLOLLOLOLLOLO
StartPingers=10
StartDiscoverers=10
SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
Timeout=10
AlertScriptsPath=/usr/lib/zabbix/alertscripts
ExternalScripts=/usr/lib/zabbix/externalscripts
FpingLocation=/usr/bin/fping
Fping6Location=/usr/bin/fping6
LogSlowQueries=3000
StatsAllowedIP=127.0.0.1
-------------
content of /etc/zabbix/zabbix_agentd.conf
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
Server=127.0.0.1
ServerActive=127.0.0.1
Hostname=Zabbix server
Include=/etc/zabbix/zabbix_agentd.d/*.conf
Comment