From 9f3d864fd3e47d4e728b196b1b6948a8a5e47e4e Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Thu, 28 Feb 2008 16:21:59 +0000 Subject: Reverted check_procs for solaris back to using pst3 due to truncation for argument fields using other methods git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1937 f882894a-f735-0410-b71e-b25c423dba1c --- plugins-root/pst3.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins-root/pst3.c') diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c index bf4b40d3..87340062 100644 --- a/plugins-root/pst3.c +++ b/plugins-root/pst3.c @@ -187,9 +187,10 @@ static int HandlePsInfo (char *szPath, psinfo_t *pPsInfo) thisProg = myArgv[0]; /* Display the ps columns (except for argv) */ - printf("%c %5d %5d %6lu %6lu %4.1f %s ", + printf("%c %5d %5d %5d %6lu %6lu %4.1f %s ", pPsInfo->pr_lwp.pr_sname, (int)(pPsInfo->pr_euid), + (int)(pPsInfo->pr_pid), (int)(pPsInfo->pr_ppid), (unsigned long)(pPsInfo->pr_size), (unsigned long)(pPsInfo->pr_rssize), -- cgit v1.2.3-74-g34f1