xymongen issue
list Ray Reuter
I wanted to drop the memory column from the all nongreen page so I ran the command : ./xymongen --nongreen-ignorecolumns=memory This is the result 2012-08-16 16:19:55 Whoops ! Failed to send message (Connection failed) 2012-08-16 16:19:55 -> Could not connect to Xymon daemon at 10.1.73.154 < (Connection refused) 2012-08-16 16:19:55 -> Recipient '10.1.73.154', timeout 15 2012-08-16 16:19:55 -> 1st line: 'xymondboard fields=hostname,testname,color,flags,lastchange,logtime,validtime,acktime,disabletime,sender,cookie,line1,acklist' 2012-08-16 16:19:55 xymond status-board not available, code 5 2012-08-16 16:19:55 Failed to load current Xymon status, aborting page-update The issue is my xymon host is not 10.1.73.154 it is a completely different ip. Can anyone tell me how to change that ip? Not sure when it got in there somewhere and I have searched the entire file system for any file containing that entry and it returns nothing. Ray Reuter
list Japheth Cleaver
▸
I wanted to drop the memory column from the all nongreen page so I ran the command : ./xymongen --nongreen-ignorecolumns=memory
Try xymoncmd --env=/path/to/xymonserver.cfg xymongen ....? HTH, -jc
list Ray Reuter
I ran the command ./xymoncmd --env=/home/xymon/server/etc/xymonserver.cfg xymongen --nongreen-ignorecolumns=memory Which i was not sure is what you wanted me to run, but it ran with no errors but did not remove the memory column from the non green page. I am running 4.3.7 and every other feature runs perfectly. Somewhere it is looking for that other ip address and I can not find a work around. I really appreciate you trying to help.
▸
On Fri, Aug 31, 2012 at 11:20 AM, <user-87556346d4af@xymon.invalid> wrote:
I wanted to drop the memory column from the all nongreen page so I ran the command : ./xymongen --nongreen-ignorecolumns=memoryTry xymoncmd --env=/path/to/xymonserver.cfg xymongen ....? HTH, -jc
list Larry Barber
You need to put the --ignore-columns argument in xymongen's stanza in tasks.cfg. Thanks, Larry Barber
▸
On Fri, Aug 31, 2012 at 11:35 AM, Ray Reuter <user-9df4e3e828ec@xymon.invalid> wrote:
I ran the command ./xymoncmd --env=/home/xymon/server/etc/xymonserver.cfg xymongen --nongreen-ignorecolumns=memory Which i was not sure is what you wanted me to run, but it ran with no errors but did not remove the memory column from the non green page. I am running 4.3.7 and every other feature runs perfectly. Somewhere it is looking for that other ip address and I can not find a work around. I really appreciate you trying to help. On Fri, Aug 31, 2012 at 11:20 AM, <user-87556346d4af@xymon.invalid> wrote:I wanted to drop the memory column from the all nongreen page so I ran the command : ./xymongen --nongreen-ignorecolumns=memoryTry xymoncmd --env=/path/to/xymonserver.cfg xymongen ....? HTH, -jc
list Ray Reuter
I am sorry not sure exactly what to put in the section for the xymongen in
order to use the nongreen-ignore
This is my existing one from the tasks.cfg
# "xymongen" runs the xymongen tool to generate the Xymon webpages from the
status information that
# has been received.
[xymongen]
ENVFILE /home/xymon/server/etc/xymonserver.cfg
NEEDS xymond
GROUP generators
CMD xymongen $XYMONGENOPTS --report
LOGFILE $XYMONSERVERLOGS/xymongen.log
INTERVAL 1m
All help is greatly appreciated.
▸
On Fri, Aug 31, 2012 at 7:23 PM, Larry Barber <user-6ef9c2864140@xymon.invalid> wrote:
You need to put the --ignore-columns argument in xymongen's stanza in tasks.cfg. Thanks, Larry Barber On Fri, Aug 31, 2012 at 11:35 AM, Ray Reuter <user-9df4e3e828ec@xymon.invalid> wrote:I ran the command ./xymoncmd --env=/home/xymon/server/etc/xymonserver.cfg xymongen --nongreen-ignorecolumns=memory Which i was not sure is what you wanted me to run, but it ran with no errors but did not remove the memory column from the non green page. I am running 4.3.7 and every other feature runs perfectly. Somewhere it is looking for that other ip address and I can not find a work around. I really appreciate you trying to help. On Fri, Aug 31, 2012 at 11:20 AM, <user-87556346d4af@xymon.invalid> wrote:I wanted to drop the memory column from the all nongreen page so I ran the command : ./xymongen --nongreen-ignorecolumns=memoryTry xymoncmd --env=/path/to/xymonserver.cfg xymongen ....? HTH, -jc
list Larry Barber
You can either put in the XYMONGENOPTS entry in xymonserver.cfg, or you can change the CMD line in the stanza below: CMD xymongen $XYMONGENOPTS --report --ignorecolumns=memory Thanks, Larry Barber
▸
On Tue, Sep 4, 2012 at 11:27 AM, Ray Reuter <user-9df4e3e828ec@xymon.invalid> wrote:
I am sorry not sure exactly what to put in the section for the xymongen in order to use the nongreen-ignore This is my existing one from the tasks.cfg # "xymongen" runs the xymongen tool to generate the Xymon webpages from the status information that # has been received. [xymongen] ENVFILE /home/xymon/server/etc/xymonserver.cfg NEEDS xymond GROUP generators CMD xymongen $XYMONGENOPTS --report LOGFILE $XYMONSERVERLOGS/xymongen.log INTERVAL 1m All help is greatly appreciated. On Fri, Aug 31, 2012 at 7:23 PM, Larry Barber <user-6ef9c2864140@xymon.invalid> wrote:You need to put the --ignore-columns argument in xymongen's stanza in tasks.cfg. Thanks, Larry Barber On Fri, Aug 31, 2012 at 11:35 AM, Ray Reuter <user-9df4e3e828ec@xymon.invalid>wrote:I ran the command ./xymoncmd --env=/home/xymon/server/etc/xymonserver.cfg xymongen --nongreen-ignorecolumns=memory Which i was not sure is what you wanted me to run, but it ran with no errors but did not remove the memory column from the non green page. I am running 4.3.7 and every other feature runs perfectly. Somewhere it is looking for that other ip address and I can not find a work around. I really appreciate you trying to help. On Fri, Aug 31, 2012 at 11:20 AM, <user-87556346d4af@xymon.invalid> wrote:I wanted to drop the memory column from the all nongreen page so I ran the command : ./xymongen --nongreen-ignorecolumns=memoryTry xymoncmd --env=/path/to/xymonserver.cfg xymongen ....? HTH, -jc
list Ray Reuter
Wow that worked. Thank you so much, I have taken on the monitoring at a hospital that had very little before now. The memory column on the non green page was simply out of control and this has made it so much more manageable. Again Thank you
▸
On Tue, Sep 4, 2012 at 2:22 PM, Larry Barber <user-6ef9c2864140@xymon.invalid> wrote:
You can either put in the XYMONGENOPTS entry in xymonserver.cfg, or you can change the CMD line in the stanza below: CMD xymongen $XYMONGENOPTS --report --ignorecolumns=memory Thanks, Larry Barber On Tue, Sep 4, 2012 at 11:27 AM, Ray Reuter <user-9df4e3e828ec@xymon.invalid> wrote:I am sorry not sure exactly what to put in the section for the xymongen in order to use the nongreen-ignore This is my existing one from the tasks.cfg # "xymongen" runs the xymongen tool to generate the Xymon webpages from the status information that # has been received. [xymongen] ENVFILE /home/xymon/server/etc/xymonserver.cfg NEEDS xymond GROUP generators CMD xymongen $XYMONGENOPTS --report LOGFILE $XYMONSERVERLOGS/xymongen.log INTERVAL 1m All help is greatly appreciated. On Fri, Aug 31, 2012 at 7:23 PM, Larry Barber <user-6ef9c2864140@xymon.invalid> wrote:You need to put the --ignore-columns argument in xymongen's stanza in tasks.cfg. Thanks, Larry Barber On Fri, Aug 31, 2012 at 11:35 AM, Ray Reuter <user-9df4e3e828ec@xymon.invalid>wrote:I ran the command ./xymoncmd --env=/home/xymon/server/etc/xymonserver.cfg xymongen --nongreen-ignorecolumns=memory Which i was not sure is what you wanted me to run, but it ran with no errors but did not remove the memory column from the non green page. I am running 4.3.7 and every other feature runs perfectly. Somewhere it is looking for that other ip address and I can not find a work around. I really appreciate you trying to help. On Fri, Aug 31, 2012 at 11:20 AM, <user-87556346d4af@xymon.invalid> wrote:I wanted to drop the memory column from the all nongreen page so I ran the command : ./xymongen --nongreen-ignorecolumns=memoryTry xymoncmd --env=/path/to/xymonserver.cfg xymongen ....? HTH, -jc