I've got the xymon 1.3 client running on z/VM 5.3 and 5.4 systems.
Some *very* nice work by Rich Smrcina and Tom Kern. Thanks, gents.
There is one small issue in exec HOBVMDSK:
Original code looks like this, starting around line 99:
if right(total,1)='K' then
total=left(total,length(total-1)) * 1024
if right(used,1)='K' then
used=left(used,length(used-1)) * 1024
if right(high,1)='K' then
high=left(high,length(high-1)) * 1024
It should look like this:
if right(total,1)='K' then
total=left(total,length(total)-1) * 1024
if right(used,1)='K' then
used=left(used,length(used)-1) * 1024
if right(high,1)='K' then
high=left(high,length(high)-1) * 1024
Patrick Carroll | Enterprise Architect
L.L.Bean, Inc.(r) | Double L St. | Freeport ME 04033
http://www.llbean.com <http://www.llbean.com/> | [email protected] |
207.552.2426
CONFIDENTIALITY NOTICE: This e-mail and any attachments may contain
confidential information that is legally privileged. The information is
solely for the use of the intended recipient(s). Any disclosure,
copying, distribution, or other use of this information is strictly
prohibited. If you have received this e-mail in error, please notify the
sender by return e-mail and delete this message.
----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390