jimenaromero
Joined: 03 Apr 2006 Posts: 15
|
Posted: Tue Apr 18, 2006 2:10 pm Post subject: Does not graphs in cacti |
|
|
Help please!! In my computer is running cacti-0.8.6h with debian 3,1, kernel 2,6, and has installed plugins thold and monitor, but at the time of creating a device it does not found up and does not graphs, but the information finds it in the Query. That it can be.
This is Query
Data Query Debug Information
+ Running data query [8].
+ Found type = '6 '[script query].
+ Found data query XML file at '/usr/share/cacti/site/resource/script_server/host_disk.xml'
+ XML file parsed ok.
+ Executing script for list of indexes '/usr/bin/php -q /usr/share/cacti/site/scripts/ss_host_disk.php 192.168.62.53 2 1:161:500:public:::MD5::[None] index'
+ Executing script query '/usr/bin/php -q /usr/share/cacti/site/scripts/ss_host_disk.php 192.168.62.53 2 1:161:500:public:::MD5::[None] query index'
+ Found item [hrStorageIndex='1'] index: 1
+ Found item [hrStorageIndex='2'] index: 2
+ Found item [hrStorageIndex='3'] index: 3
+ Found item [hrStorageIndex='4'] index: 4
+ Found item [hrStorageIndex='5'] index: 5
+ Found item [hrStorageIndex='6'] index: 6
+ Executing script query '/usr/bin/php -q /usr/share/cacti/site/scripts/ss_host_disk.php 192.168.62.53 2 1:161:500:public:::MD5::[None] query description'
+ Found item [hrStorageDescr='A:'] index: 1
+ Found item [hrStorageDescr='C: Label: Serial Number e0f1f0bf'] index: 2
+ Found item [hrStorageDescr='D: Label:Nuevo vol Serial Number 6e0ae812'] index: 3
+ Found item [hrStorageDescr='E: Label:Nuevo vol Serial Number a4da25c'] index: 4
+ Found item [hrStorageDescr='F:'] index: 5
+ Found item [hrStorageDescr='Virtual Memory'] index: 6
+ Executing script query '/usr/bin/php -q /usr/share/cacti/site/scripts/ss_host_disk.php 192.168.62.53 2 1:161:500:public:::MD5::[None] query sau'
+ Found item [hrStorageAllocationUnits='0 Bytes'] index: 1
+ Found item [hrStorageAllocationUnits='4096 Bytes'] index: 2
+ Found item [hrStorageAllocationUnits='4096 Bytes'] index: 3
+ Found item [hrStorageAllocationUnits='4096 Bytes'] index: 4
+ Found item [hrStorageAllocationUnits='0 Bytes'] index: 5
+ Found item [hrStorageAllocationUnits='65536 Bytes'] index: 6
+ Found data query XML file at '/usr/share/cacti/site/resource/script_server/host_disk.xml'
+ Found data query XML file at '/usr/share/cacti/site/resource/script_server/host_disk.xml'
+ Found data query XML file at '/usr/share/cacti/site/resource/script_server/host_disk.xml'
+ Found data query XML file at '/usr/share/cacti/site/resource/script_server/host_disk.xml'
+ Found data query XML file at '/usr/share/cacti/site/resource/script_server/host_disk.xml'
------------------------------------------------------------------------------------------------------
this is graphs
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=1145301144 \
--end=1145387544 \
--title="Localhost - Memory Usage" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
COMMENT:"From 2006/04/17 15:12:24 To 2006/04/18 15:12:24\c" \
COMMENT:" \n" \
--vertical-label="kilobytes" \
DEF:a="/usr/share/cacti/site/rra/localhost_mem_buffers_3.rrd":mem_buffers:AVERAGE \
DEF:b="/usr/share/cacti/site/rra/localhost_mem_swap_4.rrd":mem_swap:AVERAGE \
AREA:a#FF4105:"Free" \
GPRINT:a:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Maximum\:%8.2lf %s\n" \
STACK:b#FFC73B:"Swap" \
GPRINT:b:LAST:"Current\:%8.2lf %s" \
GPRINT:b:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:b:MAX:"Maximum\:%8.2lf %s" |
|