diff options
Diffstat (limited to 'plugins/check_procs.d/config.h')
-rw-r--r-- | plugins/check_procs.d/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_procs.d/config.h b/plugins/check_procs.d/config.h index 815809d4..e32ca066 100644 --- a/plugins/check_procs.d/config.h +++ b/plugins/check_procs.d/config.h | |||
@@ -56,12 +56,12 @@ check_procs_config check_procs_config_init() { | |||
56 | .exclude_progs = NULL, | 56 | .exclude_progs = NULL, |
57 | .exclude_progs_arr = NULL, | 57 | .exclude_progs_arr = NULL, |
58 | .exclude_progs_counter = 0, | 58 | .exclude_progs_counter = 0, |
59 | .re_args = {}, | 59 | .re_args = {0}, |
60 | 60 | ||
61 | .kthread_filter = false, | 61 | .kthread_filter = false, |
62 | .usepid = false, | 62 | .usepid = false, |
63 | .uid = {}, | 63 | .uid = 0, |
64 | .ppid = {}, | 64 | .ppid = 0, |
65 | .vsz = 0, | 65 | .vsz = 0, |
66 | .rss = 0, | 66 | .rss = 0, |
67 | .pcpu = 0, | 67 | .pcpu = 0, |