Details
-
Type:
Change Request
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.1
-
Fix Version/s: 3.0.12rc1, 3.2.9rc1, 3.4.3rc1, 4.0.0alpha1, 4.0 (plan)
-
Component/s: Agent (G), Java gateway (J), Proxy (P), Server (S)
-
Labels:
-
Team:Team C
-
Sprint:Sprint 17, Sprint 18
-
Story Points:5
Description
The Zabbix daemons should keep track of changes in resolv.conf. Changes to this file otherwise demand a restart of the daemon to become effective.
With a glibc default timeout of 5 seconds, name resolution might not work properly anymore – no matter if name resolution is set to round robin or not.
nscd uses inotify to keep track and it calls res_init() upon changes, as far as I saw. nsswitch.conf should probably also be taken care of.