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 (#12446)
This commit is contained in:
parent
58e4e0bc4e
commit
2ee2e38ec1
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue