Search found 12 matches

by cuicui
Thu May 25, 2006 9:19 am
Forum: Help: General
Topic: Logarithmic Auto Scaling y-axis
Replies: 14
Views: 4059

The "logscale" option is not valid for rrdtool. From man rrdgraph: [-X│--units-exponent value] [...] This option is very effective at confusing the heck out of the default rrdtool autoscaler and grid painter. If rrdtool detects that it is not successful in labeling the graph under the giv...
by cuicui
Thu May 25, 2006 6:55 am
Forum: Help: General
Topic: Logarithmic Auto Scaling y-axis
Replies: 14
Views: 4059

Here's the graph.
Image

Options used to have this on MRTG are:

Code: Select all

Options[_]: growright, bits, logscale
by cuicui
Wed May 24, 2006 1:07 pm
Forum: Help: General
Topic: Logarithmic Auto Scaling y-axis
Replies: 14
Views: 4059

You're very kind. RRDTool Command: /usr/bin/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title="toutatis - Traffic - eth0" \ --rigid \ --base=1000 \ --height=120 \ --width=500 \ --alt-autoscale-max \ --lower-limit=1000 \ --logarithmic \ --vertical-label="bits pe...
by cuicui
Wed May 24, 2006 11:36 am
Forum: Help: General
Topic: Logarithmic Auto Scaling y-axis
Replies: 14
Views: 4059

Alright... so once again this is a rrdtool issue. Post on their mailing list. I will, but maybe this could be automatically managed in the futur versions of Cacti: displaying human readable Y values when switching from linear to semi-log scale. As far as Cacti have a semi-log option, we shouldn't h...
by cuicui
Wed May 24, 2006 5:09 am
Forum: Help: General
Topic: Logarithmic Auto Scaling y-axis
Replies: 14
Views: 4059

Instead of having the values displayed in exponential form (1e+07), i'd like to have them in kb/Mb, units. Same as MRTG when you do some semi-log graphs.
by cuicui
Tue May 23, 2006 3:02 pm
Forum: Help: General
Topic: Logarithmic Auto Scaling y-axis
Replies: 14
Views: 4059

BSOD2600 wrote:What would be better to display?
The Y axis values.
by cuicui
Tue May 23, 2006 1:02 pm
Forum: Help: General
Topic: Logarithmic Auto Scaling y-axis
Replies: 14
Views: 4059

Up ;)

Yes, i know, this post was opened more than two years ago, but i also use semi-log scale for my network graphs and more human readable values would be nice...

Any idea?

All the best,

Image
by cuicui
Sat May 06, 2006 5:52 pm
Forum: Help: General
Topic: Ho to get gray area where data is missing in source.
Replies: 4
Views: 1647

Is it possible to keep graphing previous value when it is unknown (like MRTG)? I know this is unsafe because it draws flat graphs even when the source is unreachable but i don't like gaps on my graphs :)
by cuicui
Thu Apr 27, 2006 9:52 am
Forum: Help: Linux/Unix Specific
Topic: Bash script (as data input) problem
Replies: 0
Views: 545

Bash script (as data input) problem

Hi, I try to monitor the load average of an AIX server, the snmp version on this system doesn't implement LoadAverage OID but i can run a bash script (locally on my cacti server) to get it: # bash /opt/apache2/htdocs/cacti/scripts/load_batman.sh 1min:0.14 5min:0.46 15min:0.46 As recommended, i creat...
by cuicui
Thu Apr 27, 2006 8:38 am
Forum: Help: Linux/Unix Specific
Topic: Bash script (as data input) problem
Replies: 0
Views: 487

Bash script (as data input) problem

Hi, I try to monitor the load average of an AIX server, the snmp version on this system doesn't implement LoadAverage OID but i can run a bash script (locally on my cacti server) to get it: # bash /opt/apache2/htdocs/cacti/scripts/load_batman.sh 1min:0.14 5min:0.46 15min:0.46 As recommended, i creat...
by cuicui
Thu Apr 27, 2006 8:37 am
Forum: Help: Linux/Unix Specific
Topic: Bash script as data input problem
Replies: 0
Views: 586

Bash script as data input problem

Hi, I try to monitor the load average of an AIX server, the snmp version on this system doesn't implement LoadAverage OID but i can run a bash script (locally on my cacti server) to get it: # bash /opt/apache2/htdocs/cacti/scripts/load_batman.sh 1min:0.14 5min:0.46 15min:0.46 As recommended, i creat...
by cuicui
Thu Apr 27, 2006 8:36 am
Forum: Help: Linux/Unix Specific
Topic: Bash script as data input problem
Replies: 0
Views: 433

Bash script as data input problem

Hi, I try to monitor the load average of an AIX server, the snmp version on this system doesn't implement LoadAverage OID but i can run a bash script (locally on my cacti server) to get it: # bash /opt/apache2/htdocs/cacti/scripts/load_batman.sh 1min:0.14 5min:0.46 15min:0.46 As recommended, i creat...