add websphere finder

This commit is contained in:
Doug MacEachern 2004-08-04 05:22:33 +00:00
parent 6babb84507
commit 3b8f1175fb
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
#find weblogic nodes (-1 means last index in the array)
alias wlfind ptql State.Name.eq=java,Args.-1.eq=weblogic.Server
#find websphere nodes
alias wsfind ptql State.Name.eq=java,Args.*.eq=com.ibm.ws.runtime.WsServer
#find jboss
alias jbfind ptql State.Name.eq=java,Args.*.eq=org.jboss.Main