Xymon Mailing List Archive search

Custom graphing problem

3 messages in this thread

list Mike Wood · Thu, 26 Jun 2008 08:07:22 -0500 ·
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.
XXXX Farinon Drive
San Antonio, TX, 78249
 
E-mail:  user-ca9fdeef37c9@xymon.invalid
Office:  (XXX) XXX-XXXX
Mobile:  (XXX) XXX-XXXX

*****************************************************************************
"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 user-c978de0668a4@xymon.invalid."


Kinetic Concepts, Inc.

******************************************************************************
list Tim McCloskey · Thu, 26 Jun 2008 08:06:24 -0700 ·
Do you have a service entry in hobbitserver.cfg for memperm?
quoted from Mike Wood
However, I never get a memperm column on the Hobbit Server.
What am I missing?
list Mike Wood · Thu, 26 Jun 2008 10:27:52 -0500 ·
Well after a day and a half, I figured it out as a hostname vs. FQDN problem.  Sheesh!
quoted from Mike Wood

Mike Wood
UNIX System Administrator
Kinetic Concepts, Inc.
XXXX Farinon Drive
San Antonio, TX, 78249
 
E-mail:  user-ca9fdeef37c9@xymon.invalid
Office:  (XXX) XXX-XXXX
Mobile:  (XXX) XXX-XXXX

-----Original Message-----
From: Tim McCloskey [mailto:user-2644b182ab49@xymon.invalid]
Sent: Thursday, June 26, 2008 10:06 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Custom graphing problem

Do you have a service entry in hobbitserver.cfg for memperm?
However, I never get a memperm column on the Hobbit Server.
What am I missing?
*****************************************************************************
"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 user-c978de0668a4@xymon.invalid."


Kinetic Concepts, Inc.

******************************************************************************