It looks like I need to find where the path is being called for the poller cron jobs. Currently it is referencing /opt/cacti/rra/local_linux_machine_load_1min_2.rrd'
I need to change the path to /var/html/...
Where is that setting at?
Search found 5 matches
- Wed Dec 16, 2020 1:13 pm
- Forum: Help: Linux/Unix Specific
- Topic: Multiple Issues - Graphing and Database Issues
- Replies: 8
- Views: 1386
- Wed Dec 16, 2020 1:01 pm
- Forum: Help: Linux/Unix Specific
- Topic: Multiple Issues - Graphing and Database Issues
- Replies: 8
- Views: 1386
Re: Multiple Issues - Graphing and Database Issues
OK, I found the issue. I was modifying the config.php in the /opt/cacti/ folder. I still had an older password in /var/www/html/cacti/ folder. That solved the connectivity issue. :oops: (Sorry) The other is the issue of all graphs showing an image with "The Cacti Poller has not run yet." I...
- Wed Dec 16, 2020 12:31 pm
- Forum: Help: Linux/Unix Specific
- Topic: Multiple Issues - Graphing and Database Issues
- Replies: 8
- Views: 1386
Re: Multiple Issues - Graphing and Database Issues
Success: A proper connection to MySQL was made! The `cactidb` database is great. Host information: 127.0.0.1 via TCP/IP
- Wed Dec 16, 2020 12:22 pm
- Forum: Help: Linux/Unix Specific
- Topic: Multiple Issues - Graphing and Database Issues
- Replies: 8
- Views: 1386
Re: Multiple Issues - Graphing and Database Issues
1) is database running? 2) try to connect via mysql client: mysql -h database_ip -u cactiuser -p cactipassword (use credentials from config.php) 3) try to check and repair database: mysqlcheck -u root -p --auto-repair --check --all-databases 1) Database is running. 2) Connected fine Reading table i...
- Tue Dec 15, 2020 11:54 am
- Forum: Help: Linux/Unix Specific
- Topic: Multiple Issues - Graphing and Database Issues
- Replies: 8
- Views: 1386
Multiple Issues - Graphing and Database Issues
I've searched through the docs and forums trying a few of the similar issues' solutions, but none have helped thus far. I am running: - Cacti v1.2.16 - Ubuntu 20.04.1 LTS One of the issues is as follows... Database connectivity. FATAL: Connection to Cacti database failed. Please ensure: the PHP MySQ...