add websphere finder
This commit is contained in:
parent
6babb84507
commit
3b8f1175fb
|
@ -5,6 +5,9 @@
|
||||||
#find weblogic nodes (-1 means last index in the array)
|
#find weblogic nodes (-1 means last index in the array)
|
||||||
alias wlfind ptql State.Name.eq=java,Args.-1.eq=weblogic.Server
|
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
|
#find jboss
|
||||||
alias jbfind ptql State.Name.eq=java,Args.*.eq=org.jboss.Main
|
alias jbfind ptql State.Name.eq=java,Args.*.eq=org.jboss.Main
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue