PDA

View Full Version : Monitoring named


renzo
11-10-2004, 16:01
Hi all,

Is zabbix capable of monitoring availability of the named service?
Not only through a ICMP ping, but rather looking for the service
on the local client machine?

/Renzo :p

Alexei
11-10-2004, 16:26
ZABBIX does not suport this natively.

I would suggest creating a crontab job which would run a script checking availability of DNS. If DNS is up and running, send (zabbix_sender) 1 to ZABBIX server (zabbix_trapperd), 0 - otherwise.

I do not recommend using the script as a User Parameter because this may lead to frequent timeout situations.

renzo
11-10-2004, 16:29
Hi again,

How can i implemented that?

I mean, how can i send a 1 to the server, if not through the UserParamter?

/Renzo :o

Alexei
11-10-2004, 16:54
Very briefly:

Use zabbix_sender. The binary sends data to ZABBIX server.

Run also zabbix_trapperd (server side) which will receive the data, process it and put into the database.

renzo
11-10-2004, 17:03
Where can i find the documentation for zabbix_sender?

/Renzo :o

Alexei
11-10-2004, 17:46
PDF version of the ZABBIX Manual contains information about all binaries. The Manual is part of ZABBIX v1.0 distribution.

Also you may run ./zabbix_sender --help to get list of its command line parameters.