diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-01-09 14:18:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-09 14:18:31 +0100 |
| commit | f694f4cd4dfead0da6feab04d92335d9bbe185b6 (patch) | |
| tree | cd48ccd1fdac7a2b08eb0351fd95d2f6770a2277 /configure.ac | |
| parent | d13413916e72a6d564c796692e1233b92962d58c (diff) | |
| parent | 7484fcc2606fe1e49dff1ab5f24a69290786b78d (diff) | |
| download | monitoring-plugins-f694f4cd.tar.gz | |
Merge pull request #2218 from RincewindsHat/fix/compiler_warnings
Fix some minor compiler warnings
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 | \ | |||
| 810 | then | 810 | then |
| 811 | ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos]" | 811 | ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos]" |
| 812 | ac_cv_ps_command="$PATH_TO_PS axwo 'stat uid pid ppid vsz rss pcpu etime comm args'" | 812 | ac_cv_ps_command="$PATH_TO_PS axwo 'stat uid pid ppid vsz rss pcpu etime comm args'" |
| 813 | ac_cv_ps_format="%s %u %d %d %d %d %f %s %s %n" | 813 | ac_cv_ps_format="%s %d %d %d %d %d %f %s %s %n" |
| 814 | ac_cv_ps_cols=10 | 814 | ac_cv_ps_cols=10 |
| 815 | AC_MSG_RESULT([$ac_cv_ps_command]) | 815 | AC_MSG_RESULT([$ac_cv_ps_command]) |
| 816 | 816 | ||
