|
|
| Author |
Message |
StarLog Cacti User
Joined: 02 Jun 2007 Posts: 128
|
Posted: Sat Mar 22, 2008 6:36 pm Post subject: Scale DEFAULT doesn't cover 0.016034609476471% |
|
|
| Code: | 03/22/2008 07:34:11 PM - WEATHERMAP: Poller[0] [Map 1] wp-DEI: ColourFromPercent: Scale DEFAULT doesn't cover 0.016034609476471% for wp-watchguard-DMZ [WMWARN29]
03/22/2008 07:34:11 PM - WEATHERMAP: Poller[0] [Map 1] wp-DEI: ColourFromPercent: Scale DEFAULT doesn't cover 0.016037400563812% for wp-watchguard-DMZ [WMWARN29]
03/22/2008 07:34:11 PM - WEATHERMAP: Poller[0] [Map 1] wp-DEI: ColourFromPercent: Scale DEFAULT doesn't cover 0.0020903269449615% for wp-watchguard-Embarq-DSL [WMWARN29]
03/22/2008 07:34:11 PM - WEATHERMAP: Poller[0] [Map 1] wp-DEI: ColourFromPercent: Scale DEFAULT doesn't cover 0.0019035339355469% for wp-watchguard-Embarq-DSL [WMWARN29] |
What do I need to change for this to not be an alert.?
WIDTH 1024
HEIGHT 768
HTMLSTYLE overlib
KILO 1024
KEYFONT 2
KEYPOS DEFAULT -1 -1 Traffic Load
KEYTEXTCOLOR 0 0 0
KEYOUTLINECOLOR 0 0 0
KEYBGCOLOR 255 255 255
BGCOLOR 255 255 255
TITLECOLOR 0 0 0
TIMECOLOR 0 0 0
SCALE DEFAULT 1 10 140 0 255
SCALE DEFAULT 10 25 32 32 255
SCALE DEFAULT 25 40 0 192 255
SCALE DEFAULT 40 55 0 240 0
SCALE DEFAULT 55 70 240 240 0
SCALE DEFAULT 70 85 255 192 0
SCALE DEFAULT 85 100 255 0 0
SCALE cactiupdown 0 0.5 192 192 192
SCALE cactiupdown 0.5 1.5 255 0 0
SCALE cactiupdown 1.5 2.5 0 0 255
SCALE cactiupdown 2.5 3.5 0 255 0
# Node definitions:
NODE wp-watchguard
LABEL wp-watchguard
LABELFONT 1
TARGET cactihost:2
USESCALE cactiupdown in
POSITION 458 88 |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 1989 Location: United Kingdom
|
Posted: Sun Mar 23, 2008 3:40 am Post subject: |
|
|
Change
| Code: | | SCALE DEFAULT 1 10 140 0 255 |
to
| Code: | | SCALE DEFAULT 0 10 140 0 255 |
is the easiest.
It's not a secret code - your default scale doesn't include anything for percentage values below 1%. Previously it would just make those things white without telling you. |
|
| Back to top |
|
 |
StarLog Cacti User
Joined: 02 Jun 2007 Posts: 128
|
Posted: Sun Mar 23, 2008 1:55 pm Post subject: |
|
|
| Thanks, did not realize that, but now it works. |
|
| Back to top |
|
 |
|