From: Dan V. M. <bi...@gm...> - 2006-03-15 16:08:56
|
So I'm attempting to start using nonhtml stuff for NCV, but right off the bat I'm having an issue with cpu. I'm using the default 6509 setup, and when my message file looks like this: NONHTMLTABLE: CPUTotal5Min : {CPUTotal5Min} I get this error: $ sudo -u monitor /home/monitor/devmon/devmon -p -f -v [06-03-15@09:59:08] ---Initilizing devmon... [06-03-15@09:59:08] Node 0 reporting to localhost [06-03-15@09:59:08] Running under process id: 25225 [06-03-15@09:59:08] Entering poll loop Use of uninitialized value in string eq at /home/monitor/devmon/modules/dm_tests.pm line 1655, <$__ANONIO__> line 261. (X 20) Can't use string ("10") as a HASH ref while "strict refs" in use at /home/monitor/devmon/modules/dm_tests.pm line 1492, <$__ANONIO__> line 261. The number 10, I believe, is the data for CPUTotal5Min. The line 1655 error was the subject of an email earlier today, but that doesn't prevent devmon from working whereas devmon dies on the "strict refs" issue noted above. Hints? Thanks Dan |