[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Cheshire Cat Computing :: View topic - combined graphs are not combining
Cheshire Cat Computing
https://steveshipway.org/forum/

combined graphs are not combining
https://steveshipway.org/forum/viewtopic.php?f=2&t=1741
Page 1 of 1

Author:  babydr [ Tue Feb 24, 2009 2:04 pm ]
Post subject:  combined graphs are not combining

Hello Steve , Here is an odd one .
my combined (ie: user defined) graphs are not combining . The interface errors (factor -100000) , are not showing up in the combined graph .
I am hoping that this is a configuration problem .
The problem child here is port 48 , There are errors recorded for it & they show in the .rrd file .
So all I can think is a bad config . But I can't see the problem .

Hopefully I have attached all necessary files to figure out what i am doing wrong here
Note: That this same configuration was producing the desired results a while back .
Hopefully someone else can . Tia , JimL

routers.cgi Version v2.20beta4 : © Steve Shipway 2000-2008 : http://www.steveshipway.org/software/
Current system load average: 0.32 0.39 0.45
Page took 1.21s to generate

[attachment=0]mo-sw07.cfg.txt[/attachment]
[attachment=1]Combinde-Graphs-not-combining-20090223.pdf[/attachment]

Author:  stevesh [ Wed Feb 25, 2009 11:19 am ]
Post subject:  Re: combined graphs are not combining

routers.cgi*Options[_]: active

This is the culprit, and the reason is a 'feature'.

The 'active' option suppresses the component Targets of a userdefined if max(in) and max(out) for the graph time period are zero - in other words, the component is inactive.

BUT - since you've multiplied by a negative number, the max values are always 0! So, the 'active' check should be done BEFORE any data manipulation (I thought it was, but apparently it is not).

So, in your case, the error component is being suppresses. Try removing the 'active' option and all should be OK. I think you might want to be more selective as to which targets you apply it to?

I will also check v2.20beta5 to make sure that 'isactive' really does check the raw values rather than the processed ones.

Author:  stevesh [ Wed Feb 25, 2009 11:22 am ]
Post subject:  Re: combined graphs are not combining

Hmm, 2.20beta5 does seem to do it correctly (as did 2.20beta4) so Im actually not sure why the isactive is triggering for this one. I'll need to do more investigating (in my copious free time :()

Author:  babydr [ Wed Feb 25, 2009 12:41 pm ]
Post subject:  Re: combined graphs are not combining

Hello Steve , I've just installed Beta5 and the issue appears to be resolved . At least for this particular interface . I'll review the rest of the configured devices & interfaces showing errors , Tho if You wish you can call this issue closed as far I've see so far ..
Hth , JimL

ps: Might be nice to see the new 'maxtitle=' in the routers2.conf .
ie:
@@ -187,11 +179,20 @@
# parameters, for a section name 'xxx', eg, make a section [xxx] containing
# the line 'cfgfiles = a*.cfg', call routers.cgi?extra=xxx and you will use
# the cfg files statring with 'a', and so on.
+#
[routers.cgi]
+#
+# 'Maxtitle' , is to set a limit on the length of the Title string .
+#
+# Default is 128
+maxtitle=128
+#maxtitle=64
+#
+#

Page 1 of 1 All times are UTC + 12 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/