I have an xymon script that was producing the following web information. From this information I was plotting "Delta Pages Printed". Data and graph was working great until..... Here is the old web data.
Printer Counter = 1869893
Total Pages Printed Since 2010/02/17/18/18/32 = 2810
Delta Pages Printed = 0
I needed to enter another line in the web data and now it looks like:
Printer Counter = 1869893
Printer Cartridge Counter = 10803
Total Pages Printed Since 2010/02/17/18/18/32 = 2810
Delta Pages Printed = 0
I added the "Printer Cartridge Counter =" but I still only wanting to graph the "Delta Pages Printed".
Rrd-status.log is now giving the following messages:
2010-02-22 15:48:25 RRD error updating /local/xymon/data/rrd/lp.math.purdue.edu/Prn.rrd from 128.210.33.225: unknown DS name 'PrinterCartridgeCou'
And if I go to the data/rrd/lp.math.purdue.edu and run "rrdtool dump Prn.rrd" it in fact does not have a ds 'PrinterCartridgeCou'
My question is how do I update the current Prn.rrd?
Thanks
Robert
Robert P. McGraw, Jr.
Manager, Computer System EMAIL: rmcgraw at purdue.edu
Purdue University ROOM: MATH-807
Department of Mathematics PHONE: (765) 494-6055
150 N. University Street
West Lafayette, IN 47907-2067
You might have a problem because the original RRD was not created with the extra DS. You may have to export the existing RRD (dump), create the RRD and import the historical data. Perl is your friend.
On Mon, Feb 22, 2010 at 11:05 PM, McGraw, Robert P <rmcgraw at purdue.edu> wrote:
I have an xymon script that was producing the following web information. >From this information I was plotting "Delta Pages Printed". Data and graph was working great until..... Here is the old web data.
Printer Counter = 1869893 Total Pages Printed Since 2010/02/17/18/18/32 = 2810 Delta Pages Printed = 0
I needed to enter another line in the web data and now it looks like:
Printer Counter = 1869893 Printer Cartridge Counter = 10803 Total Pages Printed Since 2010/02/17/18/18/32 = 2810 Delta Pages Printed = 0
I added the "Printer Cartridge Counter =" but I still only wanting to graph the "Delta Pages Printed".
Rrd-status.log is now giving the following messages:
2010-02-22 15:48:25 RRD error updating /local/xymon/data/rrd/lp.math.purdue.edu/Prn.rrd from 128.210.33.225: unknown DS name 'PrinterCartridgeCou'
And if I go to the data/rrd/lp.math.purdue.edu and run "rrdtool dump Prn.rrd" it in fact does not have a ds 'PrinterCartridgeCou'
My question is how do I update the current Prn.rrd?
Thanks
Robert
Robert P. McGraw, Jr. Manager, Computer System EMAIL: rmcgraw at purdue.edu Purdue University ROOM: MATH-807 Department of Mathematics PHONE: (765) 494-6055 150 N. University Street West Lafayette, IN 47907-2067
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Scott Ryan http://bonoboslr.wordpress.com/
Thanks.
That was the bad news that I was afraid of.
Robert
-----Original Message----- From: Scott Ryan [mailto:scottlryan at gmail.com] Sent: Monday, February 22, 2010 4:15 PM To: hobbit at hswn.dk Subject: Re: [hobbit] "unknown DS name" question.
You might have a problem because the original RRD was not created with the extra DS. You may have to export the existing RRD (dump), create the RRD and import the historical data. Perl is your friend.
On Mon, Feb 22, 2010 at 11:05 PM, McGraw, Robert P <rmcgraw at purdue.edu> wrote:
I have an xymon script that was producing the following web information. From this information I was plotting "Delta Pages Printed". Data and graph was working great until..... Here is the old web data.
Printer Counter = 1869893 Total Pages Printed Since 2010/02/17/18/18/32 = 2810 Delta Pages Printed = 0
I needed to enter another line in the web data and now it looks like:
Printer Counter = 1869893 Printer Cartridge Counter = 10803 Total Pages Printed Since 2010/02/17/18/18/32 = 2810 Delta Pages Printed = 0
I added the "Printer Cartridge Counter =" but I still only wanting to graph the "Delta Pages Printed".
Rrd-status.log is now giving the following messages:
2010-02-22 15:48:25 RRD error updating /local/xymon/data/rrd/lp.math.purdue.edu/Prn.rrd from 128.210.33.225: unknown DS name 'PrinterCartridgeCou'
And if I go to the data/rrd/lp.math.purdue.edu and run "rrdtool dump Prn.rrd" it in fact does not have a ds 'PrinterCartridgeCou'
My question is how do I update the current Prn.rrd?
Thanks
Robert
Robert P. McGraw, Jr. Manager, Computer System EMAIL: rmcgraw at purdue.edu Purdue University ROOM: MATH-807 Department of Mathematics PHONE: (765) 494-6055 150 N. University Street West Lafayette, IN 47907-2067
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Scott Ryan http://bonoboslr.wordpress.com/
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Robert,
There is a script written by Stef Coene that may suit your needs, called add_ds_to_rrd.pl :-
Written bij Stef Coene (http://www.docum.org/foswiki/bin/view/Xymon/WebHome)
Use at own risk
Regards, Chris
-----Original Message----- From: McGraw, Robert P [mailto:rmcgraw at purdue.edu] Sent: 22 February 2010 21:26 To: 'hobbit at hswn.dk' Subject: RE: [hobbit] "unknown DS name" question.
Thanks.
That was the bad news that I was afraid of.
Robert
-----Original Message----- From: Scott Ryan [mailto:scottlryan at gmail.com] Sent: Monday, February 22, 2010 4:15 PM To: hobbit at hswn.dk Subject: Re: [hobbit] "unknown DS name" question.
You might have a problem because the original RRD was not created with the extra DS. You may have to export the existing RRD (dump), create the RRD and import the historical data. Perl is your friend.
On Mon, Feb 22, 2010 at 11:05 PM, McGraw, Robert P <rmcgraw at purdue.edu> wrote:
I have an xymon script that was producing the following web information. From this information I was plotting "Delta Pages Printed". Data and graph was working great until..... Here is the old web data.
Printer Counter = 1869893 Total Pages Printed Since 2010/02/17/18/18/32 = 2810 Delta Pages Printed = 0
I needed to enter another line in the web data and now it looks like:
Printer Counter = 1869893 Printer Cartridge Counter = 10803 Total Pages Printed Since 2010/02/17/18/18/32 = 2810 Delta Pages Printed = 0
I added the "Printer Cartridge Counter =" but I still only wanting to graph the "Delta Pages Printed".
Rrd-status.log is now giving the following messages:
2010-02-22 15:48:25 RRD error updating /local/xymon/data/rrd/lp.math.purdue.edu/Prn.rrd from 128.210.33.225: unknown DS name 'PrinterCartridgeCou'
And if I go to the data/rrd/lp.math.purdue.edu and run "rrdtool dump Prn.rrd" it in fact does not have a ds 'PrinterCartridgeCou'
My question is how do I update the current Prn.rrd?
Thanks
Robert
_ Robert P. McGraw, Jr. Manager, Computer System EMAIL: rmcgraw at purdue.edu Purdue University ROOM: MATH-807 Department of Mathematics PHONE: (765) 494-6055 150 N. University Street West Lafayette, IN 47907-2067
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Scott Ryan http://bonoboslr.wordpress.com/
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
This e-mail is provided for general information purposes only and does not constitute investment or transactional advice. For the avoidance of doubt the contents of this email are subject to contract and will not constitute a legally binding contract. The information contained in this e-mail is confidential and intended only for the use of the addressee. If the reader of this message is not the addressee, you are hereby notified that you have received this e-mail in error and you must not copy, disseminate, distribute, use or take any action as a result of the information contained in it. If you have received this e-mail in error, please notify postmaster at npower.com and delete it immediately from your system. Neither RWE Technology UK Ltd. nor any of the other companies in the RWE Group from whom this e-mail originates accept any responsibility for losses or damage as a result of any viruses and it is your responsibility to check attachments (if any) for viruses. RWE Technology Ltd. Registered Office: Windmill Hill Business Park, Whitehill Way, Swindon SN5 6PB. Registered in England and Wales: number 7056922. This e-mail may be sent on behalf of a member of the RWE Group of companies.
participants (3)
-
Chris.Morris@rwe.com
-
rmcgraw@purdue.edu
-
scottlryan@gmail.com