Problems getting cacti to run
Moderators: Developers, Moderators
Problems getting cacti to run
New at this Linux stuff. Have Suse 8.1, Apache 1.3.26, PHP 4.2.2. Followed instructions but I cannot even get to the cacti web page. Any pointers would be greatly appreciate.
you're going to have to discribe your problem a bit more.
did you put the cacti dir in a web-accessible directory?
what kind of errors are you getting when trying to access the cacti page
do you have permissions to read? write? execute?
please be as in depth as possible when describing your problem.
did you put the cacti dir in a web-accessible directory?
what kind of errors are you getting when trying to access the cacti page
do you have permissions to read? write? execute?
please be as in depth as possible when describing your problem.
[url=http://geekfort.com/cacti/graph_view.php?action=tree]Geekfort.com/cacti[/url]
I get to the cacti installation web page but im unable to get to the next page after. Cacti is in /srv/www/htdocs/cacti. I chmod +x the cacti directory which was why i didnt see anything at first. Im thinking there are more permission i may have to change in the directory but not sure what they are. Almost every file in the directory is 644 permissions..is this correct?
make sure you have all of the following in your php.ini
After changing them restart apache and you should be good to go.
Code: Select all
short_open_tag = On
register_globals = On
register_argc_argv = On
[url=http://geekfort.com/cacti/graph_view.php?action=tree]Geekfort.com/cacti[/url]
Thanks for all the help BSDeality. I get to the user login screen but i am unable to login with the credentials i have setup. This what what i entered during cacti intallation
mysqladmin create cacti
mysql cacti < cacti.sql
mysql --user=root mysql
GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'password';
flush privileges;
edit config.php
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "cactiuser";
$database_password = "password";
my crontab entry is
*/5 * * * * cactiuser php /srv/www/htdocs/cacti/cmd.php .........
is there anything im missing or doing wrong?
mysqladmin create cacti
mysql cacti < cacti.sql
mysql --user=root mysql
GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'password';
flush privileges;
edit config.php
$database_default = "cacti";
$database_hostname = "localhost";
$database_username = "cactiuser";
$database_password = "password";
my crontab entry is
*/5 * * * * cactiuser php /srv/www/htdocs/cacti/cmd.php .........
is there anything im missing or doing wrong?
Differnce in net-snmp and ucd-snmp
What is the difference between net-snmp and ucd-snmp. Am i wrong in thinking that ucd is part of the net-snmp5x install?
net-snmp is a successor for ucd-snmp. Developers decided to change name of snmp package when switching from version 4 to 5.
http://www.net-snmp.org/FAQ.html#What_s ... d_Net_SNMP_
- bulek
http://www.net-snmp.org/FAQ.html#What_s ... d_Net_SNMP_
- bulek
-c switch
I have net-snmp-5.0.1-6 installed on my Linux box and it has not been able to gather SNMP interfaces either. After looking at the HTTPD error logs, it appears as if net-snmp5 requires a "-c" switch before the community whereas the old ucd-snmp did not.
I am thinking about installing the old ucd-snmp in different path and use that old snmpwalk.
any other ideas?
I am thinking about installing the old ucd-snmp in different path and use that old snmpwalk.
any other ideas?
And that's the best idea at the moment. You can also consider applying a patch to cacti described here: http://www.raxnet.net/board/viewtopic.php?t=770
- bulek
- bulek
Who is online
Users browsing this forum: No registered users and 5 guests