Search found 2845 matches

by phalek
Fri Nov 24, 2023 12:18 pm
Forum: Feature Requests
Topic: Report to file
Replies: 5
Views: 14237

Re: Report to file

Thanks. fixed.
by phalek
Fri Nov 24, 2023 7:29 am
Forum: Feature Requests
Topic: Report to file
Replies: 5
Views: 14237

Re: Report to file

We can still do better :-)
by phalek
Fri Nov 24, 2023 6:50 am
Forum: Feature Requests
Topic: Report to file
Replies: 5
Views: 14237

Re: Report to file

This will be implemented in Cacti 1.3 for the Reportit/Nectar part:
https://github.com/Cacti/cacti/issues/4088
by phalek
Fri Nov 24, 2023 6:38 am
Forum: Help: Linux/Unix Specific
Topic: Cacti timezone issues
Replies: 15
Views: 52931

Re: Cacti timezone issues

Great. All fine :-)
by phalek
Fri Nov 24, 2023 6:30 am
Forum: Help: Linux/Unix Specific
Topic: Cacti timezone issues
Replies: 15
Views: 52931

Re: Cacti timezone issues

Can you actually just copy&paste these commands, run under root and not change anything ?

Code: Select all

mysql_tzinfo_to_sql /usr/share/zoneinfo > /tmp/mysql_timezone.sql
mysql mysql < /tmp/mysql_timezone.sql
by phalek
Fri Nov 24, 2023 6:28 am
Forum: Help: Linux/Unix Specific
Topic: Cacti timezone issues
Replies: 15
Views: 52931

Re: Cacti timezone issues

see below ...
by phalek
Fri Nov 24, 2023 6:14 am
Forum: Help: Linux/Unix Specific
Topic: Cacti timezone issues
Replies: 15
Views: 52931

Re: Cacti timezone issues

You need to execute the commands using the root login. So either become root and execute these, or at least use the "-u root -p" option.
by phalek
Fri Nov 24, 2023 6:12 am
Forum: Help: General
Topic: Cacti database
Replies: 12
Views: 1712

Re: Cacti database

As a note:

I came to the same issue with 1.2.25, couldn't save any reports as the user_id column was missing. I ended up dropping and re-creating the reports and reports_items tables using the template from the cacti.sql file.
by phalek
Fri Nov 24, 2023 6:09 am
Forum: Help: General
Topic: New Install - user name and password from file not accepted
Replies: 3
Views: 892

Re: New Install - user name and password from file not accepted

Look here: https://docs.cacti.net/Frequently-Asked-Questions.md Extract: Q: I have forgotten my 'admin' password to Cacti, how do I reset it? A: To reset the admin account password back to the default of 'admin', connect to your Cacti database at the command line. shell> mysql -u root -p cacti Now e...
by phalek
Fri Nov 24, 2023 5:43 am
Forum: Help: Linux/Unix Specific
Topic: Help with permissions issue
Replies: 15
Views: 2048

Re: Help with permissions issue

On a RockyLinux 8, you can check the selinux permissions/settings with: ls -Z /var/www/html/cacti/plugins/weathermap/ which should show you this: drwxrwxr-x. 11 apache apache unconfined_u:object_r:httpd_sys_rw_content_t:s0 4096 Jul 22 16:09 weathermap If it is showing this ( or anythenge else but th...
by phalek
Fri Nov 24, 2023 5:30 am
Forum: Help: Linux/Unix Specific
Topic: Cacti timezone issues
Replies: 15
Views: 52931

Re: Cacti timezone issues

You are importing it into the wrong database. It needs to be imported into the mysql database instead of the cacti one:

Code: Select all

# Create the timezone data and import it into the mysql database
mysql_tzinfo_to_sql /usr/share/zoneinfo > /tmp/mysql_timezone.sql
mysql mysql < /tmp/mysql_timezone.sql
by phalek
Fri Apr 28, 2023 5:02 am
Forum: Help: General
Topic: communicatin of RDC and main poller after changing firewall.
Replies: 7
Views: 554

Re: communicatin of RDC and main poller after changing firewall.

The main poller needs to be able to connect to the RDC using http as well.
by phalek
Thu Apr 13, 2023 8:05 am
Forum: Plugin Announcements
Topic: CereusTransporter - Send Cacti data to Boson, InfluxDB, Elasticsearch and Elastic Cloud !
Replies: 1
Views: 8752

CereusTransporter - Send Cacti data to Boson, InfluxDB, Elasticsearch and Elastic Cloud !

🌟 Exciting Update: CereusTransporter Plugin Now Supports Elasticsearch 8 and Elastic Cloud 8! 🌟 Calling all Cacti users! We’re thrilled to announce an important update to the already amazing #CereusTransporter plugin! 🌵🚀 You’ve experienced how effortlessly CereusTransporter sends your Cacti data to ...
by phalek
Wed Feb 15, 2023 1:04 am
Forum: Help: General
Topic: Upgrade Help
Replies: 18
Views: 1058

Re: Upgrade Help

What does " I can't get cacti to come up" actually mean ? Can you provide a screenshot ?