mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
mpb: forgot to add threads to listplugins
This commit is contained in:
parent
4337b550a0
commit
c4ad7d72b7
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ int busybox(int argc, char **argv) {
|
||||||
if(0 != strcmp(argv[1], "listplugins"))
|
if(0 != strcmp(argv[1], "listplugins"))
|
||||||
return fail("unknown parameter");
|
return fail("unknown parameter");
|
||||||
puts("cpu\nentropy\nforks\nfw_packets\ninterrupts\nload\n"
|
puts("cpu\nentropy\nforks\nfw_packets\ninterrupts\nload\n"
|
||||||
"open_files\nopen_inodes\nprocesses\nswap\nuptime");
|
"open_files\nopen_inodes\nprocesses\nswap\nthreads\nuptime");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue