Hi, I'm running ZenOSS 2.1.3 stable
I tried to monitor couple of my java processes by regexs. The java process running on my server as follows. java -Xmx256m -DLinuxServer=true -classpath remote_auth_server.zip:../lib/jgl3.1.0.jar:../lib/socks.jar:../lib/Coroutine4Java.jar:../lib/DBI.jar:../lib/Java2COM.jar:lib/ojdbc14.jar com.mubasher.auth.client.AuthenticationClient Basically here are regexs, ^.*\/*AuthenticationClient ^.*\/*java*.*AuthenticationClient Either of these didn't work. But the regex, ^.*\/*java can identifies all the java processes running. But I want to filter them out. It seems that ZenOSS can't read long paths using regex. Can somebody help me out with this issue? Best Regards, Sajith -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=17944#17944 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
