diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-01-26 20:53:26 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-01-26 20:53:26 (GMT) |
commit | 9477122f435ec4ae657fc29bce62d71eea01cdda (patch) | |
tree | 6a945f20b9838894b9389c11e4587bca5cb2f783 | |
parent | 3af1430c72be64a6f0ee2ba7c40b41eed2201340 (diff) | |
download | monitoring-plugins-9477122f435ec4ae657fc29bce62d71eea01cdda.tar.gz |
Add recommendation for check_procs on Mandrake systems (Paulo Fessel - 1106849)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1107 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | REQUIREMENTS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index cad255f..f4e9d7a 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -75,3 +75,7 @@ OS Specific Issues | |||
75 | HP-UX 11.11 | 75 | HP-UX 11.11 |
76 | You need to use the version of gcc provided by HP at version 3.3.3. | 76 | You need to use the version of gcc provided by HP at version 3.3.3. |
77 | Also, you need GNU make 3.8 | 77 | Also, you need GNU make 3.8 |
78 | |||
79 | Mandrake 10.0 | ||
80 | If you have procps 3.1.15, you will need to run configure and then change | ||
81 | the PS_COMMAND in config.h to remove the "-" from the ps command | ||