0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-05 17:50:18 +00:00

apps.plugin: fix for plugin sending unnecessary data in freebsd ()

This commit is contained in:
Suraj Neupane 2022-03-17 18:18:15 +02:00 committed by GitHub
parent 58e4e0bc4e
commit 2ee2e38ec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4247,7 +4247,10 @@ int main(int argc, char **argv) {
normalize_utilization(apps_groups_root_target);
send_resource_usage_to_netdata(dt);
#ifndef __FreeBSD__
send_proc_states_count(dt);
#endif
// this is smart enough to show only newly added apps, when needed
send_charts_updates_to_netdata(apps_groups_root_target, "apps", "Apps");