I use cacti with GROUNDWORK integrated...but cant still get a ScriptQuery data to be displayed in a simple graph.
I run... SPINE .... path ... /usr/local/groundwork/common/bin/spine (Ubuntu)
when i run it manually it says not configured, but i assume GW has already set it up.
php binary path .... /usr/local/groundwork/php/bin/php (version 5.2.6)
rrdtool binary path ... /usr/local/groundwork/common/bin/rrdtool (veriosn 1.4.3)
my script correctly returning the values for "get" request...within the MIN, MAX range.
verbos query also gives me good result.
Just after I create Graph ... (for Data Query ..Data source will then be created...), I checked the rrd file in the folder..but nothing generated. I then manually run the same command (what i get from debug mode) and it created the rrd, but with root. so I manually changed the file owernership to "nagios".
the rrdtool fecth show me NAN...
I see following error (in red) in the Cacti log appeared continuosly.
05/30/2011 05:25:12 PM - CMDPHP: Poller[0] ERROR: SQL Row Failed!, Error:'0', SQL:"select value from `cacti`.`settings` where name='log_perror'"
Please let me know any ideas... .Appreciate !
Cant see the graph data...everything seems configured fine
Moderators: Developers, Moderators
Re: Cant see the graph data...everything seems configured fi
Further investigations are as follows....
1.The script is running with correct output for index, get and query.
2.Data source getting created when i create a graph, but the rrd file is not generated in /rra folder. nagios user has full permission to the directory. Even the following command (debug output) correctly creating a rrd if I execute it manually.
RRDTool Command:
/usr/local/groundwork/common/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title='Graph Title' \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label='' \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/usr/local/groundwork/cacti/htdocs/rra/abc_123.rrd":value1:AVERAGE \
LINE1:a#FFF200FF:"value-1"
3. when I try to see the graph, following debug output apperes
RRDTool Command:
/usr/local/groundwork/common/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title='Graph Title' \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label='' \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/usr/local/groundwork/cacti/htdocs/rra/abc_123.rrd":value1:AVERAGE \
LINE1:a#FFF200FF:"value-1"
RRDTool Says:
ERROR: opening '/usr/local/groundwork/cacti/htdocs/rra/abc_123.rrd': No such file or directory
I assume the root cause to this behaviour is cacti not being able to create the rrd file. What is the best point in the php scripts to see rrdtool output. I cant see any errors in the cacti logs when the creation triggers.
Below is extract from Poller cache
Script: perl /usr/local/groundwork/cacti/htdocs/scripts/test_pl get something SOME
RRD: /usr/local/groundwork/cacti/htdocs/rra/abc_123.rrd
1.The script is running with correct output for index, get and query.
2.Data source getting created when i create a graph, but the rrd file is not generated in /rra folder. nagios user has full permission to the directory. Even the following command (debug output) correctly creating a rrd if I execute it manually.
RRDTool Command:
/usr/local/groundwork/common/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title='Graph Title' \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label='' \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/usr/local/groundwork/cacti/htdocs/rra/abc_123.rrd":value1:AVERAGE \
LINE1:a#FFF200FF:"value-1"
3. when I try to see the graph, following debug output apperes
RRDTool Command:
/usr/local/groundwork/common/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title='Graph Title' \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label='' \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/usr/local/groundwork/cacti/htdocs/rra/abc_123.rrd":value1:AVERAGE \
LINE1:a#FFF200FF:"value-1"
RRDTool Says:
ERROR: opening '/usr/local/groundwork/cacti/htdocs/rra/abc_123.rrd': No such file or directory
I assume the root cause to this behaviour is cacti not being able to create the rrd file. What is the best point in the php scripts to see rrdtool output. I cant see any errors in the cacti logs when the creation triggers.
Below is extract from Poller cache
Script: perl /usr/local/groundwork/cacti/htdocs/scripts/test_pl get something SOME
RRD: /usr/local/groundwork/cacti/htdocs/rra/abc_123.rrd
Re: Cant see the graph data...everything seems configured fi
Does your Cacti poller run as the user 'nagios' ?halpita9 wrote:Just after I create Graph ... (for Data Query ..Data source will then be created...), I checked the rrd file in the folder..but nothing generated. I then manually run the same command (what i get from debug mode) and it created the rrd, but with root. so I manually changed the file owernership to "nagios".
Isn't there another user like 'cactiuser' or 'cacti' ?
http://docs.cacti.net/manual:087:1_installation.1_install_unix.5_install_and_configure_cacti
(See step 7.)
Re: Cant see the graph data...everything seems configured fi
Poller runs as "nagios" which was bult in with Groundwork installation.
It was correctly creating rrds for pre-configured items such as SNMP, DataInptMethod etc.
I was trying with DataQuery way to setting up a rrd, which I still cant get working.
I just realized that, now all graps not showing data ! It has stopped (few days back) data collection from all sources.
please comment if somone has had the same experience
It was correctly creating rrds for pre-configured items such as SNMP, DataInptMethod etc.
I was trying with DataQuery way to setting up a rrd, which I still cant get working.
I just realized that, now all graps not showing data ! It has stopped (few days back) data collection from all sources.
please comment if somone has had the same experience
Re: Cant see the graph data...everything seems configured fi
Technical Support
General Information
Date Wed, 01 Jun 2011 15:06:09 +1000
Cacti Version 0.8.7g
Cacti OS unix
SNMP Version NET-SNMP version: 5.6
RRDTool Version RRDTool 1.4.x
Hosts 2
Graphs 15
Data Sources Script/Command: 10
SNMP: 8
Script Query: 2
Total: 20
Poller Information
Interval 300
Type spine
Items Action[0]: 7
Action[1]: 12
Total: 19
Concurrent Processes 1
Max Threads 1
PHP Servers 1
Script Timeout 5
Max OID 10
Last Run Statistics Time:3.2655 Method:spine Processes:1 Threads:1 Hosts:4 HostsPerProcess:4 DataSources:3 RRDsProcessed:2
PHP Information
PHP Version 5.2.6
PHP OS Linux
PHP uname Linux unico-desktop 2.6.32-31-generic #61-Ubuntu SMP Fri Apr 8 18:24:35 UTC 2011 i686
PHP SNMP Installed
max_execution_time 1200
memory_limit 128M
MySQL Table Information
Name Rows Engine Collation Check Status
cdef 6 MyISAM latin1_swedish_ci OK
cdef_items 16 MyISAM latin1_swedish_ci OK
colors 101 MyISAM latin1_swedish_ci OK
data_input 16 MyISAM latin1_swedish_ci OK
data_input_data 304 MyISAM latin1_swedish_ci OK
data_input_fields 50 MyISAM latin1_swedish_ci OK
data_local 20 MyISAM latin1_swedish_ci OK
data_template 41 MyISAM latin1_swedish_ci OK
data_template_data 61 MyISAM latin1_swedish_ci OK
data_template_data_rra 261 MyISAM latin1_swedish_ci OK
data_template_rrd 79 MyISAM latin1_swedish_ci OK
graph_local 15 MyISAM latin1_swedish_ci OK
graph_template_input 77 MyISAM latin1_swedish_ci OK
graph_template_input_defs 257 MyISAM latin1_swedish_ci OK
graph_templates 33 MyISAM latin1_swedish_ci OK
graph_templates_gprint 3 MyISAM latin1_swedish_ci OK
graph_templates_graph 48 MyISAM latin1_swedish_ci OK
graph_templates_item 336 MyISAM latin1_swedish_ci OK
graph_tree 2 MyISAM latin1_swedish_ci OK
graph_tree_items 5 MyISAM latin1_swedish_ci OK
host 2 MyISAM latin1_swedish_ci OK
host_graph 7 MyISAM latin1_swedish_ci OK
host_snmp_cache 9 MyISAM latin1_swedish_ci OK
host_snmp_query 3 MyISAM latin1_swedish_ci OK
host_template 7 MyISAM latin1_swedish_ci OK
host_template_graph 14 MyISAM latin1_swedish_ci OK
host_template_snmp_query 13 MyISAM latin1_swedish_ci OK
plugin_config 1 MyISAM latin1_swedish_ci OK
plugin_db_changes 12 MyISAM latin1_swedish_ci OK
plugin_discover_hosts 0 MyISAM latin1_swedish_ci OK
plugin_discover_template 1 MyISAM latin1_swedish_ci OK
plugin_hooks 26 MyISAM latin1_swedish_ci OK
plugin_realms 4 MyISAM latin1_swedish_ci OK
plugin_thold_contacts 1 MyISAM latin1_swedish_ci OK
plugin_thold_log 0 MyISAM latin1_swedish_ci OK
plugin_thold_template_contact 0 MyISAM latin1_swedish_ci OK
plugin_thold_threshold_contact 0 MyISAM latin1_swedish_ci OK
poller 0 MyISAM latin1_swedish_ci OK
poller_command 0 MyISAM latin1_swedish_ci OK
poller_item 19 MyISAM latin1_swedish_ci OK
poller_output 0 MyISAM latin1_swedish_ci OK
poller_reindex 0 MyISAM latin1_swedish_ci OK
poller_time 2 MyISAM latin1_swedish_ci OK
rra 5 MyISAM latin1_swedish_ci OK
rra_cf 10 MyISAM latin1_swedish_ci OK
settings 73 MyISAM latin1_swedish_ci OK
settings_graphs 0 MyISAM latin1_swedish_ci OK
settings_tree 0 MyISAM latin1_swedish_ci OK
snmp_query 10 MyISAM latin1_swedish_ci OK
snmp_query_graph 19 MyISAM latin1_swedish_ci OK
snmp_query_graph_rrd 39 MyISAM latin1_swedish_ci OK
snmp_query_graph_rrd_sv 59 MyISAM latin1_swedish_ci OK
snmp_query_graph_sv 40 MyISAM latin1_swedish_ci OK
thold_data 0 MyISAM latin1_swedish_ci OK
thold_template 0 MyISAM latin1_swedish_ci OK
user_auth 3 MyISAM latin1_swedish_ci OK
user_auth_perms 0 MyISAM latin1_swedish_ci OK
user_auth_realm 33 MyISAM latin1_swedish_ci OK
user_log 11 MyISAM latin1_swedish_ci OK
version 1 MyISAM latin1_swedish_ci OK
PHP Module Information
bcmath
BCMath support enabled
calendar
Calendar support enabled
ctype
ctype functions enabled
date
date/time support enabled
"Olson" Timezone Database Version 2008.2
Timezone Database internal
Default timezone Australia/Sydney
Directive Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone Australia/Sydney Australia/Sydney
dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.26
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled
filter
Input Validation and Filtering enabled
Revision $Revision: 1.52.2.42 $
Directive Local Value Master Value
filter.default unsafe_raw unsafe_raw
filter.default_flags no value no value
ftp
FTP support enabled
gd
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.7
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
gettext
GetText Support enabled
hash
hash support enabled
Hashing Engines md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
iconv
iconv support enabled
iconv implementation glibc
iconv library version 1.11
Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1
json
json support enabled
json version 1.2.1
ldap
LDAP Support enabled
RCS Version $Id: ldap.c,v 1.161.2.3.2.12 2007/12/31 07:20:07 sebastian Exp $
Total Links 0/unlimited
API Version 3001
Vendor Name OpenLDAP
Vendor Version 20325
libxml
libXML support active
libXML Version 2.6.26
libXML streams enabled
mbstring
Multibyte Support enabled
Multibyte string engine libmbfl
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 4.4.4
Multibyte regex (oniguruma) backtrack check On
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Directive Local Value Master Value
mbstring.detect_order no value no value
mbstring.encoding_translation Off Off
mbstring.func_overload 0 0
mbstring.http_input pass pass
mbstring.http_output pass pass
mbstring.internal_encoding no value no value
mbstring.language neutral neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no value
mysql
MySQL Support enabled
Active Persistent Links 1
Active Links 1
Client API version 5.0.50sp1
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /tmp/mysql.sock
MYSQL_INCLUDE -I/usr/local/groundwork/mysql/include
MYSQL_LIBS -L/usr/local/groundwork/mysql/lib -lmysqlclient_r
Directive Local Value Master Value
mysql.allow_persistent On On
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port 3306 3306
mysql.default_socket /usr/local/groundwork/mysql/tmp/mysql.sock /usr/local/groundwork/mysql/tmp/mysql.sock
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off
openssl
OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.8o 01 Jun 2010
pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 7.6 2008-01-28
Directive Local Value Master Value
pcre.backtrack_limit 100000 100000
pcre.recursion_limit 100000 100000
PDO
PDO support enabled
PDO drivers sqlite2, sqlite, mysql
pdo_mysql
PDO Driver for MySQL, client library version 5.0.50sp1
pdo_sqlite
PDO Driver for SQLite 3.x enabled
PECL Module version (bundled) 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6.2.3 2007/12/31 07:20:10 sebastian Exp $
SQLite Library 3.3.7
php5servlet
Server Variable Value
posix
Revision $Revision: 1.70.2.3.2.18 $
Reflection
Reflection enabled
Version $Id: php_reflection.c,v 1.164.2.33.2.50 2008/03/13 15:56:21 iliaa Exp $
session
Session Support enabled
Registered save handlers files user sqlite
Registered serializer handlers php php_binary
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 100 100
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.hash_bits_per_character 4 4
session.hash_function 0 0
session.name Cacti PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /usr/local/groundwork/php/tmp /usr/local/groundwork/php/tmp
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid 0 0
SimpleXML
Simplexml support enabled
Revision $Revision: 1.151.2.22.2.39 $
Schema support enabled
snmp
NET-SNMP Support enabled
NET-SNMP Version 5.6
soap
Soap Client enabled
Soap Server enabled
Directive Local Value Master Value
soap.wsdl_cache 1 1
soap.wsdl_cache_dir /tmp /tmp
soap.wsdl_cache_enabled 1 1
soap.wsdl_cache_limit 5 5
soap.wsdl_cache_ttl 86400 86400
sockets
Sockets Support enabled
SPL
SPL support enabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException
SQLite
SQLite support enabled
PECL Module version 2.0-dev $Id: sqlite.c,v 1.166.2.13.2.10 2007/12/31 07:20:11 sebastian Exp $
SQLite Library 2.8.17
SQLite Encoding iso8859
Directive Local Value Master Value
sqlite.assoc_case 0 0
standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i
Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ PHP_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset=
user_agent no value no value
tokenizer
Tokenizer Support enabled
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.26
xmlreader
XMLReader enabled
xmlrpc
core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage http://xmlrpc-epi.sourceforge.net
open sourced by Epinions.com
xmlwriter
XMLWriter enabled
zlib
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
Additional Modules
Module Name
General Information
Date Wed, 01 Jun 2011 15:06:09 +1000
Cacti Version 0.8.7g
Cacti OS unix
SNMP Version NET-SNMP version: 5.6
RRDTool Version RRDTool 1.4.x
Hosts 2
Graphs 15
Data Sources Script/Command: 10
SNMP: 8
Script Query: 2
Total: 20
Poller Information
Interval 300
Type spine
Items Action[0]: 7
Action[1]: 12
Total: 19
Concurrent Processes 1
Max Threads 1
PHP Servers 1
Script Timeout 5
Max OID 10
Last Run Statistics Time:3.2655 Method:spine Processes:1 Threads:1 Hosts:4 HostsPerProcess:4 DataSources:3 RRDsProcessed:2
PHP Information
PHP Version 5.2.6
PHP OS Linux
PHP uname Linux unico-desktop 2.6.32-31-generic #61-Ubuntu SMP Fri Apr 8 18:24:35 UTC 2011 i686
PHP SNMP Installed
max_execution_time 1200
memory_limit 128M
MySQL Table Information
Name Rows Engine Collation Check Status
cdef 6 MyISAM latin1_swedish_ci OK
cdef_items 16 MyISAM latin1_swedish_ci OK
colors 101 MyISAM latin1_swedish_ci OK
data_input 16 MyISAM latin1_swedish_ci OK
data_input_data 304 MyISAM latin1_swedish_ci OK
data_input_fields 50 MyISAM latin1_swedish_ci OK
data_local 20 MyISAM latin1_swedish_ci OK
data_template 41 MyISAM latin1_swedish_ci OK
data_template_data 61 MyISAM latin1_swedish_ci OK
data_template_data_rra 261 MyISAM latin1_swedish_ci OK
data_template_rrd 79 MyISAM latin1_swedish_ci OK
graph_local 15 MyISAM latin1_swedish_ci OK
graph_template_input 77 MyISAM latin1_swedish_ci OK
graph_template_input_defs 257 MyISAM latin1_swedish_ci OK
graph_templates 33 MyISAM latin1_swedish_ci OK
graph_templates_gprint 3 MyISAM latin1_swedish_ci OK
graph_templates_graph 48 MyISAM latin1_swedish_ci OK
graph_templates_item 336 MyISAM latin1_swedish_ci OK
graph_tree 2 MyISAM latin1_swedish_ci OK
graph_tree_items 5 MyISAM latin1_swedish_ci OK
host 2 MyISAM latin1_swedish_ci OK
host_graph 7 MyISAM latin1_swedish_ci OK
host_snmp_cache 9 MyISAM latin1_swedish_ci OK
host_snmp_query 3 MyISAM latin1_swedish_ci OK
host_template 7 MyISAM latin1_swedish_ci OK
host_template_graph 14 MyISAM latin1_swedish_ci OK
host_template_snmp_query 13 MyISAM latin1_swedish_ci OK
plugin_config 1 MyISAM latin1_swedish_ci OK
plugin_db_changes 12 MyISAM latin1_swedish_ci OK
plugin_discover_hosts 0 MyISAM latin1_swedish_ci OK
plugin_discover_template 1 MyISAM latin1_swedish_ci OK
plugin_hooks 26 MyISAM latin1_swedish_ci OK
plugin_realms 4 MyISAM latin1_swedish_ci OK
plugin_thold_contacts 1 MyISAM latin1_swedish_ci OK
plugin_thold_log 0 MyISAM latin1_swedish_ci OK
plugin_thold_template_contact 0 MyISAM latin1_swedish_ci OK
plugin_thold_threshold_contact 0 MyISAM latin1_swedish_ci OK
poller 0 MyISAM latin1_swedish_ci OK
poller_command 0 MyISAM latin1_swedish_ci OK
poller_item 19 MyISAM latin1_swedish_ci OK
poller_output 0 MyISAM latin1_swedish_ci OK
poller_reindex 0 MyISAM latin1_swedish_ci OK
poller_time 2 MyISAM latin1_swedish_ci OK
rra 5 MyISAM latin1_swedish_ci OK
rra_cf 10 MyISAM latin1_swedish_ci OK
settings 73 MyISAM latin1_swedish_ci OK
settings_graphs 0 MyISAM latin1_swedish_ci OK
settings_tree 0 MyISAM latin1_swedish_ci OK
snmp_query 10 MyISAM latin1_swedish_ci OK
snmp_query_graph 19 MyISAM latin1_swedish_ci OK
snmp_query_graph_rrd 39 MyISAM latin1_swedish_ci OK
snmp_query_graph_rrd_sv 59 MyISAM latin1_swedish_ci OK
snmp_query_graph_sv 40 MyISAM latin1_swedish_ci OK
thold_data 0 MyISAM latin1_swedish_ci OK
thold_template 0 MyISAM latin1_swedish_ci OK
user_auth 3 MyISAM latin1_swedish_ci OK
user_auth_perms 0 MyISAM latin1_swedish_ci OK
user_auth_realm 33 MyISAM latin1_swedish_ci OK
user_log 11 MyISAM latin1_swedish_ci OK
version 1 MyISAM latin1_swedish_ci OK
PHP Module Information
bcmath
BCMath support enabled
calendar
Calendar support enabled
ctype
ctype functions enabled
date
date/time support enabled
"Olson" Timezone Database Version 2008.2
Timezone Database internal
Default timezone Australia/Sydney
Directive Local Value Master Value
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone Australia/Sydney Australia/Sydney
dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.26
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled
filter
Input Validation and Filtering enabled
Revision $Revision: 1.52.2.42 $
Directive Local Value Master Value
filter.default unsafe_raw unsafe_raw
filter.default_flags no value no value
ftp
FTP support enabled
gd
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.7
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
gettext
GetText Support enabled
hash
hash support enabled
Hashing Engines md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
iconv
iconv support enabled
iconv implementation glibc
iconv library version 1.11
Directive Local Value Master Value
iconv.input_encoding ISO-8859-1 ISO-8859-1
iconv.internal_encoding ISO-8859-1 ISO-8859-1
iconv.output_encoding ISO-8859-1 ISO-8859-1
json
json support enabled
json version 1.2.1
ldap
LDAP Support enabled
RCS Version $Id: ldap.c,v 1.161.2.3.2.12 2007/12/31 07:20:07 sebastian Exp $
Total Links 0/unlimited
API Version 3001
Vendor Name OpenLDAP
Vendor Version 20325
libxml
libXML support active
libXML Version 2.6.26
libXML streams enabled
mbstring
Multibyte Support enabled
Multibyte string engine libmbfl
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 4.4.4
Multibyte regex (oniguruma) backtrack check On
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Directive Local Value Master Value
mbstring.detect_order no value no value
mbstring.encoding_translation Off Off
mbstring.func_overload 0 0
mbstring.http_input pass pass
mbstring.http_output pass pass
mbstring.internal_encoding no value no value
mbstring.language neutral neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no value
mysql
MySQL Support enabled
Active Persistent Links 1
Active Links 1
Client API version 5.0.50sp1
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /tmp/mysql.sock
MYSQL_INCLUDE -I/usr/local/groundwork/mysql/include
MYSQL_LIBS -L/usr/local/groundwork/mysql/lib -lmysqlclient_r
Directive Local Value Master Value
mysql.allow_persistent On On
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port 3306 3306
mysql.default_socket /usr/local/groundwork/mysql/tmp/mysql.sock /usr/local/groundwork/mysql/tmp/mysql.sock
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off
openssl
OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.8o 01 Jun 2010
pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 7.6 2008-01-28
Directive Local Value Master Value
pcre.backtrack_limit 100000 100000
pcre.recursion_limit 100000 100000
PDO
PDO support enabled
PDO drivers sqlite2, sqlite, mysql
pdo_mysql
PDO Driver for MySQL, client library version 5.0.50sp1
pdo_sqlite
PDO Driver for SQLite 3.x enabled
PECL Module version (bundled) 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6.2.3 2007/12/31 07:20:10 sebastian Exp $
SQLite Library 3.3.7
php5servlet
Server Variable Value
posix
Revision $Revision: 1.70.2.3.2.18 $
Reflection
Reflection enabled
Version $Id: php_reflection.c,v 1.164.2.33.2.50 2008/03/13 15:56:21 iliaa Exp $
session
Session Support enabled
Registered save handlers files user sqlite
Registered serializer handlers php php_binary
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
session.cookie_lifetime 0 0
session.cookie_path / /
session.cookie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_divisor 100 100
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.hash_bits_per_character 4 4
session.hash_function 0 0
session.name Cacti PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /usr/local/groundwork/php/tmp /usr/local/groundwork/php/tmp
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid 0 0
SimpleXML
Simplexml support enabled
Revision $Revision: 1.151.2.22.2.39 $
Schema support enabled
snmp
NET-SNMP Support enabled
NET-SNMP Version 5.6
soap
Soap Client enabled
Soap Server enabled
Directive Local Value Master Value
soap.wsdl_cache 1 1
soap.wsdl_cache_dir /tmp /tmp
soap.wsdl_cache_enabled 1 1
soap.wsdl_cache_limit 5 5
soap.wsdl_cache_ttl 86400 86400
sockets
Sockets Support enabled
SPL
SPL support enabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException
SQLite
SQLite support enabled
PECL Module version 2.0-dev $Id: sqlite.c,v 1.166.2.13.2.10 2007/12/31 07:20:11 sebastian Exp $
SQLite Library 2.8.17
SQLite Encoding iso8859
Directive Local Value Master Value
sqlite.assoc_case 0 0
standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i
Directive Local Value Master Value
assert.active 1 1
assert.bail 0 0
assert.callback no value no value
assert.quiet_eval 0 0
assert.warning 1 1
auto_detect_line_endings 0 0
default_socket_timeout 60 60
safe_mode_allowed_env_vars PHP_ PHP_
safe_mode_protected_env_vars LD_LIBRARY_PATH LD_LIBRARY_PATH
url_rewriter.tags a=href,area=href,frame=src,input=src,form=,fieldset= a=href,area=href,frame=src,input=src,form=,fieldset=
user_agent no value no value
tokenizer
Tokenizer Support enabled
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.26
xmlreader
XMLReader enabled
xmlrpc
core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage http://xmlrpc-epi.sourceforge.net
open sourced by Epinions.com
xmlwriter
XMLWriter enabled
zlib
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3
Directive Local Value Master Value
zlib.output_compression Off Off
zlib.output_compression_level -1 -1
zlib.output_handler no value no value
Additional Modules
Module Name
Re: Cant see the graph data...everything seems configured fi
Appreciate someone' help on this,
Suddently, I got all graph not showing up the graphs.
Suddently, I got all graph not showing up the graphs.
Re: Cant see the graph data...everything seems configured fi
Please check several logs..
- Cacti (cacti.log)
- PHP (http://www.php.net/manual/en/errorfunc. ... log-errors)
- Apache (access_log, error_log)
- System (e.g. /var/adm/messages, /var/log/syslog)
- MySQL (http://dev.mysql.com/doc/refman/5.0/en/server-logs.html)
- etc.
- Cacti (cacti.log)
- PHP (http://www.php.net/manual/en/errorfunc. ... log-errors)
- Apache (access_log, error_log)
- System (e.g. /var/adm/messages, /var/log/syslog)
- MySQL (http://dev.mysql.com/doc/refman/5.0/en/server-logs.html)
- etc.
Who is online
Users browsing this forum: No registered users and 0 guests