Search found 1421 matches

by Osiris
Mon Mar 18, 2024 8:52 am
Forum: Help: General
Topic: Need help in SNMP V3 configuration
Replies: 22
Views: 796

Re: Need help in SNMP V3 configuration

If it's v2, then keep it that way. Also, don't use cmd.php for production. Use spine.
by Osiris
Thu Feb 22, 2024 8:18 am
Forum: Plugin: (Network Weather Map)
Topic: Nothing shown on links.
Replies: 1
Views: 955

Re: Weathermap 1.1 Editor problem.

You might want to report this on GitHub.
by Osiris
Thu Feb 22, 2024 8:14 am
Forum: Help: Linux/Unix Specific
Topic: cacti graph is not accurate if it is more than 3 months ago
Replies: 3
Views: 306

Re: cacti graph is not accurate if it is more than 3 months ago

It's configurable to your liking. Do some reading on the topic and you will find just about every TSDB does it. I'll leave it to you to discover the clarity in that design choice.
by Osiris
Tue Feb 20, 2024 9:44 pm
Forum: Help: General
Topic: Device Up/Down Notification Settings - default value
Replies: 1
Views: 109

Re: Device Up/Down Notification Settings - default value

Can you log this to the plugin_monitor issue tracker on GitHub?
by Osiris
Tue Feb 20, 2024 9:42 pm
Forum: Plugin: (Threshold)
Topic: How to create a threshold for something that happen every hours, and raise an alert if not
Replies: 1
Views: 2872

Re: How to create a threshold for something that happen every hours, and raise an alert if not

With 1.8 Thold (still not released), you can use base lining with the daily peak values. The readme change will be extensive, but know there are 8 baseline deviation methods there. Play with them. Good luck.
by Osiris
Tue Feb 20, 2024 9:39 pm
Forum: Help: General
Topic: Remote pooler stuck in Heartbeat
Replies: 9
Views: 383

Re: Remote pooler stuck in Heartbeat

Edit the remote pollers and set it's timezones from the main Cacti server. Then, maybe do a full sync to it.
by Osiris
Tue Feb 20, 2024 9:34 pm
Forum: Help: Linux/Unix Specific
Topic: Tool Tips do not work on cacti-1.2.26
Replies: 6
Views: 965

Re: Tool Tips do not work on cacti-1.2.26

You opened a bug on this right?
by Osiris
Tue Feb 20, 2024 9:33 pm
Forum: Plugin Announcements
Topic: Looking for Cacti 0.8.8 Aggregate plugin
Replies: 5
Views: 4836

Re: Looking for Cacti 0.8.8 Aggregate plugin

Ope, I see that. I e got him on speed dial. Let me buzz him.
by Osiris
Tue Feb 20, 2024 9:31 pm
Forum: Help: Windows Specific
Topic: graph not update after reboot
Replies: 4
Views: 168

Re: graph not update after reboot

Oh wait... Switch to Linux ;)
by Osiris
Tue Feb 20, 2024 9:31 pm
Forum: Help: Windows Specific
Topic: graph not update after reboot
Replies: 4
Views: 168

Re: graph not update after reboot

Use the systemctl service instead.
by Osiris
Tue Feb 20, 2024 9:29 pm
Forum: Help: General
Topic: rrd file name and interface description mapping
Replies: 1
Views: 99

Re: rrd file name and interface description mapping

Well there are a few joins

- poller_item - has the path
- data_local - maps to it on local_data_id

The snmp_index column there is the primary key that then maps to

- host_snmp_cache - where you can query by any column and find a rrdfile.
by Osiris
Tue Feb 20, 2024 9:24 pm
Forum: Help: Windows Specific
Topic: Catci 1.2.26 - Import of cacti.sql fails Error"#1064 - You have error in your SQL syntax; ....
Replies: 7
Views: 1544

Re: Catci 1.2.26 - Import of cacti.sql fails Error"#1064 - You have error in your SQL syntax; ....

What version of MariaDB/MySQL are you using. My guess is MySQL 8.x. if so, delete all those lines at the top, and report the details to Cacti GitHub issue list.
by Osiris
Tue Feb 20, 2024 9:22 pm
Forum: Help: General
Topic: BOOST ERROR: Failed to retrieve any rows from archive tables
Replies: 2
Views: 65

Re: BOOST ERROR: Failed to retrieve any rows from archive tables

Upgrade Cacti and drop all those tables while you do. Make sure boost runs no less than once an hour. Tune it as you go.