Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
ERROR: opening '/usr/share/cacti/site/rra/eth1_mem_buffers_24.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_29.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_30.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_31.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_32.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_load_1min_26.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_users_27.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_33.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_proc_28.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_29.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_mem_buffers_24.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_30.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_32.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_33.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_31.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_load_1min_26.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_users_27.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_proc_28.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_29.rrd': No such file or directory
ERROR: opening '/usr/share/cacti/site/rra/eth1_hdd_free_30.rrd': No such file or directory
rrd/ is empty i don't knmow why .. i have rddtool i have php ..
Have you at least ran the poller once? Have you set it up to run from Cron like the install instructions say?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
www:~# more /etc/crontab
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file.
# This file also has a username field, that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
*/5 * * * * www-data php /usr/share/cacti/site/poller.php >/dev/null 2>&1
www:/usr/share/cacti/site# ./poller.php
Fatal error: Call to undefined function: mysql_connect() in /usr/share/cacti/site/lib/adodb/drivers/adodb-mysql.inc.php on line 339
www:/usr/share/cacti/site#
Ok, for some reason, the php you are using for the poller does not have mysql support. But the on being used by the webserver does have mysql support. I would start your investigation there.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]