Hello everyone,
I am attempting to parse a value out of this log file:
[/CODE]
The item I've created to do this looks like this:
I am trying to get the value between the parenthesis of CURDEPTH (value)
I must be doing something wrong because the item is not updating in latest data. The agent log doesn't show anything useful.
Anyone have any advice?
I am attempting to parse a value out of this log file:
Code:
[CODE] 1 : dis ql(DOM.TO.MIF) curdepth AMQ8409: Display Queue details. QUEUE(DOM.TO.MIF) TYPE(QLOCAL) CURDEPTH(0) One MQSC command read. No commands have a syntax error. All valid MQSC commands were processed. 5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL RIGHTS RESERVED. Starting MQSC for queue manager MIF.DOM.IL.QMGR.
The item I've created to do this looks like this:
Code:
log[/var/mqm/queue_depth_logs/dom.to.mif.qd.log,"CURDEPTH (([0-9]+))",,,,\1]
I must be doing something wrong because the item is not updating in latest data. The agent log doesn't show anything useful.
Anyone have any advice?

Comment