-
-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found a bug with abnormal graphic capture #5800
Comments
@maojianyou, the error on |
Oh, develop version. Comments on timeouts still apply. |
However, in the same environment, when I downgraded Cacti from version 1.3.0 to 1.2.27 and PHP from 8.2 to 7.3, the issue did not occur. This leads me to suspect a potential compatibility issue between PHP 8.2 and the Cacti 1.3.0 code, rather than a network issue. The SNMP delay OID is set to 10, and the SNMP timeout is set to 2000, yet the same issue occurs. After downgrading, everything works fine, and there are no broken graphs. I mainly wanted to solve the issue of using the aggregate_max function to calculate the 95th percentile, assuming the new version would address it. I have resubmitted issue #5803 regarding the aggregation graph in version 1.2.27. If this version can solve the problem, then I won't need to use the Cacti 1.3.0 dev version. |
Set the device as a debug device, and then use spine to poll as follows. Post the results. ./spine -R -V 3 -S -H host_id Where |
It seems like this node is experiencing an exception,But I don't know why this is happening。 Total[0.3189] DEBUG: Available Threads is 0 (1 outstanding) |
Try it at |
The extended uptime should not be stuck. It has an overflow that is several years vs. the old 1/100th of a second uptime which overflows after ~497 days, but the per second uptime, just multiply that by 100. So, to get to that: 2x32 unsigned = 4294967296 Maybe your vendor's per second uptime is in fact based (poorly) on the SNMP uptime. |
It seems the issue is here, but there must be a bug because I didn't encounter this problem when using version 0.8.7. The interfaces I set up are all 64-bit
|
I hope to be back on 1.3 before too long. |
@maojianyou any updates? |
There are no updates, and the new version has even more bugs. |
Best thing you can do is to create pull requests as you discover and resolve the issues. I'm just starting back into the 1.3 or develop branch. |
No feedback. Again, recommend the latest develop for testing |
1、basic environment:
2、Malfunction symptoms:
cacti.log
2024-08-13 09:40:01 - POLLER: Poller[Main Poller] PID[36565] WARNING: Data Template 'Interface - Traffic' is impacted by lack of complete information
2024-08-13 09:40:01 - POLLER: Poller[Main Poller] PID[36565] WARNING: There are 1 Data Sources not returning all data leaving rows in the poller output table. Details to follow.
/usr/local/spine/bin/spine
/data/logs/nginx/demo_error.log
2024/08/12 09:55:41 [error] 6261#6261: *877 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined array key "tr_1" in /data/www/cacti/lib/html_form.php on line 1397" while reading response header from upstream
The text was updated successfully, but these errors were encountered: