What CVS export do?
Moderators: Developers, Moderators
What CVS export do?
i already followed the steps. but still unable to view the graph. as the "View Graph" window appear, there is an icon of CVS Export. is it have anything to do with the no appearing graph? if yes..how am I going to solve the problem? i really need help.thx
this is the screenshot looks like
_________________________________________
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Localhost - Logged in Users" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="users" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/var/www/html/cacti/rra/localhost_users_6.rrd":users:AVERAGE \
AREA:a#4668E4FF:"Users" \
GPRINTLAST:"Current\:%8.0lf" \
GPRINTAVERAGE:"Average\:%8.0lf" \
GPRINTMAX:"Maximum\:%8.0lf"
RRDTool Says:
ERROR: opening '/var/www/html/cacti/rra/localhost_users_6.rrd': No such file or directory
_________________________________________________________
i also would like to ask. this will sound stupid but how can i track my full cacti path? tq
_________________________________________
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Localhost - Logged in Users" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="users" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/var/www/html/cacti/rra/localhost_users_6.rrd":users:AVERAGE \
AREA:a#4668E4FF:"Users" \
GPRINTLAST:"Current\:%8.0lf" \
GPRINTAVERAGE:"Average\:%8.0lf" \
GPRINTMAX:"Maximum\:%8.0lf"
RRDTool Says:
ERROR: opening '/var/www/html/cacti/rra/localhost_users_6.rrd': No such file or directory
_________________________________________________________
i also would like to ask. this will sound stupid but how can i track my full cacti path? tq
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
The rra directory is (usually) created as a subfolder of the cacti directory. In this case, this resolves to /var/www/html/cacti.Diana wrote: DEF:a="/var/www/html/cacti/rra/localhost_users_6.rrd":users:AVERAGE \
...
i also would like to ask. this will sound stupid but how can i track my full cacti path? tq
The error printed for your examples is mostly a cause of negative results for downed host detection.
Cacti checks each host prio to retrieve data. This is done to avoid a timeout for each and every data source in case there are lots per host. For a downed host, this would spend a huge amount of the polling time.
For a SNMP aware host, I recommend using downed host detection method "SNMP", not ping.
Reinhard
Who is online
Users browsing this forum: No registered users and 3 guests