Search found 12 matches

by emiliosic
Wed Nov 09, 2022 1:00 am
Forum: Scripts and Templates
Topic: Polling issue with snmp_query after upgrading to 1.2.22
Replies: 4
Views: 1425

Re: Polling issue with snmp_query after upgrading to 1.2.22

Thanks. The graphics are being updated as per retool info, with a timestamp for the current period, but it's recorded as NaN. This is what the first lines of retool info looks like: rrd_version = "0003" step = 300 last_update = 1667972042 header_size = 5216 ds[traffic_in].index = 0 ds[traf...
by emiliosic
Thu Nov 03, 2022 8:32 pm
Forum: Scripts and Templates
Topic: Polling issue with snmp_query after upgrading to 1.2.22
Replies: 4
Views: 1425

Polling issue with snmp_query after upgrading to 1.2.22

Since upgrading from 1.2.21 to 1.2.22, we have a device that's being queried by SNMP but uses a custom snmp_query to build the data query. The issue is that after adding a new graphic from this system, the poller stops collecting data for these but other graphics based on built-in templates continue...
by emiliosic
Mon Aug 08, 2022 6:58 am
Forum: Help: General
Topic: User logs out frequently
Replies: 3
Views: 1023

Re: User logs out frequently

TheWitness wrote: Mon Aug 08, 2022 6:29 am Try the 1.2.x branch and report back if it's working again.
I'm using 1.2.21 RPM from CentOS stream. Did you mean to check out the 1.2.x branch from git?
by emiliosic
Sun Aug 07, 2022 10:37 pm
Forum: Help: General
Topic: User logs out frequently
Replies: 3
Views: 1023

User logs out frequently

Cacti 1.2.21 on CentOS Stream 8, Stock Apache 2.4.37, PHP 7.2.24 (appstream). Users authenticate via LDAP, and the problem is that users get logged out after several minutes of inactivity. could not narrow the exact timing down yet, but if auto-refresh of graphics is somehow interrupted and several ...
by emiliosic
Mon Dec 20, 2021 5:11 pm
Forum: Help: General
Topic: Auto page refresh not working after a while
Replies: 1
Views: 339

Re: Auto page refresh

Any suggestions? I also tried fronting cacti with NGINX and injecting a refresh header, which refreshes more reliably but for some reason Cacti ends up redirecting to a different branch on the same tree, so it's refreshing on a different set of graphics. I see the URL parameters change with the refr...
by emiliosic
Fri Dec 10, 2021 11:20 am
Forum: Help: General
Topic: Auto page refresh not working after a while
Replies: 1
Views: 339

Auto page refresh not working after a while

Upgrading from 0.8.x to 1.2.19, have a user reporting that page refresh is unreliable. Using latest Firefox on Windows. Refresh is set to five minutes. What I noticed is that 0.8.x relies on the http-equiv=refresh (Value 300 in this case). However on 1.2.x, it relies on JS code (Set to 50.000 ms) --...
by emiliosic
Wed Oct 27, 2021 11:21 am
Forum: Help: General
Topic: Resizing Tree list pane
Replies: 0
Views: 790

Resizing Tree list pane

On Desktop browsers: Tried on Safari, Firefox, Edge When in Tree View mode, the left tree pane does not resize. In 0.8.8 the tree pane resized automatically when displaying 6 rows of graphs Below screenshots show the difference between the two versions. (Using Classic theme) The left side tree pane ...
by emiliosic
Mon May 25, 2020 3:35 pm
Forum: Scripts and Templates
Topic: Linux: Next Generation CPU Graph - ANY number of CPU Cores
Replies: 24
Views: 29577

Re: Linux: Next Generation CPU Graph - ANY number of CPU Cores

I'm using a the original fdridh template (Thanks!). and I'd like to add a reading to graph the CPU core with the highest usage. The system that's being graphed has 48 cores (2x Xeon + Hyper-threading enabled). It's being used for a site-to-site VPN, and with the pcrypt kernel module, we're able to u...
by emiliosic
Tue Jul 14, 2015 12:12 am
Forum: Feature Requests
Topic: Proper Sorting at graphs_new.php
Replies: 2
Views: 4632

Re: Proper Sorting at graphs_new.php

This is still broken in Cacti 0.8.8e: inxex_order from the query XML does not seem to be used anywhere; do data_query in graphs_new.php is always sorted by SNMP ID. I looked at the patch (code sample) from the previous post and doesn't seem to be related to any recent version of Cacti. Does anyone h...
by emiliosic
Thu Jul 01, 2010 2:39 pm
Forum: Help: General
Topic: Modify data templates
Replies: 3
Views: 907

BSOD2600 wrote:No save button? sounds broken. post a screenshot of what you mean.
Here's a screenshot from Firefox, and another from Safari looking at the inspector.
In Firefox, the button is not even there, but appears to be there but malformed in Safari.
by emiliosic
Thu Jul 01, 2010 10:27 am
Forum: Help: General
Topic: Modify data templates
Replies: 3
Views: 907

Modify data templates

I need to get more granular information on some of the graphics, and the poller is already running every minute. So I would need to modify some of the existing data templates to add the Hourly (1 Minute Average) RRA. The problem is, there's no save button for existing templates. How can I modify it?...
by emiliosic
Thu Apr 20, 2006 9:32 am
Forum: Informational/HOWTO's
Topic: [HOWTO] Using LDAP auth without Windows ADS
Replies: 12
Views: 22807

LDAP Protocol Version

Hello, I'm using OpenLDAP for user authentication, which works great, but in order to make it work, I had to modify auth_login.php as follows: Right after the ldap_connect, add the following line, as shown: $ldap_conn = ldap_connect(read_config_option("ldap_server")); ldap_set_option($ldap...