We have a perl script that executes on a Linux system and returns 9 pair values. The current set-up of the Linux Script monitor appears to allow only a single Greater Than / Less than / Equal to statement per value (e.g., if value pair 1 is less than 5 it is in Warning, if it is less than 1 it is in Critical.) I need to set it up so that if value pair 1 is greater than 30 AND value pair 9 is less than 1, then it is critical. How can I do this?