Search found 12 matches

by fosiul
Sat Jul 18, 2009 4:44 am
Forum: Help: General
Topic: [solved] Data is not storing in rrd
Replies: 6
Views: 1793

Solved

Thanks
Delete rrd file and create it solved the issue!!
by fosiul
Fri Jul 17, 2009 2:42 pm
Forum: Help: General
Topic: [solved] Data is not storing in rrd
Replies: 6
Views: 1793

I am seeing All NAN for this command : rrdtool fetch localhost_bytespersec_25.rrd AVERAGE check the bellow : -bash-3.2# rrdtool info localhost_bytespersec_25.rrd filename = "localhost_bytespersec_25.rrd" rrd_version = "0003" step = 300 last_update = 1247859601 ds[BytesPerSec].typ...
by fosiul
Fri Jul 17, 2009 1:03 pm
Forum: Help: General
Topic: [solved] Data is not storing in rrd
Replies: 6
Views: 1793

This is the update 07/17/2009 07:05:03 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/bin/rrdtool update /var/www/html/websolution4u/cacti/rra/localhost_ds_23.rrd --template BytesPerSec 1247853901:551.539 07/17/2009 07:00:03 PM - POLLER: Poller[0] CACTI2RRD: /usr/local/bin/rrdtool update /var/www/html...
by fosiul
Fri Jul 17, 2009 12:32 pm
Forum: Help: General
Topic: [solved] Data is not storing in rrd
Replies: 6
Views: 1793

HI thanks
but the output of the script
bash-3.2# ./server-status.sh
BytesPerSec:296.902

is that allright ??

The reason i am asking,
CActi output string is "BytesPerSec"

so do i need this out put : BytesPerSec:296.902
or shall i keep the output just 296.902
by fosiul
Fri Jul 17, 2009 10:03 am
Forum: Help: General
Topic: [solved] Data is not storing in rrd
Replies: 6
Views: 1793

[solved] Data is not storing in rrd

HI i am trying to implement a simple script Script is : lynx -nolist -dump http://xx.xx.xx.xx/server-status?auto | grep BytesPerSec | awk '{ print $1 $2 }' output: -bash-3.2# ./server-status.sh BytesPerSec:296.902 So i want to Create a graph for BytesPerSec:296.902 output Problem is, graph is showin...
by fosiul
Thu Jul 09, 2009 2:31 am
Forum: Help: General
Topic: Error: This script appears to have no input values
Replies: 7
Views: 3299

Hi thanks
did you meant this, please check the picture
by fosiul
Wed Jul 08, 2009 5:22 pm
Forum: Help: General
Topic: Converting Apache curl benchmark script into Cacti
Replies: 6
Views: 6322

Solve :
Graphmanagement->Select the Graph->Edit graph item->select graph item type to Line1
by fosiul
Wed Jul 08, 2009 4:57 pm
Forum: Help: General
Topic: Converting Apache curl benchmark script into Cacti
Replies: 6
Views: 6322

Hi i am trying to follow your suggestion but still has the same problem graph is not comming, can i just ask you a question, you said " it was indeed the default max value being zero. One I flipped it to 100 my graphs started showing. " so my understanding is: datasource->edit data source ...
by fosiul
Wed Jul 08, 2009 4:03 pm
Forum: Help: General
Topic: Error: This script appears to have no input values
Replies: 7
Views: 3299

HI Sorry didnot understand what you meant.. but will really appreciate if you could of help me i have done as the author said, and i am having the same problem as the author had, but author fixed the problem by this " it was indeed the default max value being zero. One I flipped it to 100 my gr...
by fosiul
Wed Jul 08, 2009 1:44 pm
Forum: Help: General
Topic: Error: This script appears to have no input values
Replies: 7
Views: 3299

HI
thanks, i have done that job

but i have Same error as the author got first time,
there is not any graph.

and the solution , he gave is, to set the max value to 100

which i guess

from Data source item -> maximum value = 100

but still its not showing any graph...

any idea
thanks
by fosiul
Wed Jul 08, 2009 6:28 am
Forum: Help: General
Topic: Error: This script appears to have no input values
Replies: 7
Views: 3299

Error: This script appears to have no input values

HI, i am following this article : http://forums.cacti.net/about30124.html&highlight= so i add the script : #!/bin/bash CURL=/usr/bin/curl $CURL -m 60 -w "total:%{time_total} dns:%{time_namelookup} connect:%{time_connect} pretransfer:\ %{time_pretransfer} starttransfer:%{time_starttransfer}&...
by fosiul
Thu Jun 04, 2009 7:05 am
Forum: Help: General
Topic: Cacti for Apache Performance monitoring
Replies: 1
Views: 2509

Cacti for Apache Performance monitoring

HI
I am new to cacti, just want to know, will i be able to monitor apache performace by cacti ??

exampe: memory uses, hits graph and about other performance issue..