@cryptotaxi247 / netdata-1 / commits / 9c9e180f0

dont init dyncfg for vnode (#20324)

Ilya Mashchenko committed May 21, 2025 at 15:42 UTC 9c9e180f05316bccfd99f6bf417212b9e9819c77
1 file changed -1
src/plugins.d/pluginsd_parser.c
-1
@@ -226,7 +226,6 @@ static inline PARSER_RC pluginsd_host_define_end(char **words __maybe_unused, si
226 rrdhost_flag_set(host, RRDHOST_FLAG_COLLECTOR_ONLINE);
227 object_state_activate_if_not_activated(&host->state_id);
228 ml_host_start(host);
229 - dyncfg_host_init(host);
229 pulse_host_status(host, 0, 0); // this will detect the receiver status
230
231 if(host->rrdlabels) {