projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39d0656
)
fixes processes plugin on FreeBSD Jail
author
ale@biancalanas.net
<ale@biancalanas.net>
Fri, 1 May 2015 16:48:28 +0000
(16:48 +0000)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Tue, 5 May 2015 15:41:20 +0000
(17:41 +0200)
src/processes.c
patch
|
blob
|
history
diff --git
a/src/processes.c
b/src/processes.c
index
c77859d
..
6caea54
100644
(file)
--- a/
src/processes.c
+++ b/
src/processes.c
@@
-1799,7
+1799,7
@@
static int ps_read (void)
ps_list_reset ();
/* Open the kvm interface, get a descriptor */
- kd = kvm_open
(NULL, NULL
, NULL, 0, errbuf);
+ kd = kvm_open
files (NULL, "/dev/null"
, NULL, 0, errbuf);
if (kd == NULL)
{
ERROR ("processes plugin: Cannot open kvm interface: %s",