Xymon Mailing List Archive search

NCV help!

list Lars Ebeling
Thu, 28 Sep 2006 07:39:55 +0200
Message-Id: <06de01c6e2c0$8720a6a0$user-a73ca09b698f@xymon.invalid>

I tested to change status to data and then the rrd wasn't updated

Lars
  ----- Original Message -----   From: lars ebeling   To: user-ae9b8668bcde@xymon.invalid   Sent: Thursday, September 28, 2006 6:53 AM
  Subject: Re: [hobbit] NCV help!


  The only difference from my seup. that I can see, is that I am using status and have defined the graph.

  And you can see the graph at:
  http://leopg9.no-ip.org/hobbit-cgi/bb-hostsvc.sh?HOST=leopg9&SERVICE=mailbox

  Lars
    ----- Original Message -----     From: Charles Jones     To: user-ae9b8668bcde@xymon.invalid     Sent: Thursday, September 28, 2006 6:21 AM
    Subject: Re: [hobbit] NCV help!


    I've now inserted an extra linefeed, so again adding an echo temporarily so we can see whats going on, my output is:

    $ bin/bbcmd ext/hobbit-mod_jk.sh
    2006-09-28 04:15:54 Using default environment file /users/monitor/local/hobbit/client/etc/hobbitclient.cfg
    /users/monitor/local/hobbit/client/bin/bb 127.0.0.1 data cna-prod-app-28.modjk green Thu Sep 28 04:16:13 GMT 2006

    modjk : 0.139448

    Still no rrd file...hmmm

    -Charles

    lars ebeling wrote:       I have a script monitoring my mailboxsize. To get a graph I have to have the MSG on a seperate line in the status sent to hobbit, like this:

      $BB $BBDISP "status $MACHINE.mailbox red édateé
                                                           écat /tmp/mailsize.txté                              "                                              
      Regards
      Lars
        ----- Original Message -----         From: Charles Jones         To: user-ae9b8668bcde@xymon.invalid         Sent: Thursday, September 28, 2006 2:48 AM
        Subject: Re: [hobbit] NCV help!


          MSG=`printf "mod_jk : %2.6f\n" $JKAVG`
          $BB $BBDISP "data $MACHINE.modjk green `date` $MSG"
          exit 0