Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 1989 Location: United Kingdom
|
Posted: Sat Mar 03, 2007 9:51 am Post subject: Re: Linkstatus stays green in weathermap when target device |
|
|
| polletj wrote: | When the target device is down then the linkstatus stays green for that interface.
Solution:
SCALE 1 70 0 255 0
SCALE 70 100 255 0 0
iso
SCALE 0 70 0 255 0
SCALE 70 100 255 0 0
Then the link color will change into grey.
 |
yep. Weathermap doesn't know about link status. It only follows the data you give it If you say to colour from 0, then it will!
One other thing you can do in 0.9 (it may work in 0.8x too, actually):
| Code: | SCALE 0 0 192 192 192
SCALE 0 70 0 255 0
SCALE 70 100 255 0 0 |
So you can specify a colour for EXACTLY 0, and another for 0.000001 onwards In 0.8 I belive it'll work but you must list the 0-0 line first. 0.9 has had the sorting function fixed so it will work for any line-order. |
|