NCV_testname= specification
list Thomas Kern
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
list Charles Goyard
Kern, Thomas wrote :
Can I code NCV_LPAR="*:GAUGE" instead of NCV_LPAR="LEGACY:GAUGE,ZOSEPROD:GAUGE,ZOSPROD:GAUGE,Total:GAUGE" ?
Yes, you can. -- Charles Goyard - user-98f9625a7a59@xymon.invalid - (+33) 1 45 38 01 31
list Rich Smrcina
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: XXX-XXX-XXXX Ans Service: XXX-XXX-XXXX user-61add9955ef9@xymon.invalid Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
list Thomas Kern
I don't know yet. I can't get my hobbit admin to acknowledge any of my email or voicemail about hobbit. She is avoiding me. I think something can be done because of the special metrics disk report. It shows all of the disk data in a single chart rather than the 4/chart that is standard in the disk and trend pages. I also looked at the hobbit server source code about the vmstat trend chart. It is a nice 3 color chart for SYS, USR, IDLE cpu utilization. The backend code is the only process that deals with the vmstat section of the client-data stream and there is only the cpu section is used. I coded a HOBVMSTT exec to build a [vmstat] section from the VM Performance ToolKit data. It got automatically sent to the hobbit server and in the trends page a placeholder graph appeared (nice magic). Unfortunately the hobbit server has permissions issues with every new graph so all I get is the red-x. Once I get these things to graph nicely, I will package them up with a little write-up as a SAMPLE extension to Hobbit/VM for those sites that also use VMPTK. /Thomas Kern /XXX-XXX-XXXX
▸
-----Original Message----- From: Rich Smrcina [mailto:user-cf452ff334e0@xymon.invalid] Sent: Tuesday, December 05, 2006 2:58 PM To: user-ae9b8668bcde@xymon.invalid Subject: Re: [hobbit] NCV_testname= specification 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: XXX-XXX-XXXX Ans Service: XXX-XXX-XXXX user-61add9955ef9@xymon.invalid Catch the WAVV! http://www.wavv.org WAVV 2007 - Green Bay, WI - May 18-22, 2007
list Thomas Kern
Sorry, folks, that wasn't meant for the whole list. I need to read the From/To lines a bit more closely.
▸
/Thomas Kern
/XXX-XXX-XXXX
-----Original Message----- From: Kern, Thomas [mailto:user-f1ebafb19faf@xymon.invalid] Sent: Tuesday, December 05, 2006 3:19 PM To: user-ae9b8668bcde@xymon.invalid Subject: RE: [hobbit] NCV_testname= specification