Here's the output after I followed your instruction;
Graph still didn't work:

mysql> update h_metmap set history = 1 where metric =
'System Load';
Query OK, 0 rows affected (0.00 sec)
Rows matched: 1  Changed: 0  Warnings: 0

mysql> select * from h_metmap;
+----------------------+----------------------+-------+----------+---------+
| metric               | pcpmetric            | unit 
| sortval  | history |
+----------------------+----------------------+-------+----------+---------+
| Operating System     | kernel.uname.sysname | NULL 
| 99999999 |       0 |
| OS version           | kernel.uname.version | NULL 
| 99999999 |       0 |
| OS release           | kernel.uname.release | NULL 
| 99999999 |       0 |
| System Load          | kernel.all.load      | NULL 
| 99999999 |       1 |
| Free Memory          | mem.freemem          | NULL 
| 99999999 |       0 |
| Total Syscalls       | kernel.all.syscall   | NULL 
| 99999999 |       0 |
| Percent Filesys Used | filesys.full         | NULL 
| 99999999 |       0 |
| Filesys Free         | filesys.free         | NULL 
| 99999999 |       0 |
| Filesys Used         | filesys.used         | NULL 
| 99999999 |       0 |
| Filesys Capacity     | filesys.capacity     | NULL 
| 99999999 |       0 |
| Mount Points         | filesys.mountdir     | NULL 
| 99999999 |       0 |
| Number of Processors | hinv.ncpu            | NULL 
| 99999999 |       0 |
| Processor Speed      | hinv.cpu.clock       | NULL 
| 99999999 |       0 |
| Number of Disks      | hinv.ndisk           | NULL 
| 99999999 |       0 |
| PPID                 | proc.psinfo.ppid     | NULL 
| 99999999 |       0 |
| Defunct Processes    | proc.runq.defunct    | count
| 99999999 |       0 |
+----------------------+----------------------+-------+----------+---------+
16 rows in set (0.00 sec)

mysql> quit
--- Frank Crawford <[EMAIL PROTECTED]> wrote:

> Amazingly, I got that message the other day as well,
> and tracked it
> down.  The problem is that in h_metmap had an entry
> set wrong (or
> modified since inital installation).
> 
> Anyway, do:
> 
> mysql -h localhost -u clumon club
> 
> and then enter:
> 
> update h_metmap set history = 1 where metric =
> 'System Load';
> 
> This will turn back on the function to keep the
> history for the graph.
> If you do a "select * from h_metmap;' all other
> entries for history
> should be 0.
> 
> Frank
> 
> P.S. This does assume that you have clumond, etc,
> running.
> 
> On Fri, 2004-11-19 at 06:28 -0800, DD wrote:
> > Anyone has this error when trying to display the
> graph
> > in CluMon? I never had this one work since the day
> I
> > use my cluster, but just thought I ask:
> > 
> > The image
> >
>
http://cluster04/clumon/graph.php?height=400&width=700&host=node15.nrm.minn.seagate.com&metric=System%20Load&instance=1&datamax=2.0
> > cannot be displayed, because it contains errors.
> > 
> > Thanks.
> > 
> > 
> >             
> > __________________________________ 
> > Do you Yahoo!? 
> > The all-new My Yahoo! - Get yours free! 
> > http://my.yahoo.com 
> > 
> > 
> > 
> > 
> >
>
-------------------------------------------------------
> > This SF.Net email is sponsored by: InterSystems
> CACHE
> > FREE OODBMS DOWNLOAD - A multidimensional database
> that combines
> > robust object and relational technologies, making
> it a perfect match
> > for Java, C++,COM, XML, ODBC and JDBC.
> www.intersystems.com/match8
> > _______________________________________________
> > Oscar-users mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/oscar-users
> -- 
> ac3
> Suite G16, Bay 7, Locomotive Workshop   Phone:  02
> 9209 4600
> Australian Technology Park              Fax:    02
> 9209 4611
> Eveleigh   NSW   1430
> 
> 
> 
>
-------------------------------------------------------
> This SF.Net email is sponsored by: InterSystems
> CACHE
> FREE OODBMS DOWNLOAD - A multidimensional database
> that combines
> robust object and relational technologies, making it
> a perfect match
> for Java, C++,COM, XML, ODBC and JDBC.
> www.intersystems.com/match8
> _______________________________________________
> Oscar-users mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/oscar-users
> 



                
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to