mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
mpb: stop advertising processes.c
The upstream plugin does way more nowadays. This is no longer a drop-in replacement.
This commit is contained in:
parent
c4ad7d72b7
commit
a354c47f89
@ -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\nthreads\nuptime");
|
"open_files\nopen_inodes\nswap\nthreads\nuptime");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
/* TODO: The upstream plugin does way more nowawdays. */
|
||||||
|
|
||||||
int processes(int argc, char **argv) {
|
int processes(int argc, char **argv) {
|
||||||
DIR *d;
|
DIR *d;
|
||||||
struct dirent *e;
|
struct dirent *e;
|
||||||
|
Loading…
Reference in New Issue
Block a user