On Jun 8, 2011, at 1:35 PM, Nick Upson wrote: > I have each check in a seperate file, when the computer boots the checks > (monit summary) are not in any obvious order. I want to put them into a > specific order but cannot see how to do this
In that case Monit does a glob * on all your check files and they are included in Monit as glob returns them, probably alphabetically sorted on file name. (Much the same way as 'ls *' returns a sorted file list). -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general
