Xymon Mailing List Archive search

"unknown DS name" question.

4 messages in this thread

list Robert P McGraw · Mon, 22 Feb 2010 16:05:53 -0500 ·
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: user-33cf07af04dd@xymon.invalid
Purdue University                            ROOM: MATH-807
Department of Mathematics                   PHONE: (XXX) XXX-XXXX
XXX N. University Street                      
West Lafayette, IN XXXXX-XXXX
list Scott Ryan · Mon, 22 Feb 2010 23:14:49 +0200 ·
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.
quoted from Robert P McGraw

On Mon, Feb 22, 2010 at 11:05 PM, McGraw, Robert P <user-33cf07af04dd@xymon.invalid> 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: user-33cf07af04dd@xymon.invalid
Purdue University                            ROOM: MATH-807
Department of Mathematics                   PHONE: (XXX) XXX-XXXX
XXX N. University Street
West Lafayette, IN XXXXX-XXXX

-- 

Scott Ryan
http://bonoboslr.wordpress.com/
list Robert P McGraw · Mon, 22 Feb 2010 16:25:57 -0500 ·
Thanks.

That was the bad news that I was afraid of.

Robert
quoted from Scott Ryan

-----Original Message-----
From: Scott Ryan [mailto:user-9fb0c480aa2f@xymon.invalid]
Sent: Monday, February 22, 2010 4:15 PM
To: user-ae9b8668bcde@xymon.invalid
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 <user-33cf07af04dd@xymon.invalid>
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: user-33cf07af04dd@xymon.invalid
Purdue University                            ROOM: MATH-807
Department of Mathematics                   PHONE: (XXX) XXX-XXXX
XXX N. University Street
West Lafayette, IN XXXXX-XXXX

--
Scott Ryan
http://bonoboslr.wordpress.com/

list Chris Morris · Tue, 23 Feb 2010 09:00:38 -0000 ·
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
quoted from Robert P McGraw

-----Original Message-----
From: McGraw, Robert P [mailto:user-33cf07af04dd@xymon.invalid] Sent: 22 February 2010 21:26
To: 'user-ae9b8668bcde@xymon.invalid'
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:user-9fb0c480aa2f@xymon.invalid]
Sent: Monday, February 22, 2010 4:15 PM
To: user-ae9b8668bcde@xymon.invalid
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 <user-33cf07af04dd@xymon.invalid>
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: > user-33cf07af04dd@xymon.invalid Purdue University                            

ROOM: MATH-807 Department of Mathematics                   PHONE: > (XXX) XXX-XXXX XXX N. University Street West Lafayette, IN > 47907-2067

--
Scott Ryan
http://bonoboslr.wordpress.com/

**************************************************************************** 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 user-874c4fade580@xymon.invalid 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.

*****************************************************************************