]> arthur.barton.de Git - netdata.git/commitdiff
allow apps.plugin to work without I/O information for apps #58
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 26 Mar 2016 19:13:30 +0000 (21:13 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 26 Mar 2016 19:13:30 +0000 (21:13 +0200)
src/apps_plugin.c

index 153687196b09de73a1ed5ec7bffb63052e3c842c..c9b2269826d8b9a2afba8a9820b286c0b93b8c79 100755 (executable)
@@ -1104,7 +1104,9 @@ int update_from_proc(void)
                        if(!count_errors++ || debug || (p->target && p->target->debug))
                                error("Cannot process %s/proc/%d/io", host_prefix, pid);
 
-                       continue;
+                       // on systems without /proc/X/io
+                       // allow proceeding without I/O information
+                       // continue;
                }
 
                // --------------------------------------------------------------------