Xymon Mailing List Archive search

Purple trends?

4 messages in this thread

list Kevin Hanrahan · Sun, 6 Feb 2005 12:13:42 -0500 ·
I have a strange situation. On only one of my servers, I have the trends
column showing purple. When I look at the graphs however, it appears to be
up to date! My time and date on the system are also up to date. Anybody got
any ideas?


Kevin
list Henrik Størner · Sun, 6 Feb 2005 18:33:06 +0100 ·
quoted from Kevin Hanrahan
On Sun, Feb 06, 2005 at 12:13:42PM -0500, Kevin Hanrahan wrote:
I have a strange situation. On only one of my servers, I have the trends
column showing purple. When I look at the graphs however, it appears to be
up to date! My time and date on the system are also up to date. Anybody got
any ideas?
Well, it can happen if there have been graphs for this host
previously, but now there are none. But that's unusual.

Could you check /var/log/hobbit/hobbitlaunch.log for when the
"larrdcolumn" task has run ? And if there are any messages logged
other than it was started ?

Also, try running

      ~hobbit/server/bin/bb 127.0.0.1 "drop SERVERNAME trends"

This removes the "trends" column - it should appear again when the
larrdcolumn task runs, if there are any valid graphs.


Henrik
list Kevin Hanrahan · Sun, 6 Feb 2005 12:59:38 -0500 ·
Here is the last couple of entries:

 [root at nemesis hobbit]# tail -n500 hobbitlaunch.log |egrep larrdcolumn
2005-02-06 09:22:52 Task larrdcolumn started with PID 31987
2005-02-06 09:37:52 Task larrdcolumn started with PID 1026
2005-02-06 09:52:53 Task larrdcolumn started with PID 2544
2005-02-06 10:07:53 Task larrdcolumn started with PID 4059
2005-02-06 10:22:53 Task larrdcolumn started with PID 5565
2005-02-06 10:37:53 Task larrdcolumn started with PID 7087
2005-02-06 10:52:54 Task larrdcolumn started with PID 8589
2005-02-06 11:07:54 Task larrdcolumn started with PID 10117
2005-02-06 11:22:54 Task larrdcolumn started with PID 11629
2005-02-06 11:37:54 Task larrdcolumn started with PID 13143
2005-02-06 11:52:55 Task larrdcolumn started with PID 14648
2005-02-06 12:07:55 Task larrdcolumn started with PID 16168
2005-02-06 12:22:59 Task larrdcolumn started with PID 17868
2005-02-06 12:38:00 Task larrdcolumn started with PID 19396
2005-02-06 12:43:16 Task larrdcolumn started with PID 19959

(the time is now 12:45)


I ran the "drop" command and it dropped the trends column but it never came
back!


I think I may know the cause however...I added the following to the bb-hosts
entry for that host:

LARRD:iishealth

I was trying to get the iishealth graphs to work and I saw a reference to
this in the man pages. I apparently
Have used it incorrectly. When I removed that reference and restarted
hobbit, the trends column came back!(green)


What did I do wrong?


KEvin


-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid] 
Sent: Sunday, February 06, 2005 12:33 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Purple trends?
Importance: Low
quoted from Kevin Hanrahan

On Sun, Feb 06, 2005 at 12:13:42PM -0500, Kevin Hanrahan wrote:
I have a strange situation. On only one of my servers, I have the 
trends column showing purple. When I look at the graphs however, it 
appears to be up to date! My time and date on the system are also up 
to date. Anybody got any ideas?
Well, it can happen if there have been graphs for this host previously, but
now there are none. But that's unusual.

Could you check /var/log/hobbit/hobbitlaunch.log for when the "larrdcolumn"
task has run ? And if there are any messages logged other than it was
started ?

Also, try running

      ~hobbit/server/bin/bb 127.0.0.1 "drop SERVERNAME trends"

This removes the "trends" column - it should appear again when the
larrdcolumn task runs, if there are any valid graphs.


Henrik
list Henrik Størner · Sun, 6 Feb 2005 22:30:19 +0100 ·
quoted from Kevin Hanrahan
On Sun, Feb 06, 2005 at 12:59:38PM -0500, Kevin Hanrahan wrote:
I ran the "drop" command and it dropped the trends column but it never came
back!

I think I may know the cause however...I added the following to the bb-hosts
entry for that host:

LARRD:iishealth
This means that you want ONLY the iishealth graph for this host,
nothing else. If there is no iishealth RRD file, then you won't get
any graphs at all.
quoted from Kevin Hanrahan
I was trying to get the iishealth graphs to work and I saw a reference to
this in the man pages. I apparently
Have used it incorrectly. When I removed that reference and restarted
hobbit, the trends column came back!(green)

Henrik