NCV_testname= specification
Can the wildcard be used to dynamically define all of the data? I would like avoid changing the central hobbit config (not under my control) every time one of the z/OS sysprogs decides to fire up a test LPAR.
My test sends this status msg. Tue Dec 5 10:40:25 EST 2006 General Processor LPAR utilization exceeds threshold: 95 %
LEGACY:1.7 ZOSEPROD:94.3 ZOSPROD:2.9 Total:98.9
Can I code NCV_LPAR="*:GAUGE" instead of NCV_LPAR="LEGACY:GAUGE,ZOSEPROD:GAUGE,ZOSPROD:GAUGE,Total:GAUGE" ?
/Thomas Kern
Henrik Stoerner wrote:
On Thu, Oct 12, 2006 at 09:45:10PM -0400, Galen Johnson wrote:
Active Sessions: 2 Disconnected Sessions: 14 Group1 Users: 7 Group2 Users: 9
There needs to be a way to define a data block within a status message and have NCV graphing ignore everything outside of it...
Setup the NCV_foo setting like this:
NCV_foo="ActiveSessions:GAUGE,DisconnectedSessions:GAUGE,Group1Users:GA UGE, Group2Users:GAUGE,*:NONE"
The "*:NONE" makes the NCV handler ignore everything except the datasets explicitly listed.
Note: you'll have to delete the current rrd file when making this kind of change.
Regards, Henrik
I was getting ready to ask the same question for a different reason (thanks Thomas). Now the follow-on, how do you graph this without having to specify each dataset name individually?
Charles Goyard wrote:
Kern, Thomas wrote :
Can I code NCV_LPAR="*:GAUGE" instead of NCV_LPAR="LEGACY:GAUGE,ZOSEPROD:GAUGE,ZOSPROD:GAUGE,Total:GAUGE" ?
Yes, you can.
-- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467 rich.smrcina at vmassist.com
Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
participants (3)
-
cgoyard@cvf.fr
-
rsmrcina@wi.rr.com
-
Thomas.Kern@hq.doe.gov