Re: [pfSense Support] Cannot show queues in RRD graphs

2006-08-16 Thread Bill Plein




Bill Plein wrote:

  Hello, all.

I am running RC2, and have just added a new set of queues in order to
put my Carbonite traffic into a low priority queue. I created my queues
by copying a queue configuration created by the Traffic Shaping wizard.
(by the way, Carbonite is a very cool and cheap offsite backup
utility... ). I just installed RC2 last night, embedded on WRAP.

Now, after creating qCarboniteUp, and seeing that my Carbonite backups
are flowing through this queue, I now get bad images in the RRD
graphing, and they say:

Failed to create graph with error code 1, the error is: ERROR: No DS
called 'qCarboniteUp' in '/var/db/rrd/wan-queues.rrd'

Where to go from here?

  

I hope that I didn't miss any
replies.

RRD graphs are broken on my RC2 WRAP system. Seems to be related to a
new queue I created. Has anyone else seen the error I quoted?

-- 

Bill Plein
[EMAIL PROTECTED]




Re: [pfSense Support] Cannot show queues in RRD graphs

2006-08-16 Thread Scott Ullrich

On 8/16/06, Bill Plein [EMAIL PROTECTED] wrote:


 Bill Plein wrote:
 Hello, all.

I am running RC2, and have just added a new set of queues in order to
put my Carbonite traffic into a low priority queue. I created my queues
by copying a queue configuration created by the Traffic Shaping wizard.
(by the way, Carbonite is a very cool and cheap offsite backup
utility... ). I just installed RC2 last night, embedded on WRAP.

Now, after creating qCarboniteUp, and seeing that my Carbonite backups
are flowing through this queue, I now get bad images in the RRD
graphing, and they say:

Failed to create graph with error code 1, the error is: ERROR: No DS
called 'qCarboniteUp' in '/var/db/rrd/wan-queues.rrd'

Where to go from here?


 I hope that I didn't miss any replies.

 RRD graphs are broken on my RC2 WRAP system. Seems to be related to a new
queue I created. Has anyone else seen the error I quoted?


This is a known problem.  You need to instruct the system to recreate
the RRD queues after changing their names.

To do so, rm -rf /var/db/rrd*

Then from exec.php's Execute PHP command box type in:

enable_rrd_graphing();

And click execute.

Scott

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] Cannot show queues in RRD graphs

2006-08-16 Thread Bill Plein
Scott Ullrich wrote:

  RRD graphs are broken on my RC2 WRAP system. Seems to be related to
 a new
 queue I created. Has anyone else seen the error I quoted?

 This is a known problem.  You need to instruct the system to recreate
 the RRD queues after changing their names.

 To do so, rm -rf /var/db/rrd*

 Then from exec.php's Execute PHP command box type in:

 enable_rrd_graphing();

 And click execute.

Thanks, Scott. That cleared it up. I was unsubbed from the list for the
last couple of months or so, I missed this.

-- 

Bill Plein
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [pfSense Support] Cannot show queues in RRD graphs

2006-08-16 Thread Scott Ullrich

On 8/16/06, Bill Plein [EMAIL PROTECTED] wrote:

Thanks, Scott. That cleared it up. I was unsubbed from the list for the
last couple of months or so, I missed this.


No problem.  I just commited a few changes to ensure this won't be an
issue going forward.

Scott

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]