From 62c4c7b9db91e8d4c3e4cdf96537eb081e581712 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 27 May 2008 13:35:59 +0000 Subject: [PATCH 1/1] Add additional PID column heading git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2001 f882894a-f735-0410-b71e-b25c423dba1c --- plugins-root/pst3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c index 8734006..5b0e9d7 100644 --- a/plugins-root/pst3.c +++ b/plugins-root/pst3.c @@ -99,7 +99,7 @@ int main (int argc, char **argv) if ((pDir = opendir(PROC_DIR)) != NULL) { /* Display column headings */ - printf("S UID PPID VSZ RSS %%CPU COMMAND ARGS\n"); + printf("S UID PID PPID VSZ RSS %%CPU COMMAND ARGS\n"); /* Zip through all of the process entries */ while ((pDent = readdir(pDir)) != NULL) -- 2.30.2