From: Matthew E. <mat...@us...> - 2007-06-18 19:53:53
|
Tom Georgoulias wrote: > The message file that generates this output is going to have to be > changed if you want NCV to collect and graph the data. Output should be > in NCV form (name : data), otherwise it won't work. That message has > colons throughout, as well as html tags and whatnot. > > Here's an example that does work with NCV. It's for the blowers in my > IBM Bladecenter chassis. The graph that goes with this test shows the % > utilization of each blower, which is 56% in this case. Notice that the > NCVs are at the bottom of the report, separated by new lines, and the > message texts are at the top and do not use colons. > > ===================== > > Blower health state > ------------------- > green Blower 1 health state is GOOD (1) > green Blower 2 health state is GOOD (1) > > Blower fan speed (%) > ---------------- > blower1: 56 > blower2: 56 > > =================== I'd love to know why that is working when I can't get my CPU data to feed through unless I remove ALL other text on the page except for the line: cpu : {CPUTotal5Min} I was trying to send the CPU percentage data to the normal cpu column and have it create the larrd graph below. However, because Hobbit by default is looking for "la" for load average and not a cpu percentage, I decided to just make another column called cpu_p using NCV and have devmon report to there. It works, but only if I don't have any other info like the status color, etc. I guess I'll just send the actual status to the regular CPU column. |