Hi All,
I need a bit of help with a custom graph.
I'm going through the "howtograph.html", but I never get any results at all on the hobbit server.
On my remote AIX client "dallas", I have this script:
#!/usr/bin/sh
Get numperm, minperm, maxperm, and calculate computational memory
numperm=vmstat -v|grep numperm|awk '{print $1}'
minperm=vmstat -v|grep minperm|awk '{print $1}'
maxperm=vmstat -v|grep maxperm|awk '{print $1}'
MSGFILE=$BBTMP/memperm.txt print "minperm: $minperm" > $MSGFILE print "maxperm: $maxperm" >> $MSGFILE print "numperm: $numperm" >> $MSGFILE
$BB $BBDISP "status $MACHINE.memperm green date
cat $MSGFILE
"
exit 0
And this stanza in the clientlaunch.cfg:
[memperminfo] ENVFILE $HOBBITCLIENTHOME/etc/hobbitclient.cfg CMD $HOBBITCLIENTHOME/ext/memperm INTERVAL 5m
I have verified that the script is running on the client.
However, I never get a memperm column on the Hobbit Server.
What am I missing?
Thanks!
Mike Wood UNIX System Administrator Kinetic Concepts, Inc. 6103 Farinon Drive San Antonio, TX, 78249 E-mail: mike.wood at kci1.com Office: (210) 255-6382 Mobile: (210) 825-5134
"CONFIDENTIALITY NOTICE: This transmission (including any accompanying attachments) is confidential, is intended only for the individual or entity named above, and is likely to contain privileged, proprietary and confidential information that is exempt from disclosure requests under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, use of or reliance upon any of the information contained in this transmission is strictly prohibited. Any inadvertent or unauthorized disclosure shall not compromise or waive the confidentiality of this transmission or any applicable attorney-client privilege.
If you have received this transmission in error, please immediately notify us at postmaster at kci1.com."
Kinetic Concepts, Inc.