Search found 7 matches

by bearkids
Wed Sep 19, 2007 12:06 pm
Forum: Help: General
Topic: Why is there always a "m" label next to y-axis?
Replies: 3
Views: 747

rony wrote:http://forums.cacti.net/viewtopic.php?t=8168

Answers are hopefully there for your question.
Is that mean the unit will be removed if my data is a integer?
by bearkids
Mon Sep 17, 2007 2:48 am
Forum: Help: General
Topic: Why is there always a "m" label next to y-axis?
Replies: 3
Views: 747

Why is there always a "m" label next to y-axis?

I am using rrdtool to plot the graph attached.
Is there any way I can remove the "m" label?

Thanks.
by bearkids
Fri Jul 27, 2007 2:29 am
Forum: Help: General
Topic: Plotting a simple text file in cacti
Replies: 6
Views: 1412

Thanks very much. Let me try it. :D
by bearkids
Thu Jul 26, 2007 11:29 am
Forum: Help: General
Topic: Plotting a simple text file in cacti
Replies: 6
Views: 1412

After I create a new data queries, create templates and put it to a device, will my script run per 5 minutes? Since my data in text file will not update fequently, I do not need to run it so fequently.
by bearkids
Wed Jul 25, 2007 10:26 pm
Forum: Help: General
Topic: Plotting a simple text file in cacti
Replies: 6
Views: 1412

You need to parse the data out with some sort of script and then have templates in cacti which properly import/handle the data. Read in the documentation site on how to do this. Is that mean I need to write a script to to extract data from the text file and write a xml to define how the extracted d...
by bearkids
Wed Jul 25, 2007 4:30 am
Forum: Help: General
Topic: Plotting a simple text file in cacti
Replies: 6
Views: 1412

Plotting a simple text file in cacti

I have some data stored in a text file. How could I import the data, plot it and display it in cacti?

Thanks very much.
by bearkids
Wed Jul 18, 2007 4:30 am
Forum: Help: General
Topic: Problem with a single host detected as down
Replies: 13
Views: 3356

I've already had the same problem. Cacti tests if your host is up or down with a "snmpgetnext .1". Some hosts don't answer to this request. You can start be doing an "snmpgetnext -v <version> -c <community> <HOST> .1" to check if you have the same problem. The solution is to cha...