[monitoring-plugins] Fix PS_FORMAT

Lorenz Kästle git at monitoring-plugins.org
Fri Jan 9 14:20:13 CET 2026


 Module: monitoring-plugins
 Branch: master
 Commit: 7484fcc2606fe1e49dff1ab5f24a69290786b78d
 Author: Lorenz Kästle <12514511+RincewindsHat at users.noreply.github.com>
   Date: Fri Jan  9 14:08:41 2026 +0100
    URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=7484fcc2

Fix PS_FORMAT

---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index abd90413..7361434a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -810,7 +810,7 @@ elif ps axwo 'stat comm vsz rss user uid pid ppid etime args' 2>/dev/null | \
 then
 	ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos]"
 	ac_cv_ps_command="$PATH_TO_PS axwo 'stat uid pid ppid vsz rss pcpu etime comm args'"
-	ac_cv_ps_format="%s %u %d %d %d %d %f %s %s %n"
+	ac_cv_ps_format="%s %d %d %d %d %d %f %s %s %n"
 	ac_cv_ps_cols=10
 	AC_MSG_RESULT([$ac_cv_ps_command])
 



More information about the Commits mailing list