i'm beginning to think this may be some failure of the regex due to the appearance of "[" and "]" in the process output. those are both unusual characters to appear in the output of a unix command, and they're also regex special characters. it suggests that whatever the code is that ostensibly sets "ignore parameters" may be being fooled by this. possibly a bug i think. i'm playing with some regex's now, with ignore parameters *off* - so far no success, but i think i'm on to something.
i'm no regex guru by any means, and particularly not a python regex guru. but here's a couple of iterations of regex's i'm trying. probably wrong. mongrel_rails.\[.*\] mongrel_rails.\[8000.*\] the second one would require setting up separate processes in zenoss for each of the fifteen mongrel processes that are normally running, up through mongrel_rails.\[8014.*\] -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=31657#31657 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
